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
Anonymous
Not applicable

Rank to be given

I have this data how can I provide them rank.

 

Store NameSUM(CALLS_SUM)
AD        12,741
ADM       14,507
AE        990
AEDU      201
AEM       4,395
AEMD      2,297
AF        36
AFME      2
AFMO      13
AFMW      9
AG        5
AGM       33
AGMD      23
AIMD      3
AIMF      2
AK        35
AL        82
ALMA      218
ALME      56
ALMV      854
AM        10
AMGG      1
AMGU      2
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks... finally able to figure it myself... used this

 

Rank = rankx(ALLSELECTED(Sheet2[PRICE_NAME]),CALCULATE(sum(Sheet2[SUM(CALLS_SUM)])),,desc,dense)

View solution in original post

2 REPLIES 2
danielkrol
Helper II
Helper II

Wow, Thats a bit descriptive...

Might be something like this?

 

RANK =
VAR _call_sum = Blad1[SUM(CALLS_SUM)]
return
CALCULATE(COUNT(Blad1[Store Name])+1, FILTER(ALL(Blad1), Blad1[SUM(CALLS_SUM)] > _call_sum))
 
Anonymous
Not applicable

Thanks... finally able to figure it myself... used this

 

Rank = rankx(ALLSELECTED(Sheet2[PRICE_NAME]),CALCULATE(sum(Sheet2[SUM(CALLS_SUM)])),,desc,dense)

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!

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.