Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Yesvanth141
Frequent Visitor

DAX Row Number based on two columns (Calculated Column)

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 

Rank.JPG

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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))

 

Q23.PNG

Another rank is by MonthYear:

Rank by MonthYear = (RANKX(

                                                 FILTER(Q3,Q3[MonthYear] = EARLIER(Q3[MonthYear])),

                                                 Q3[Amount],,DESC,Skip))

 

Q22.PNG

 

I hope this help and solve your problem. Thanks.

 

Duc 

View solution in original post

2 REPLIES 2
v-danhe-msft
Microsoft Employee
Microsoft Employee

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

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

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))

 

Q23.PNG

Another rank is by MonthYear:

Rank by MonthYear = (RANKX(

                                                 FILTER(Q3,Q3[MonthYear] = EARLIER(Q3[MonthYear])),

                                                 Q3[Amount],,DESC,Skip))

 

Q22.PNG

 

I hope this help and solve your problem. Thanks.

 

Duc 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.