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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Default Behavior - Date Filter to Most Recent

I am currently using a fiscal calendar for my dashboard.  As pictured below, I have empowered the users to select Year and Week. The ideal scenario would allow me to default the slicers to current year and most recent week.

 

Capture.PNG

 

Is there any ability to do this?  

 

As an aside, the week number is formatted to text to ensure the chronological layout is correct.

 

Thanks for the help.

2 ACCEPTED SOLUTIONS
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may add an additional slicer by creating a calculated column. Also please vote this idea up.

IsCurrentYear =
IF ( Table1[Year] = YEAR ( TODAY () ), "Yes", "No" )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

@Anonymous,

 

Just select "Yes" as shown below.

Capture.PNG

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may add an additional slicer by creating a calculated column. Also please vote this idea up.

IsCurrentYear =
IF ( Table1[Year] = YEAR ( TODAY () ), "Yes", "No" )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thanks @v-chuncz-msft

 

Can you help me understand the dax statement so I can learn how this solves the need?

@Anonymous,

 

Just select "Yes" as shown below.

Capture.PNG

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors