Forum Discussion
Avoid duplicate rank
Hi Anonymous ,
I tested your provided DAX formula with my sample data, it returned expected RANK value which skips duplicates. You just need an extra measure to class the casetype.
Category = IF([Rank measure]<=5,SELECTEDVALUE(FactCase[CaseType]),"Other")
Best regards,
Yuliana Gu
- Anonymous7 years agoNot applicable
Only single value is showing. I have written in TOM Model.
Not working!- v-yulgu-msft7 years agoMicrosoft Employee
Hi Anonymous ,
From this screenshot, were [CaseType] and [M2] both measures? If so, it indeed returns only one single row because there is no row context in such a visual. You have to place some other fields like [CaseType] into visual.
Regards,
Yuliana Gu
- Anonymous7 years agoNot applicable
Hi v-yulgu-msft
I need only CaseType and Count in visualization(Column chart) based on date but here measure i can't show in legend.
- Anonymous7 years agoNot applicable
ExpectedOutput I cannot keep in legend(chart) which you have given that is calculated column. In chart I want to use this column in legent section and measure will be count. If you are not clear then I will send sample data file as well.