Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello All,
I created a callendar function using CALENDARAUTO() DAX .But I'm getting year range from 1899 in newly created table and relationship exists between OrderDate and Calendar Table.
Solved! Go to Solution.
Hello @Likhitha
according to https://docs.microsoft.com/en-us/dax/calendarauto-function-dax
The earliest date in the model which is not in a calculated column or calculated table is taken as the MinDate.
of my experience, its 1899 appears in the calendar table as at least one (at least) of its date columns in the data model has the value BLANK, so DAX defines it as a possible first date to calculate
Hello @Likhitha
according to https://docs.microsoft.com/en-us/dax/calendarauto-function-dax
The earliest date in the model which is not in a calculated column or calculated table is taken as the MinDate.
of my experience, its 1899 appears in the calendar table as at least one (at least) of its date columns in the data model has the value BLANK, so DAX defines it as a possible first date to calculate
I had the same issue. I figured out that because I had extracted the Time from a data column and added a "Time Only" column in "Transform Data", CALENDARAUTO() took that as a blank date and behaved as @az38 said.
The workaround would be to create the calculated column in the model itself, but this sounds like a bug in CALENDARAUTO(), does it not?
Hope this helps.
David
it's not a bug. for more predictable calendar you can use CALENDAR() or even GENERATESERIES() functions
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 22 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 42 | |
| 40 | |
| 30 |