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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.