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
Anonymous
Not applicable

Date Slicer to be based on another Date value in my model

Hi community,

I have a date slicer which is an event date column.
All my transactions have an event date and my dashboard is filtered by a slicer based on the event date.

However, there is another date from a different table which is Adoption manager assigned date. Usually this happens a couple of days after transactions start flowing in.

I need to make my dashboard so the event_date slicer interacts with the assigned date so it actually start counting events from the assigned date. In the Screenshot below the slicer is set at 02/02/2023 and it starts counting events from 03/03/2023 since this was the first event that happened in that range. I need it to start counting from 16/03/2023 which is the Date Assigned date.

The two tables are connected through the data model.

event date.PNG

1 ACCEPTED SOLUTION
SivaMani
Resident Rockstar
Resident Rockstar

@Anonymous, Can be achieved with a Date table. Follow the below steps

 

  1. Create a Date table if you don't have it already
  2. Join the date table to both your tables (event date and assigned date)
  3. Change the slicer to use Date from the #1 table
  4. Create a measure to count records of table that has assigned date

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Thanks people. This was helpful.

SivaMani
Resident Rockstar
Resident Rockstar

@Anonymous, Can be achieved with a Date table. Follow the below steps

 

  1. Create a Date table if you don't have it already
  2. Join the date table to both your tables (event date and assigned date)
  3. Change the slicer to use Date from the #1 table
  4. Create a measure to count records of table that has assigned date
vicky_
Super User
Super User

Create a measure like:
DateSlicerFilter = IF(SELECTEDVALUE([SlicerDate]) >= [DateAssigned], 1)

and use that on the visual filter for your date slicer to only return dates after assigned.

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.

Top Solution Authors
Top Kudoed Authors