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.
Date | Name | Amount |
1/19/2022 | A | 80 |
1/15/2022 | A | 100 |
1/14/2022 | B | 60 |
2/14/2022 | C | 20 |
2/7/2022 | C | 40 |
2/11/2022 | A | 50 |
3/14/2022 | B | 30 |
3/18/2022 | A | 20 |
In the above sample data, i need to create a pbi report, which shows the ranking of each categories in each month.
So for Month 2 , will show for Category A,Rank = 2, Category C , Rank=1.
For month = 1, Rank for Category A = 1, Category B =2
Is there any way to improve the performance of the above formula?
hello lease use:
Ranking = RANKX( ALLSELECTED( Ranking[Name] ) , CALCULATE( SUM( Ranking[Amount]) ))
Hi,
Please check the below picture and the attahced pbix file.
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |