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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
i have to rank values(not the values in a column) in row of the matrix report as 1,2,3 any help in this highly apreciated
Thankyou
KC1925
Solved! Go to Solution.
Hi @kc1925,
You could refer to below formula:
Measure = RANKX(ALL('Table1'),FIRSTNONBLANK('Table1'[Value],'Table1'[Value]),,ASC,Dense)
Result:
Regards,
Daniel He
Hi @kc1925,
You could refer to below formula:
Measure = RANKX(ALL('Table1'),FIRSTNONBLANK('Table1'[Value],'Table1'[Value]),,ASC,Dense)
Result:
Regards,
Daniel He
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!