The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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