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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
neonguyen1803
Frequent Visitor

Help me about RANKX

Dear all,

 

I have to create a RankX measure to do ranking about dept of customers. But when i wrote: 

RANKX = RANKX(ALL('AR by KH'[Customer]),SUM('AR by KH'[Dept]), , DESC)

It's not working, each row gets a result is 1

neonguyen1803_0-1688617342836.png

But when I change my code to: 

RANKX  = RANKX(ALL('AR by KH'[Customer]), CALCULATE(SUM('AR by KH'[Dept])), , DESC)

It's working for this sentence

neonguyen1803_1-1688617421568.png

So my question is: CALCULATE(SUM('AR by KH'[Dept])) and SUM('AR by KH'[Dept]) what is different? Because as I knew, when using Calculate without filter, the result will be the same with SUM()

 

 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

What CALCULATE does above is transition the row context to the filter context inside the measure.

 

In above, if the measure, 

SUM Measure = SUM('AR by KH'[Dept])

 is written first,

 

and then when you create a RANKX measure like below,

RANKX  = RANKX(ALL('AR by KH'[Customer]), [SUM Measure], , DESC)

 

it will show the expected result.

 

I hope this helps.

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

View solution in original post

1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi,

What CALCULATE does above is transition the row context to the filter context inside the measure.

 

In above, if the measure, 

SUM Measure = SUM('AR by KH'[Dept])

 is written first,

 

and then when you create a RANKX measure like below,

RANKX  = RANKX(ALL('AR by KH'[Customer]), [SUM Measure], , DESC)

 

it will show the expected result.

 

I hope this helps.

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.