I was looking for a solution to easily switch the “Sort by column” dynamically. (eg based on a slicer)
So in the situation that you want to swap a financial report from a financial year point of view
to a calendar year point of view.
What I would like is that then, the month order is swapped from
JUL / AUG / SEPT / … / JUN
to
JAN / FEB / MARCH …/ DEC
Only things I found was something like this:
But that feels a bit hacky / cumbersome? Just wondering if there were other workarounds for this type of scenario.
I like to always default to the simpliest solution here, because it’s a lot of effort and room being taken up in your model with workarounds like this.
I would personally just add different slicers to the page for each option and visually make it clear that the user can slice the data by either option.