Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have the following table that has a visual Top N filter applied (top 10) and I need to sort by descending order but I am baffled as to how. Is it done in DAX or via another method?
Solved! Go to Solution.
Click on the "Count Album Name" column header.
I need it to show for the end user every time - will that propogate to their view, or does it need to be done in DAX or some other method?
You can decide to do that in your development stage (so it will be the default sort for all users) or you can let your users click on it (and allow filter save) so they can have it as their own default.
User | Count |
---|---|
85 | |
81 | |
64 | |
53 | |
46 |
User | Count |
---|---|
101 | |
49 | |
42 | |
39 | |
38 |