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
SamKamp
Regular Visitor

Rank X Issue

Hello,

 

I've read through many if not all of RankX Posts on here as well as ol' Google and nothing has helped so far.

 

I've removed my Query level filters, so only the visual level filters exist.

 

I've tried the Following Measure versions and some others with the Same Results. I've also tried Using ALLNOBLANKROW and ALL instead of ALLSELECTED.

 

Rank_Client = RANKX(ALLSELECTED('EQ Client Parts Details'[Client No.],'EQ Client Parts Details'[Client Name]),CALCULATE([Total Sell]),[Total Sell],DESC)
 
Rank_Client = RANKX(ALLSELECTED('EQ Client Parts Details'[Client No.],'EQ Client Parts Details'[Client Name]),[Total Sell],[Total Sell],DESC)
 
Rank_Client = RANKX(ALLSELECTED('EQ Client Parts Details'[Client No.],'EQ Client Parts Details'[Client Name]),[Total Sell],[Total Sell],DESC,Dense)
 
Rank_Client = RANKX(ALLSELECTED('EQ Client Parts Details'[Client No.],'EQ Client Parts Details'[Client Name]),[Total Sell],,DESC,Dense)

 

RANKX Issue.PNG

 

FYI - I've tried two version of this as well with no changes to Rank.

 

Total Sell = CALCULATE(SUMX('EQ Client Parts Details','EQ Client Parts Details'[Ext Sell]))
 
Total Sell = SUM('EQ Client Parts Details'[Ext Sell])
0 REPLIES 0

Helpful resources

Announcements
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.

Top Solution Authors