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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
raharebecca
Frequent Visitor

Rank Question

Hi,

 

Is there a way to rank everything 1-5 for example, even though you have more than 5 variables?

 

Thanks!

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @raharebecca 

Would you like to create a rank like [rank 2] ?

Capture6.JPG

If so, you could create measures

rank1 = RANKX(ALL('Table'),CALCULATE(SUM('Table'[Value])),,ASC)

rank2 = IF(MOD([rank1],5)<>0,MOD([rank1],5),5)

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

That's very close, but I would like them quintiled.

Hi @raharebecca 

What do you mean by "quintiled"?

Could you show an example based on a simple example?

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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