Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I'm having some date table issues in a new report I'm buiding. I'm seeing this icon I"m not familiar with and I'm not able to create a proper date Hierarchy.
When I create the Hierarchy, it looks like this
On a separate report i'm working with, this is the date table which works correctly for me.
The Dax for both master date tables is exactly the same:
Master Date =
CALENDAR (
DATE ( 2020, 1, 1 ),
TODAY()
)
Wondering what's going on.
Thanks!
Solved! Go to Solution.
The issue is related to the fact table and the formatting of the date from SQL. Because of an on prem dataset, live connection, I'm not able to use power query to fix. Had to go to database admin to fix.
The issue is related to the fact table and the formatting of the date from SQL. Because of an on prem dataset, live connection, I'm not able to use power query to fix. Had to go to database admin to fix.
Thanks for the quick responce. Unfortunatly Auto Date/Time was already selected for Time Intelligance in settings. Any other ideas?
Thanks,
@rocketship
When you create a data table, always ensure the full year dates in your calendar table. in your case, you can see it up as with the additional columns then
Dates = CALENDAR( DATE( 2020, 1, 1) , DATE(2020, 12, 31) ) )
You need to enable the Auto Date Time under the Options as follows to get the date hierarchy for your date columns
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
11 | |
11 | |
8 |
User | Count |
---|---|
24 | |
18 | |
12 | |
11 | |
10 |