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
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
v-yuezhe-msft
Employee
Employee

@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

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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
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.