Forum Discussion
Nouha
7 years agoFrequent Visitor
Top n disregarding a column
Hello everyone,
I have yet again a question about top N, i'm trying to get better at it
I have a dataset that looks like this
I would like to know how to show in a table visualization, the Top 10 Titles of each week , still be able to show the Genre Column but for it to not be taken into account in the calculation.
Thank you very much
Nouha
(if anyone has good tutorials , courses or documentation that concerns topN , Rank , AllSelected, AllExpect ... i'd be greatful)
2 Replies
- petrovnikitamai
Resolver V
new column = IF(RANKX(FILTER('TableName';EARLIER([Week])=[Week]);[Streams];;DESC;Skip)>10;BLANK();[Tracks])i'm not sure but try this
i watch youtube "curbal" or "guys in cube"
- NouhaFrequent Visitor
Hello,
unfortunatly, this is not what i want but thank you