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 created a calculated measure using RANKX to rank customers based on the revenue but its not working as expected.
The column "#Rank Atual" is calculated using the column "R$ Fat. Atual" (Revenue).
Solved! Go to Solution.
Hi @Anonymous ,
I created some data:
Here are the steps you can follow:
1. Create calculated column.
#Rank Atual =
RANKX(ALL(report_detail),[R$ Fat. Atual],,DESC,Skip)
2. Result:
If you need pbix, please click here.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
I created some data:
Here are the steps you can follow:
1. Create calculated column.
#Rank Atual =
RANKX(ALL(report_detail),[R$ Fat. Atual],,DESC,Skip)
2. Result:
If you need pbix, please click here.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@Anonymous See if this helps: To *Bleep* with RANKX! - Microsoft Power BI Community
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |