Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
How to show default current week in the slicer each time you open the report? And how to make it Dynamic?
TIA
Tanisha
Solved! Go to Solution.
Hi @Anonymous - To implement current week on report multiple approaches are there.
Hope you already added Week Number and Year Columns in your date table.
create a calculated column
Current Week = IF(
'Date'[Year] = YEAR(TODAY()) && 'Date'[Week Number] = WEEKNUM(TODAY()),
"Current Week",
"Other Weeks"
)
apply it on page or visual level filter that current week.
other approaches reference links:
Solved: Selecting default - week value dynamically - Microsoft Fabric Community
Solved: How to set current week as default slicer - Microsoft Fabric Community
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
Hi @Anonymous - To implement current week on report multiple approaches are there.
Hope you already added Week Number and Year Columns in your date table.
create a calculated column
Current Week = IF(
'Date'[Year] = YEAR(TODAY()) && 'Date'[Week Number] = WEEKNUM(TODAY()),
"Current Week",
"Other Weeks"
)
apply it on page or visual level filter that current week.
other approaches reference links:
Solved: Selecting default - week value dynamically - Microsoft Fabric Community
Solved: How to set current week as default slicer - Microsoft Fabric Community
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
9 |