Forum Discussion
ChrisWilliams
9 years agoAdvocate II
Rankx with filter
I'm working on a RANKX function that involves a filter. I reviewed this answer, but it did not seem to help my scenario. I have a table called "UserMessages", and a simplified version is shown b...
- 9 years ago
Rank Top Senders = RANKX ( FILTER ( ALL ( UserMessages ); UserMessages[Direction] = "Outbound" ); CALCULATE ( SUM ( UserMessages[Messages] ); ALLEXCEPT ( UserMessages; UserMessages[User] ) ); ; DESC; DENSE )replace ; with ,
Anonymous
7 years agoNot applicable
Ashish_Mathur,
Thanks for your help. It works on my mock data, but not working on my real data set which has 1.3M lines. Not sure why. I will spend some time tomorrow trying to trouble shoot. I just want to thank you first.
PBISean
Ashish_Mathur
7 years agoSuper User
You are welcome.