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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
sgodfrey
Frequent Visitor

Date Slicer Not Updating as Expected when Refreshing Data by Adding New Weekly Report

Hi,

 

I'm using a date slicer that is set to "This - Weeks" where its pulling information for the most recent week as part of the count of records.  However, I also have loaded historical records by prior weekly reports, which we do not want included in 'this week's' reports but rather for trend analysis visualizations.  I've noticed that although 'this week' is selected, it does not automatically refresh the "this week" as a new week when I refresh the BI workbook weekly.  I have to manually select the paint roller, then "Date Range" and then update the 'Anchor Date" field to add new Monday weekly report date when refreshing the data (for each tab).  I could pull the date slicer into a new tab, and let it filter at the report level to ease that but once we publish the reports/visualizations to a dashboard, we'd like to leverage the auto schedule to refresh the data, and not have to manually update the weekly date filter to include the most recent's week data as part of a filtered data set.  Does anyone know how to resolve this please?

 

Thanks!

2 REPLIES 2
Anonymous
Not applicable

@sgodfrey,

Create a calculated column in your table using dax below, then create a slicer using this column and set its value to 1. If the DAX doesn't work as expected, please share sample data of your table so that I can test.

check this week = IF(WEEKNUM('Table'[Date])=WEEKNUM(TODAY())&&YEAR('Table'[Date])=YEAR(TODAY()),1,0)



Regards,
Lydia

parry2k
Super User
Super User

@sgodfrey you shouldn't be using anchor date, it should be set to this week without anchor date.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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