Dear Power BI Community,
As always, thank you for your helpful responses.
I'm having trouble now presenting my data in a custom end of year. I believe my DAX calculated formula is correct, but the axis is still in the default order.
How can I get my axis months to sort according to my custom end of year of September 1st?
My calendar table is a simple:
Calendar = Calenday("01-01-2010", Today())
Thank you