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
Fusilier2
Frequent Visitor

Help creating dynamic calendar table with future dates

I have created a dynamic calendar table:

Calendar Table = CALENDAR(Min('Rent'[Date]),Max('Rent[Date]))
My problem is that this report has dozens of tables with data updated by many people at different times during the month, some actual and some forecasts in the future, so I need a table with future dates in case other tables are updated before the 'Rent' table is updated. Is it possible to change Max('Rent'[Date] to increase the Max date by say twelve months (e.g. +12)?

 

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

pls thy this

Calendar Table = CALENDAR(Min('Rent'[Date]), EOMONTH(Max('Rent[Date]),12)

View solution in original post

2 REPLIES 2
Ahmedx
Super User
Super User

pls thy this

Calendar Table = CALENDAR(Min('Rent'[Date]), EOMONTH(Max('Rent[Date]),12)

Thank you very much for the VERY speedy response!

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.