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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Thenewguy
Frequent Visitor

Make Date in the Slicer temporary and have the ability change it outside the parameters

I am using the Between format for the Date slicer. What i need is to set the end date of the date range to Today's date and the remainder of the month.  So when everytime i open the dashboard ,it should show - Todays (1/20/2020) and the remainder of the month (1/1/2020). I also want to also want the ability to filter outside these dates.  

2 REPLIES 2
Thenewguy
Frequent Visitor

This works but if the date slicer is filtered on prior months, the "This Month Till Date" option disappears. I need that option to be seen at all times. Thank you for you help

amitchandak
Super User
Super User

@Thenewguy , You can not initialize the date columns 

But you can have column like this in your date table  and use it as filter


Month Type = Switch( True(),
eomonth([Date],0) = eomonth(Today(),-1),"Last Month" ,
eomonth([Date],0)= eomonth(Today(),0) && [Date] <=Today() ,"This Month Till Date" ,
eomonth([Date],0)= eomonth(Today(),0) && [Date] >Today() ,"Rest of the Month" ,
Format([Date],"MMM-YYYY")
)

 

refer

https://www.youtube.com/watch?v=hfn05preQYA

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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