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

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

Reply
Ananthan
Frequent Visitor

Date Slicer selection based on another date slicer

I have Year, month, day slicer in first page, i have to  set the slicer selection in second page based on first page slicer date plus one day,

For eg in first page i have selected year-2022, month-August, Day-20 means, in second page it should select August 21st date.

both are different slicers, that means diffrent fields.

2 REPLIES 2
v-chenwuz-msft
Community Support
Community Support

Hi @Ananthan ,

 

Unfortunately, the range (between) of the date slicer does not change with the other slicers. If you change the date slicer to list, then consider using the slicer synchronizer to synchronize the slicers of both pages.

 

Use the following code to make another slicer change

Measure = IF( SELECTEDVALUE('Table 2'[Date])>MAX('Table'[Date]),1)
vchenwuzmsft_0-1663832872769.gif

Best Regards

Community Support Team _ chenwu zhu

 

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

I have tried the above measure. but its not working for me. could you please give me the alternate solution for this.

 

If i select the  eg 20th August 2022 in created date slicer in the first page. i have to filter the grid in the  second page, that grid contains only those are all the projecs scheduled on the 21st Aust 2022.

 

I have created the measure like below, but its not working.

Next Day service count = calculate(COUNT('Table2'[Project Number]),FILTER('Table2',DATEVALUE('Table2'[Schedule_Date])= datevalue(SELECTEDVALUE(Table1[Created On])))

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.