Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Calenderauto dates blank when Table Date has a corresponding date value

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?

 

sa34techer_0-1732554345517.png

 

 

 

1 ACCEPTED SOLUTION
rajendraongole1
Super User
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.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
rajendraongole1
Super User
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.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.