Forum Discussion
DanielSuazo
6 years agoRegular Visitor
Top N Filter shows nothing
Hi, I have a problem filtering by Top N a datetime column from a streaming dataset (with historic data analysis on). I got this column: and I want to filter the column 'hora_fecha' by lat...
nahid3152
6 years agoHelper II
Hi,DanielSuazo
You solve it by doing 3 steps
1. TOTAL= Sum(table[value])
2. Top Rank = rankx(ALLSELECTED('Table'[hora_fecha]),[Total Plot Value],,Desc)
3. User filter pane Top Rank
You solve it by doing 3 steps
1. TOTAL= Sum(table[value])
2. Top Rank = rankx(ALLSELECTED('Table'[hora_fecha]),[Total Plot Value],,Desc)
3. User filter pane Top Rank