The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am working on a dashboard for my company, and I am trying to show sales by month for our last fiscal year. Our fiscal year runs from October to September. Thus, I want the first column to be October and the last to be September. I have the full date in my data, but, regardless of the year, it views January first.
As well as the orginial "Bill Date" column, I have added month and year columns, but it doesn't change anything. I have seen other posts on these forums and have tried to follow them, but nothing has seemed to work. I've tried the Sort by Column, but that doesn't do anything.
This program really should be able to recognize dates in order.
Any suggestions? Thanks for your help!
Solved! Go to Solution.
Try these steps:
- Add Fiscal Month column to your Date data i.e., Fiscal Month starts 1 for October, 2 for November ...;
Note: I prefer this at SQL or Cube level, as one point of contact.
- In PBI Deskptop, Go into Data view, Select the Month column used in your chart (i.e., October, November) then click Modeling tab, Sort by column change to Fiscal Month (new column).
- Check your chart. (sometimes you may need to readd the column to the chart)
Thanks
Try these steps:
- Add Fiscal Month column to your Date data i.e., Fiscal Month starts 1 for October, 2 for November ...;
Note: I prefer this at SQL or Cube level, as one point of contact.
- In PBI Deskptop, Go into Data view, Select the Month column used in your chart (i.e., October, November) then click Modeling tab, Sort by column change to Fiscal Month (new column).
- Check your chart. (sometimes you may need to readd the column to the chart)
Thanks