Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi community,
I have a pivot/matrix table that gives me the following table:
| Debtors | 100 |
| Prepayments | 80 |
| Creditors | -20 |
| Accruals | -60 |
I want to sort it by absolute size but first by positives then by negatives, to give the following:
| Debtors | 100 |
| Prepayments | 80 |
| Accruals | -60 |
| Creditors | -20 |
Is there any way to achieve this?
Thanks
Solved! Go to Solution.
@analysiswithtec I guess these values are measures?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Yes I have used a simple measure such as sum()
| User | Count |
|---|---|
| 55 | |
| 37 | |
| 26 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |