Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi, need your help on this issue:
I have this type of data:
ID | Progress Status |
001 | B1 |
001 | B2 |
001 | B3 |
I'd like to have the highest status for this id will be at B3. The output that i want is like this:
ID | Progress Status | Highest Status Progress |
001 | B1 | B3 |
001 | B2 | B3 |
001 | B3 | B3 |
Anyone can help?
Solved! Go to Solution.
Hi @Syaza1891 ,
You can try below column expression.
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~
thank you so much!
Hi @Syaza1891 ,
You can try below column expression.
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~
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
17 | |
10 | |
10 | |
8 | |
6 |
User | Count |
---|---|
18 | |
16 | |
15 | |
12 | |
10 |