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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

RANKX Issue

Untitled.png

 

I want to show the rank based on the customer name only.

Here is the formula used

Customer Rank  = RANKX( ALL( Sales[CustomerName]), [Amount],,DESC)
Please help .
4 REPLIES 4
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

Would you like to provide some sample data?I need to understand a clearer model.

 

Best Regards,

Eads

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

Please refer image, data is from a single table only.

jdbuchanan71
Super User
Super User

Hello @Anonymous 

Give this a try.

Customer Rank =
CALCULATE (
    RANKX ( ALL ( Sales[CustomerName] ), [Amount],, DESC ),
    ALLSELECTED ( Sales[StateName] )
)
Anonymous
Not applicable

It worked . Still there is an issue brother. Same customer with different state is showing in different rows.

Untitled.png

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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