cancel
Showing results for 
Search instead for 
Did you mean: 
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
Solution Sage
Solution Sage

pls thy this

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

View solution in original post

2 REPLIES 2
Ahmedx
Solution Sage
Solution Sage

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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors