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 visualiza...
petrovnikitamai
7 years agoResolver 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"
Nouha
7 years agoFrequent Visitor
Hello,
unfortunatly, this is not what i want but thank you