Forum Discussion
Issue with Ranking, Sharing same rank with multiple labels due to tie rank.
Jilanibasha , Based on what I got
Try a measure like
rankxs(allselected(Table[tie]), Table[Topic]), Calculate(count(Table[Topic])),,desc,dense)
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
Hi amitchandak ,
currently below measure is used to calculate bottom values.
RANKX(ALLSELECTED(ContactTopic[topic]) ,CALCULATE(COUNT(ContactTopic[topic])),,ASC,Dense).
but in your formulae
rankxs(allselected(Table[tie]), Table[Topic]), Calculate(count(Table[Topic])),,desc,dense)
i did not understad "Table[tie]", is it calculted measure? what is the formulae for it, and how can it control the rows only 20.
- amitchandak5 years agoSuper User
Jilanibasha , Sorry, some typos, Done some modification, check if that can work, if you have both columns
rankx(allselected(ContactTopic[tie], ContactTopic[Topic]), Calculate(count(Table[Topic])),,desc,dense)
- Jilanibasha5 years agoFrequent Visitor
Hi Amit,
ContactTopic[tie] column not there
if i remove that column now it is same as my formulae only.
that formula not working. Please suggest limit the tie rank number of rows