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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Fusilier2
Helper V
Helper V

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.