I want to create a filter on the slice that shows me the amount of row I select in another view according to the value of the largest Collected. see the example
I want to type 5 and I just want it to show me the 5 machines with the largest 5 collected.
it's possible ? what's the best way to do it?
Solved! Go to Solution.
Your slice filter expression for top 5 machines can be something like
IN([Key Column] , TOP(ORDERBY(Table Name[Key Column], [Collected], TRUE),5))
Please base your view on this slice.
Your slice filter expression for top 5 machines can be something like
IN([Key Column] , TOP(ORDERBY(Table Name[Key Column], [Collected], TRUE),5))
Please base your view on this slice.
You're creating what I call an 'enhanced dashboard'
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |