Forum Discussion
Efsteps
6 years agoFrequent Visitor
Making RANKX Measure Work ignoring blank values
Hi everyone, i've been trying to make a rankx function with this example of database Please View the PBIX file clicking HERE What i'm trying to do is a rank that ignores the blank values but th...
- Anonymous6 years ago
Hi Efsteps ,
Create 2 measure
Average Sales 1 = CALCULATE(SUM(Sales[Average Sales per Day]), FILTER(Sales,Sales[Seller Name] = MAX(Sales[Seller Name])))Rank = RANKX(ALL(Sales[Seller Name]),[Average Sales 1],,DESC,Dense)Regards,
Harsh NathaniDid I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
vivran22
6 years agoCommunity Champion
Hello Efsteps ,
The file is not available on the link you have shared. Please share the file.
Cheers!
Vivek
Blog: vivran.in/my-blog
Connect on LinkedIn
Follow on Twitter
- Anonymous6 years agoNot applicable
Hi Efsteps ,
Create 2 measure
Average Sales 1 = CALCULATE(SUM(Sales[Average Sales per Day]), FILTER(Sales,Sales[Seller Name] = MAX(Sales[Seller Name])))Rank = RANKX(ALL(Sales[Seller Name]),[Average Sales 1],,DESC,Dense)Regards,
Harsh NathaniDid I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)