March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I am currently using a calendar table for my model and am experiencing null values for my report after configuring the calendar table.
I have completed the following steps:
1. Adding the calendar table to the model
2. Relationship between calendar table and entity table
3. Marking calendar table as the calendar table
Background context
Relationship
Calendar.Date -> Invoice.Date (1M)
Report
Visualization settings:
Axis = Calendar.FiscalYear
//My calendar table
Legend = Null
Values = Sales
Thanks!
Solved! Go to Solution.
@wetherington , Seems like Invoice table Date has a timestamp
Check by changing the data type to datetime and having a format that can display time, if so create a new column
date only = Invoice[Date].date and join this with the calendar.
Also, check your calendar has all dates in the invoice table
@wetherington , Seems like Invoice table Date has a timestamp
Check by changing the data type to datetime and having a format that can display time, if so create a new column
date only = Invoice[Date].date and join this with the calendar.
Also, check your calendar has all dates in the invoice table
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
81 | |
63 | |
54 | |
42 |
User | Count |
---|---|
194 | |
106 | |
90 | |
63 | |
51 |