Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello comunity, I'm needing help to create a ranking measure based on another measure that calculates data from several tables.
The report I'm working on have at least 9 different tables all conected through DirectQuery bringing data from a corporate server, each table represents data for Different KPI's determining the performance on vendors from the operation. I created the following measure to determine an Overall performance for each vendor based on the scores they get on each KPI.
Vendor | Performance | Ranking |
Jhon | 98.92% | 1 |
Roger | 87.50% | 2 |
Sara | 75.69% | 3 |
Paul | 62.34% | 4 |
If you could provide any guidance or support on how can I handle this task it will be greatly appreciated.
Thanks much!
Solved! Go to Solution.
Hello again community.
While writting this post and giving it a depper though I figured that to work properly the performance measure and the ranking needed to be located in the 'VendorsTable' and not in the 'Table1' don't know exactly why but the ranking is working properly now. The DAX sentence I ended up using is:
Hello again community.
While writting this post and giving it a depper though I figured that to work properly the performance measure and the ranking needed to be located in the 'VendorsTable' and not in the 'Table1' don't know exactly why but the ranking is working properly now. The DAX sentence I ended up using is: