The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
86 | |
84 | |
35 | |
35 | |
34 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |