Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello, first post.
I want to create a calendar table that includes specific date/time, because I download the reports that includes the exact time for a transaction.
So I need to create a Calendar table to create a relation as I have multiple tables that need to be filtered from this one.
The left one is the one from the report, and when I try to filter data from the calendar table it shows as a blank.
So far I tried to duplicate the TimeStamp Column and ROUND the data, but the column is not recognized as a Date even if it has the correct format.
Hope you can get what I want and can help me.
Thanks in advance.
Osiel.
Solved! Go to Solution.
For now I did a new colum with:
Hi @oparra
When you need to also include time in your dimension table, the best practice is to separate out the date table and the time table, instead of having one big date/time calendar table with near infinite combination (cardinality) of date and time unique values. Separating out date and time will ensure that the cardinality of the dimension table is maintained at a level where there is minimum performance issues, and you can have a time table of 24 hours.
Best regards,
For now I did a new colum with:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.