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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

July 2024 Power BI Update

Power BI Monthly Update - July 2024

Check out the July 2024 Power BI update to learn about new features.

July Newsletter

Fabric Community Update - July 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors