Forum Discussion
Matrix: Sorting by columns
- Anonymous5 years ago
I think you cannot sort by column.
Instead you can create New Column like below:
BB = IF(Sheet1[OrderType] = "BB",Sheet1[Volume],0)
DD = IF(Sheet1[OrderType] = "DD",Sheet1[Volume],0)
INV = IF(Sheet1[OrderType] = "INV",Sheet1[Volume],0)
Once done add these Columns to the "Values" and removed Order Type from "Columns". This will enable the sorting option as per your requirement.
Please find screenshots below:Thanks,
Sandeep
LillyLegenda , Order by will sort Ascending or based on sort column. Create a sort column and mark that as sort column for order by https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
I disucssed this type of case in video - https://www.youtube.com/watch?v=KK1zu4MBb-c
- LillyLegenda5 years agoHelper III
- amitchandak5 years agoSuper User
LillyLegenda , there is no option for column(pivot) to sort -here it is OrderType . It will sort Ascending or based on sort column
Say I want sort descending
new columns
Order Type 1 = [Order Type]
Order TypeSort =rankx(all(Table), [Order Type] )
Mark Order TypeSort as sort column for Order Type 1 and use that in sorting
I disucssed this type of case in video - https://www.youtube.com/watch?v=KK1zu4MBb-c