Forum Discussion
Date Format from Calendar table not showing date
Hi,
I have added a calendar table Key to my visualisation, it shows cohesive formatting for Month and Quarter but for Year and Day it shows what it seems to be a summed number.
I am not really sure what info could be impacting this so would be happy to give more context if needed.
All the best,
C
Hi CelsoJ
It appears you're using the automatically generated date hierarchy. I suggest to create a separate dates table and relate that to your fact. Attached is a sample DAX calendar table. There are quite a few columns in there but remove those that you don't need by removing them from ADDCOLUMN arguments.
3 Replies
- danextian
Super User
Hi CelsoJ
It appears you're using the automatically generated date hierarchy. I suggest to create a separate dates table and relate that to your fact. Attached is a sample DAX calendar table. There are quite a few columns in there but remove those that you don't need by removing them from ADDCOLUMN arguments.- danextian
Super User
The automatically created hierarchy aids those who just started with Power BI but as you advance, you'll realize that it isnt actually that helpful.