Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi, guys!
I made a report for a team that reports complaints for a certain period. I used a calendar slicer in it because they said it themselves that even though they will use this report weekly, it's possible that the period they want to report can change (for example, currently they report the period from last Thursday to this week's Wednesday. In the future, this period could change).
Anyway, they have this point-person who's in charge of uploading the data in SharePoint which is connected to the report. She checks as well if the data reflected in the report is correct.
However, a member of her team asked if it's possible that after the point-person is done checking the report and setting the calendar slicer based on their reporting date, can the other members view the slicer set up by the point-person? The reason is they don't want to have to change the date filter ever time they open the report. They just want to see right away the view made by the point-person.
So is this possible? I've read about persistent filters but I think it can't depend on the filter made by another reader. If that's the case, can you think of a workaround for this situation?
FYI that they don't have Pro licenses.
@newgirl , The information you have provided is not making the problem clear to me. Can you please explain with an example?
But What I am getting, you need 2 things, A week setup from Thursday to Wednesday and Select this week by default
This should help for week start of your choice
Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...
Default week :https://www.youtube.com/watch?v=hfn05preQYA
Select this week in the slicer
Week Type = Switch( True(),
[start week]<=Today() && [end date]>=Today(),"This Week" ,
[start week]<=Today()-7 && [end date]>=Today()-7,"Last Week" ,
[Week Name]
)
Appreciate your Kudos.
Hi @amitchandak !
Here's the scenario:
The report has a calendar slicer (From and To date slicer) and is scheduled for daily refresh. The point person appends the new data in SharePoint and waits for the scheduled refresh to pass by (in short, I am already hands off when updating their report). Then she opens the report and filters the slicer as of reporting period, say, January 5 to January 10, 2020 to see if the data she uploaded is reflected correctly in the report (basically, she's the one who's in charge of the report and checks it).
What they want is that after she checks the data, when other members would open the report, they would also like to see January 5 to January 10, 2020 set as the date, just like how she filtered it. This is where my problem comes in.
As much as I want to use a measure using a "Today" or "This Week" in the slicer, I can't because of 2 reasons:
@newgirl , Based on what I got.
As of now, you can not initializes date ranges based on some logic.
She can save the report and share with other users again, ( publish and share)
other option is
Create a Tuesday Week( Blog Given) in date table, Create this week in date table and select that(Video shared).
In this week you can create WTD ( Week till date if needed)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
78 | |
53 | |
38 | |
36 |
User | Count |
---|---|
100 | |
85 | |
47 | |
45 | |
44 |