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.
Good Morning, I need some help please with the RankX function.
I have the following table the rank number is being created via a measure:
Sales | Rank | Store |
21143.488 | 1 | E |
3841.609 | 2 | F |
3459.439 | 3 | O |
2949.797 | 4 | K |
2848.598 | 5 | P |
2679.739 | 6 | M |
2467.59 | 7 | D |
2396.175 | 8 | A |
2380.292 | 9 | H |
2285.874 | 10 | C |
2247.682 | 11 | G |
2238.729 | 12 | L |
2235.94 | 13 | B |
2181.591 | 14 | N |
2031.125 | 15 | J |
1744.796 | 16 | I |
Solved! Go to Solution.
I worked it out as
I worked it out as
Hi @maurcoll,
What if you put a minus before [Total Sales]?