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
I'm having trouble pulling a sales ranking (photo attached).
I don't understand why it gives me back several "1s" and several repeated positions. Does Alguie know why that's the case?
Thanks in advance.
Solved! Go to Solution.
This issue is now solved as the "AdventureWorks" database has duplicated product names with different IDs...
RANKX(ALL('Table'[Product]),[sum of sale],,DESC,Dense)
You actually called full table instead of product column.
Try This:
Hi haseebsuhail943,
Thanks for your prompt reply, but it didn't work:
This issue is now solved as the "AdventureWorks" database has duplicated product names with different IDs...