Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
I have a table defined with activities from December 19th, 2024 till November 24th, 2025.
I am using slicer type "between" because I want to see past activities and future activites.
I am trying to confifure the slicer in order to at the day I open the dashboard, the start date would be set as the current date, but if i want to back for instance to the last week, I could handle using start date.
Please any suggestion?
Luis
Solved! Go to Solution.
Hi @luis_pflucker ,
You can try using preselected slicer:
I created simple example data:
Please refer to the following steps:
1. Create a measure:
Pre Date =
VAR _today=TODAY()
RETURN
MAX('Date'[Date])>=_today
2. Create a new table:
_PreselectedSlicer = DATATABLE(
"IsDirtySlicer", BOOLEAN,
{
{FALSE()},
{TRUE()}
}
)
3. Add a preselected slicer:
4. Result:
You can restore and clear the pre-selected effects by clicking on the reset and clear buttons in the upper right corner of the slicer.
Best Regards,
Zhu
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @luis_pflucker ,
You can try using preselected slicer:
I created simple example data:
Please refer to the following steps:
1. Create a measure:
Pre Date =
VAR _today=TODAY()
RETURN
MAX('Date'[Date])>=_today
2. Create a new table:
_PreselectedSlicer = DATATABLE(
"IsDirtySlicer", BOOLEAN,
{
{FALSE()},
{TRUE()}
}
)
3. Add a preselected slicer:
4. Result:
You can restore and clear the pre-selected effects by clicking on the reset and clear buttons in the upper right corner of the slicer.
Best Regards,
Zhu
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
125 | |
78 | |
76 | |
59 | |
51 |
User | Count |
---|---|
164 | |
86 | |
68 | |
68 | |
58 |