Forum Discussion

Nouha's avatar
Nouha
Frequent Visitor
7 years ago

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

  • 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" 

    • Nouha's avatar
      Nouha
      Frequent Visitor

      Hello,

       

      unfortunatly, this is not what i want but thank you