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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Configure Date slicer based on latest DAY (also a slicer)

Hi
I have a requirement where i have two slicers
1. Day
2. Date
Firstly, When user select Mon in the Day Slicer, the Date slicer must display dates only for Monday.
Secondly, as per the current day the DAY SLICER value must get updated i.e. if user opens the dashboard on Tuesday - DAY = tue & Date = all values for tuesday
Thirdly, do not want user to manually select or update the day / dates.

Thanks
Stuti

1 ACCEPTED SOLUTION

Hi @Anonymous ,

  1. If Day and Date are from the same table, or there are the relationships among the tables, it will be filtered automatically when you select the slicer of Day.
  2. It is impossible to update DAY SLICER based on the current day.  And we couldn't implement that the reports or dashboard will be filtered by today automatically. Users still need to select the slicer to filter them.
  3. Currently, we still need to filter manually. You could create a calculated column as a slicer to filter the data of today.
TODAY = IF('CALENDAR'[Date] = TODAY(), TODAY(),BLANK())

1.PNG2.PNG3.PNG

Best Regards,

Xue Ding

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

Best Regards,
Xue Ding
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
amitchandak
Super User
Super User

You have Visual level, page-level filter pane in a new version. If you drag a date there you will get a relative and advance date option. That can give date like today, yesterday, etc..

Anonymous
Not applicable

Yes but Relative Filtering sets a limit around date i.e. if user wants to view datapoints beyond 30 days / 3 weeks it will not be possible.

Hi @Anonymous ,

Do you implement the requirement? If so, would you mind marking helpful or prefer replies as answers? You could share your own answer. And more people will benefit here. 

 

Best Regards,

Xue Ding

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

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

Hi @Anonymous ,

  1. If Day and Date are from the same table, or there are the relationships among the tables, it will be filtered automatically when you select the slicer of Day.
  2. It is impossible to update DAY SLICER based on the current day.  And we couldn't implement that the reports or dashboard will be filtered by today automatically. Users still need to select the slicer to filter them.
  3. Currently, we still need to filter manually. You could create a calculated column as a slicer to filter the data of today.
TODAY = IF('CALENDAR'[Date] = TODAY(), TODAY(),BLANK())

1.PNG2.PNG3.PNG

Best Regards,

Xue Ding

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

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors