Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
Solved! Go to Solution.
you can define the range for a date table like so.
Dates = CALENDAR ( DATE ( 2018, 1, 1 ), DATE ( 2020, 12, 31 ) )
@colourfullife - Just use CALENDAR(DATE(...),DATE(...))
you can define the range for a date table like so.
Dates = CALENDAR ( DATE ( 2018, 1, 1 ), DATE ( 2020, 12, 31 ) )
@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))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
75 | |
64 | |
52 | |
47 |
User | Count |
---|---|
218 | |
88 | |
73 | |
64 | |
60 |