This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Please help me figure out why would some of my calenderauto dates be blank if my Table Date has a corresponding date value. My Table Date column is a date data type. This a oracle datasource. What are some things I can do to troubleshoot?
Solved! Go to Solution.
Hi @Anonymous - Check if your Table Date column contains:Dates outside the valid Power BI date range (1/1/1900 to 12/31/9999).Null values or blanks in the source data.
you can , use CALENDAR instead of CALENDARAUTO to explicitly specify the date range
CalendarDebug = CALENDAR(MIN('YourTable'[Table Date]), MAX('YourTable'[Table Date]))
and also you have check on model view ,select the Table Date column, and confirm the Data Type is Date (not DateTime or Text).
The above approaches helps you to find the issues. please check.
Proud to be a Super User! | |
Hi @Anonymous - Check if your Table Date column contains:Dates outside the valid Power BI date range (1/1/1900 to 12/31/9999).Null values or blanks in the source data.
you can , use CALENDAR instead of CALENDARAUTO to explicitly specify the date range
CalendarDebug = CALENDAR(MIN('YourTable'[Table Date]), MAX('YourTable'[Table Date]))
and also you have check on model view ,select the Table Date column, and confirm the Data Type is Date (not DateTime or Text).
The above approaches helps you to find the issues. please check.
Proud to be a Super User! | |
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 30 | |
| 23 | |
| 22 |