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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Tlotly
Helper V
Helper V

Week slicer to default to latest week

Good day

 

I was wondering if it's  possible to have a week slicer defaulted to the latest week when opening a report. I've tried several ways I  found here on the community but they're not working for me. Also I can create measures which will default the visual to the latest week's results but the matrix I have cannot handle such, it hangs due to the granularity of my dataset.

 

Below is my week slicer,  which I want it to have 2022/03/14 as a default selection and when a new week comes it then defaults it to that new week automatically. Is this possible?

Tlotly_0-1647526394637.png

 

Thank you

Matlotlo

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Tlotly ,

 

Create a measure as below and add it to visual filter set value = 1.

Measure = IF(SELECTEDVALUE(Data[meeting_process_date]) = MAXX(FILTER(ALLSELECTED('Calendar'),'Calendar'[WeekSlicerDates]=TRUE()),'Calendar'[WeekStart]),1,0)

1.jpg

2.jpg

 

Best Regards,

Jay

View solution in original post

8 REPLIES 8
Anonymous
Not applicable

Hi @Tlotly ,

 

Create a measure as below and add it to visual filter set value = 1.

Measure = IF(SELECTEDVALUE(Data[meeting_process_date]) = MAXX(FILTER(ALLSELECTED('Calendar'),'Calendar'[WeekSlicerDates]=TRUE()),'Calendar'[WeekStart]),1,0)

1.jpg

2.jpg

 

Best Regards,

Jay

Hi @Anonymous ,


Can you do a sample pbix file and share it to me plz......

PVO3
Impactful Individual
Impactful Individual

Use your [Date] field als a filter on the visual/page and set it to relative date in the last week.

And put a 1 in the blank above 'weeks'

PVO3_0-1647526842903.png

 

I did the relative date even before posting but as soon as I select another week I get blank results.

Tlotly_1-1647527372248.png

 

 

PVO3
Impactful Individual
Impactful Individual

Can you please show images of you date table & model?

@PVO3  I've attached a link with the PBI. 

 

 https://www.dropbox.com/s/3a1zlpo12ve6kvp/WeekDefault.pbix?dl=0 

 

Thank you

 

PVO3
Impactful Individual
Impactful Individual

Sorry I totally missed your reply. Fortunatly this is solved.

HB13
Helper I
Helper I

Hi there

You can try setting a Relative Date with the parameters This Week, it'll then update at the start of each new

week. You can find it by clicking the drop down arrow next to the "Week Start Date" title

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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