
Hi all,
I am trying to change Oct to Dec as Q1 as compared to it being as Q4 by default.
I tried changing the date properties from the data source and for the individual date column- Date Properties - Fiscal Year Start, however I still did not get the desired result.
Any suggestions will be helpful
Thank you !
Regards,
Rishi Saka
Hello @Rishi Saka Rishi,
that's a rather popular question on the forum ;)
Create a calculated field and use this calculation:
DATE(DATEADD('month',-3,[Order Date]))
Save the calculated field and use it on Columns instead of your Order Date.
See attachment (Tableau 2019.3)
Regards,
Rene
If a reply assists in resolving the question, please up vote when helpful or as 'best' if it resolves the question. This will help other users having a similar question.