Forum Discussion
Sort Axis on Waterfall Chart
You explain to me how the structure of that table I must create should be. I guess I should do this in Power Query, to indicate the order of this column (Breakdown) and keeping the order of Category
Hi Syndicate_Admin ,
You can build this mapping table in Power Query (manually create a small table with those pairs). Once you have it:
-
Load it into the model.
-
If it’s a separate mapping table, create a relationship from
BREAKDOWNin your fact table toBREAKDOWNin this mapping table, then add theSortOrdercolumn to your fact table via a merge. -
In the Data view, select your BREAKDOWN column, then set Column Tools → Sort by Column → SortOrder.
This way, whenever you use BREAKDOWN in the Waterfall chart, it will always respect the custom order you defined, regardless of which CATEGORY or filter you apply.
I hope this information helps. Please do let us know if you have any further queries.
Thank you