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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am trying to create a date table, to link it to my public holiday table. The created date table does not contain any data, please assist?
See: https://drive.google.com/file/d/1CBpFLkw37E5aeYSG9RXMLTzOXUCdcn4m/view?usp=sharing
Solved! Go to Solution.
@Yrstruly2021
I see no problem with your model, every table was connected using the correct column. It seems you didn't use dax to create the calendar table in Power BI Desktop.
Just some insights: you could also use the following dax to create a table:
Calendar table = Calendar(Date(2020,1,1), Today())
Then create other columns using dax, for example:
Year = Year([Date])
Day = Day([Date])
@Yrstruly2021
I see no problem with your model, every table was connected using the correct column. It seems you didn't use dax to create the calendar table in Power BI Desktop.
Just some insights: you could also use the following dax to create a table:
Calendar table = Calendar(Date(2020,1,1), Today())
Then create other columns using dax, for example:
Year = Year([Date])
Day = Day([Date])
Is my data model correect in terms of relationships? https://drive.google.com/file/d/1CBpFLkw37E5aeYSG9RXMLTzOXUCdcn4m/view?usp=sharing
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 9 | |
| 6 | |
| 6 |