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
Anonymous
Not applicable

dynamic calendar

Dear all, 

 

I have a dataset with data getting updated everyday. I have set up the relative date filter to show data till the last calendar months. But I would like to set up a dynamic calendar where if the filter is off people can see entire data upto date and if the filter is on then they can see only upto last completed calendar months. Is there anyhting like a dynamic filter set up in Power BI?

 

Thanks 

 

Regards

Malini

2 REPLIES 2
Anonymous
Not applicable

Hey Thanks for your solution but it doesnot work. It says the syntax var_max cannot be detected

amitchandak
Super User
Super User

@Anonymous , Create like

 

calendar =

var _max =eomonth( today() ,1)

return  calendar(date(2020,1,1), _Max)

 

 

or

 

 

 

calendar =

var _max =eomonth(Max(Table[Date])  ,1)

return  calendar(date(2020,1,1), _Max)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.