Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

How to shift the "Progress Summary" part based on the latest input

(1) ShareShare
ReportReport
Posted on by

sabrinaaa__0-1719826770876.png

Currently this issue I'm facing is the input from any of the row, however when I input the following content from "% Actual Progress" and "Progress Summary" are still the same result from the month Jan, if I input from different months the content inside the box won't be updated.

 

Any solutions to this, such as the key expression I can use?

 

Categories:
  • mmbr1606 Profile Picture
    11,999 Super User 2025 Season 1 on at
    Re: How to shift the "Progress Summary" part based on the latest input

    try this onselect of gallery1:

    ClearCollect(
     ColMatchingParts,
     Filter('Matchings Database', PartFromFirstList = Gallery1.Selected.'Part Number').PartFromSecondList
    )
    

     

    and this on items property of gallery2:

    Filter(
     'Second Parts List',
     'Part Number' in ColMatchingParts
    )
    

     

    you might need to rename to your needs.

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • sabrinaaa_ Profile Picture
    on at
    Re: How to shift the "Progress Summary" part based on the latest input

    Unfortunately I have selected the wrong part if you could refer to this one based on this coding, are there any expressions to be able to solve this based on the case?

     

    If(IsBlank(LookUp('INVITE Project Summary Dev','Project Name'.Id=ThisItem.ID).ActualProgressProject),"-",LookUp('INVITE Project Summary Dev','Project Name'.Id=ThisItem.ID).ActualProgressProject&"%")

    sabrinaaa__0-1719830997930.png

     

  • mmbr1606 Profile Picture
    11,999 Super User 2025 Season 1 on at
    Re: How to shift the "Progress Summary" part based on the latest input

    you can try thus:

     

    LookUp('INVITE Project Summary Dev', 'Project Name'.Id = ThisItem.ID && MonthColumnName = SelectedMonth).'Progress Summary'
    

     

    you need to rename to your needs.

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

     

  • sabrinaaa_ Profile Picture
    on at
    Re: How to shift the "Progress Summary" part based on the latest input
    LookUp('INVITE Project Summary Dev','Project Name'.Id=ThisItem.ID).'Progress Summary'
     
    There you go sir
  • anandm08 Profile Picture
    1,936 Super User 2025 Season 1 on at
    Re: How to shift the "Progress Summary" part based on the latest input

    hi @sabrinaaa_ ,

    try using this Value('Project Name'.Id)

  • mmbr1606 Profile Picture
    11,999 Super User 2025 Season 1 on at
    Re: How to shift the "Progress Summary" part based on the latest input

    Can you please copy/paste your code here so we do not need to retype?

     

    thanks in advance

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,587 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,928 Most Valuable Professional

Leaderboard