Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Syaza1891
Regular Visitor

Highest Status

Hi, need your help on this issue:

I have this type of data: 

IDProgress Status
001B1
001B2
001B3

 

I'd like to have the highest status for this id will be at B3. The output that i want is like this:

IDProgress StatusHighest Status Progress
001B1B3
001B2B3
001B3B3

 

Anyone can help?

1 ACCEPTED SOLUTION
xifeng_L
Solution Sage
Solution Sage

Hi @Syaza1891 ,

 

You can try below column expression.

 

xifeng_L_0-1715824619818.png

 

 

Highest Status Progress = CALCULATE(MAX('Table'[Progress Status]),ALLEXCEPT('Table','Table'[ID]))

 

 

 

Did I answer your question? If yes, pls mark my post as a solution!

 

Thank you~

 

View solution in original post

2 REPLIES 2
Syaza1891
Regular Visitor

thank you so much!

xifeng_L
Solution Sage
Solution Sage

Hi @Syaza1891 ,

 

You can try below column expression.

 

xifeng_L_0-1715824619818.png

 

 

Highest Status Progress = CALCULATE(MAX('Table'[Progress Status]),ALLEXCEPT('Table','Table'[ID]))

 

 

 

Did I answer your question? If yes, pls mark my post as a solution!

 

Thank you~

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.