Forum Discussion
Anonymous
6 years agoNot applicable
How to get Rank values without blanks
how to get rank values from starting from 1 when the rest values are blanks
Anonymous
6 years agoNot applicable
Hi Anonymous ,
Please use the measure which I sent.
Here yu have already calculated the rank in var ranky.
While I am calculating rank only when Sales is not blank.
Both are different.
Regards,
HN
Anonymous
6 years agoNot applicable
Anonymous
Rank=
IF (NOT(ISBLANK([Total Sales)),RANKX(ALLSELECTED(Location_Date),[Total Sales,],ASC))
- Anonymous3 years agoNot applicable
i have use same measure but still it gaves me 1 rank for blank values i want blanks should not have any rank it should be blank