Forum Discussion
Calendar Auto Logic
Hello,
I created a Fiscal Year Date Table using the below ;
Hoping I don't need to keep revising. If so, can someone recommend a fix?
Hi SoSoDef276
You are using a bad practice method 😮
The best practice is to create a Calendar table in Power Query with a list of dates and a Fiscal Year column.
The create adate relationship to your fact tabales.
You can then slice, total or compare by Fiscal Year 😀😀😀
If you are ever using data logic ... always use calanadar table
dont start adding lots of obscure code like your example. 😀Please clcik thumbs up ad accept as solution
2 Replies
- speedrampsSuper User
Hi SoSoDef276
You are using a bad practice method 😮
The best practice is to create a Calendar table in Power Query with a list of dates and a Fiscal Year column.
The create adate relationship to your fact tabales.
You can then slice, total or compare by Fiscal Year 😀😀😀
If you are ever using data logic ... always use calanadar table
dont start adding lots of obscure code like your example. 😀Please clcik thumbs up ad accept as solution
- SoSoDef276New Member
Thank you . I will update accordingly.