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

Be 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

Reply
S3
Helper III
Helper III

Re:

Hello, 

I would like to ask if it's possible to change the date slicer based on choosing from the slicer containing Holiday names, so if one choose Easter Holidays, the toggle of the date would change to the dates of that holiday. Or have I been searching in vain because such solution doesn't exist? (I've been trying for several days now)

FE2BBFBF-4C55-4B76-BDEF-770BEFB232A0_4_5005_c.jpeg


1 ACCEPTED SOLUTION
v-yangliu-msft
Community Support
Community Support

Hi  @S3 ,

I created some data:

HolidayTable:

vyangliumsft_0-1667454852361.png

Table:

vyangliumsft_1-1667454852364.png

 

You might consider using List Slicer.
Here are the steps you can follow:

1. Create measure.

Flag =
var _select=SELECTEDVALUE('HolidayTable'[Holidays])
var _selectstart=MAXX(FILTER(ALL(HolidayTable),'HolidayTable'[Holidays]=_select),[StartDate])
var _selectEnd=MAXX(FILTER(ALL(HolidayTable),'HolidayTable'[Holidays]=_select),[EndDate])
return
IF(
   MAX('Table'[Date])>=_selectstart&&
  MAX('Table'[Date])<=_selectEnd,1,0)

2. Place [Flag]in Filters, set is=1, apply filter.

vyangliumsft_2-1667454852365.png

3. Result:

vyangliumsft_3-1667454852371.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

4 REPLIES 4
v-yangliu-msft
Community Support
Community Support

Hi  @S3 ,

I created some data:

HolidayTable:

vyangliumsft_0-1667454852361.png

Table:

vyangliumsft_1-1667454852364.png

 

You might consider using List Slicer.
Here are the steps you can follow:

1. Create measure.

Flag =
var _select=SELECTEDVALUE('HolidayTable'[Holidays])
var _selectstart=MAXX(FILTER(ALL(HolidayTable),'HolidayTable'[Holidays]=_select),[StartDate])
var _selectEnd=MAXX(FILTER(ALL(HolidayTable),'HolidayTable'[Holidays]=_select),[EndDate])
return
IF(
   MAX('Table'[Date])>=_selectstart&&
  MAX('Table'[Date])<=_selectEnd,1,0)

2. Place [Flag]in Filters, set is=1, apply filter.

vyangliumsft_2-1667454852365.png

3. Result:

vyangliumsft_3-1667454852371.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Hello @v-yangliu-msft 

thanks a lot. The date list changes according to the other slicer, however, if I choose Select All in the date list, then all dates will get selected, even the ones that are not in the list (I know this because the value in the table will show the value of all dates) and if I choose another holiday after having chosen certain dates of the options of the previous holiday, then the dates I chose before will stay until I choose manually each date of the new dates showing..

Thank you @v-yangliu-msft !

amitchandak
Super User
Super User

@S3 , Date Range slicer, usually do not respond to other slicers

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.