Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 48 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 118 | |
| 117 | |
| 38 | |
| 36 | |
| 27 |