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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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...