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
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.
- v-yulgu-msft7 years agoMicrosoft Employee
Hi Anonymous ,
I am confused about your scenario, would you please share the sample .pbix file for check?
Regards,
Yuliana Gu