March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have a slicer that is currently getting its values from a generated date table and setting the value to the years in the "between" mode. Is it possible to set a default value for a subset of years? Let's say that i have 10 years in total but i would like to show the last 5 years when the user opens the dashboard.
Thanks.
Solved! Go to Solution.
@qmestu , You can use a visual level filter. You can use relative date filter
or create a column like this and use that as filter
Switch( True() ,
Year([Date]) >= year(Today()) -5 && Year([Date]) <= year(Today()) , "Last 5 Year",
Year([Date])
)
@qmestu , You can use a visual level filter. You can use relative date filter
or create a column like this and use that as filter
Switch( True() ,
Year([Date]) >= year(Today()) -5 && Year([Date]) <= year(Today()) , "Last 5 Year",
Year([Date])
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |