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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Paulyeo11
Impactful Individual
Impactful Individual

How to make my master calendar dynamic on year field ?

Hi All

i like to make make the min and max date value dynamic  , so that easy for maintenance.
Date = CALENDAR(Date(2017,01,01),date(2020,12,31))
Paul
 
1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

Date = CALENDAR(DATE(YEAR(TODAY())-3,01,01),DATE(YEAR(TODAY()),12,31))

View solution in original post

3 REPLIES 3
jdbuchanan71
Super User
Super User

Date = CALENDAR(DATE(YEAR(TODAY())-3,01,01),DATE(YEAR(TODAY()),12,31))

Hi Sir

Thank you it work. Why your script does not consider the min date ?

Paul

mahoneypat
Employee
Employee

You can use MIN and MAX of one or more of your date columns in the model to be dynamic.  For example,

 

Date = CALENDAR(Date(YEAR(MIN(Table[DateColumn])),01,01),date(YEAR(MAX(Table[DateColumn])),12,31))





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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