web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to shift the "Prog...
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:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,615 Super User 2026 Season 1 on at

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

     

    thanks in advance

  • anandm08 Profile Picture
    1,936 Super User 2024 Season 2 on at

    hi @sabrinaaa_ ,

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

  • sabrinaaa_ Profile Picture
    on at
    LookUp('INVITE Project Summary Dev','Project Name'.Id=ThisItem.ID).'Progress Summary'
     
    There you go sir
  • mmbr1606 Profile Picture
    14,615 Super User 2026 Season 1 on at

    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

    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
    14,615 Super User 2026 Season 1 on at

    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

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 308

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard