Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi All,
Thanks in Advance.
Guide me on this.
DAX - Calculated Column(No Measure)
RowNumber/Rank based on Year-MMM and Customer by Amount desc
Monthwise customer rank/row number by Amount desc order
Solved! Go to Solution.
 
					
				
		
Hi,
I may understand you correctly. I have 2 calculated columns for rank:
Rank All column by amount:
Rank All = (RANKX(Q3,Q3[Amount],,DESC,Skip))
Another rank is by MonthYear:
Rank by MonthYear = (RANKX(
FILTER(Q3,Q3[MonthYear] = EARLIER(Q3[MonthYear])),
Q3[Amount],,DESC,Skip))
I hope this help and solve your problem. Thanks.
Duc
Hi @Yesvanth141,
Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered?
Regards,
Daniel He
 
					
				
		
Hi,
I may understand you correctly. I have 2 calculated columns for rank:
Rank All column by amount:
Rank All = (RANKX(Q3,Q3[Amount],,DESC,Skip))
Another rank is by MonthYear:
Rank by MonthYear = (RANKX(
FILTER(Q3,Q3[MonthYear] = EARLIER(Q3[MonthYear])),
Q3[Amount],,DESC,Skip))
I hope this help and solve your problem. Thanks.
Duc
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 85 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |