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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
colourfullife
Post Partisan
Post Partisan

Calendarauto

Hi there, Is there any other codes that i can use instead of calendarauto.

I usually go for calendarauto to make a date table to connect with my data to create progress or plan by week report.

The problem is this code collects all the dates from my data even though it's not correct date like 1939 which was put in accident in database. i don't want to correct database inccorrect date every single time.. 

 

please let me know there is any other code but same function.!

 

thanks

CL

 

1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

@colourfullife 

you can define the range for a date table like so.

Dates = CALENDAR ( DATE ( 2018, 1, 1 ), DATE ( 2020, 12, 31 ) )

View solution in original post

3 REPLIES 3
Greg_Deckler
Super User
Super User

@colourfullife - Just use CALENDAR(DATE(...),DATE(...))


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...
jdbuchanan71
Super User
Super User

@colourfullife 

you can define the range for a date table like so.

Dates = CALENDAR ( DATE ( 2018, 1, 1 ), DATE ( 2020, 12, 31 ) )
amitchandak
Super User
Super User

@colourfullife , refer if these calendar's can help

1.Creating Financial Calendar - Decoding Date and Calendar 1-5 - Power BI Turning 5 Celebration Series
https://community.powerbi.com/t5/Community-Blog/Creating-Financial-Calendar-Decoding-Date-and-Calend...
2.Any Weekday Week - Decoding Date and Calendar 2-5 - Power BI Turning 5 Celebration Series
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...

 

You can start calendar like

calendar(Min(Table[Date]), Today())

calendar(date(1990,1,1), Today())

calendar(date(1990,1,1), date(2025,12,31))

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.