Forum Discussion
Date Format from Calendar table not showing date
- 2 years ago
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.
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.
Hi danextian , I had the calendar table but did not think using the table's columns would work better. Just tried and you're right hahaha. I'd imagine using the Date Key would have been more reliable, how weird huh?
Best,
Celso
- danextian2 years ago
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.