Forum Discussion
jsteffe
Helper III
6 years agocalendarauto returns nothing
I use this formula to automatically create a calendar but nothing happens. I get no date.
Calendar = CALENDARAUTO()
In my model I get a table with a field which is a date (I checked the format was date).
Thanks for your help.
8 Replies
- Greg_Deckler
Community Champion
jsteffe - That's definitely odd. You can do it the "hard" way like:
Calendar = CALENDAR(MIN('Table'[Date]),MAX('Table'[Date]))- jsteffe
Helper III
I tried your formula but I get no date too.
Calendar = CALENDAR(MIN('EXP'[SM réelle]);MAX('EXP'[SM réelle]))The data type for my date field "SM Réelle" is date ...
- Greg_Deckler
Community Champion
Well, it's odd. So that returns a blank table??
What if you try date_livraison instead of SM Réelle?