Forum Discussion
Anonymous
4 years agoNot applicable
Datetable
Hello everyone, It seems my date table is not working the correct way. I have created a simple new tabel with = Calendarauto(). Added the month and selected mark as datetable. Now I ...
- 4 years ago
Hi, Anonymous
You can try a different way of creating a new date table.
Table:
Date = CALENDAR(MIN('Table'[Date]),MAX('Table'[Date]))Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-zhangti
4 years agoCommunity Support
Hi, Anonymous
You can try a different way of creating a new date table.
Table:
Date = CALENDAR(MIN('Table'[Date]),MAX('Table'[Date]))
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years agoNot applicable
Thanks you the seems to work.