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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Grasmachien
Frequent Visitor

Change selected value in slicer with embedded report and Powerbi Client

We have a report with a filter / slicer with a set of dates.
Basically what we want is to always pick the latest date available when a user loads the embedded report.

My colleague which is building the report can't find a way to make it work so I tried making it work in the web app by applying a filter. Unfortunately the filter only removes all other dates from the slicer and does not even select the one I want.

Is there a way to achieve this result?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Grasmachien ,

 

As far as I know, Power BI doesn't support to select the latest date in slicer automatically. 

Here I will share you some workarounds.

1. Default slicer selection (latest date) in Power BI

Create a calculated column in Date table with "Today" and then you can select it in slicer to make your report show data for today.

2. Slicer: Default to latest date in data set

You can create a filter measure and add this measure into all visuals in your embed page and set it to show items when value = 1.

 

Best Regards,

Rico Zhou

 

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

1 REPLY 1
Anonymous
Not applicable

Hi @Grasmachien ,

 

As far as I know, Power BI doesn't support to select the latest date in slicer automatically. 

Here I will share you some workarounds.

1. Default slicer selection (latest date) in Power BI

Create a calculated column in Date table with "Today" and then you can select it in slicer to make your report show data for today.

2. Slicer: Default to latest date in data set

You can create a filter measure and add this measure into all visuals in your embed page and set it to show items when value = 1.

 

Best Regards,

Rico Zhou

 

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

Helpful resources

Announcements
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