Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hi there,
I have a rankx measure and its perfectly working. All I need to do is to show the maximum result of that rankx data to show what is the highest rank and based on that what is the postion of each item. Can anyone help me with this?
Note: This is not a table its a dynamic rankx measure depends on the selection but "Item" is stable.. What I need is column C..
Solved! Go to Solution.
Try:
Max Rank =
MAXX(ALLSELECTED(Table[Item]), [MEASURE RANKX])
Proud to be a Super User!
Paul on Linkedin.
Try:
Max Rank =
MAXX(ALLSELECTED(Table[Item]), [MEASURE RANKX])
Proud to be a Super User!
Paul on Linkedin.
Thank you very much, it worked!!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
93 | |
88 | |
83 | |
76 | |
49 |
User | Count |
---|---|
145 | |
140 | |
109 | |
68 | |
55 |