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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
TechnicalTim
New Member

How can I automatically set the filter of dashboards to "Current Year" as they load for users?

Hello,

 

My team needs to develop dashboards for our sales organization that automatically show metrics of our current year as the dashboards load for the end users. We don't want users to have to set the filters each time. Instead, the dashboards should automatically filter to the current year.

 

How can we achieve this?

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @TechnicalTim,

 

You also could use relative date filtering of  Page level filter or report level filter.

 

relative date filtering.PNG

 

If you have solved your problem, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
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

4 REPLIES 4
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @TechnicalTim,

 

You also could use relative date filtering of  Page level filter or report level filter.

 

relative date filtering.PNG

 

If you have solved your problem, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi,

 

Can you use the relative date filter on your date table? Click on the top right marker and change to relative when you have the Slicer visual selected. 

Skärmklipp.JPG
Best regards

LivioLanzo
Solution Sage
Solution Sage

hi @TechnicalTim

 

there are several ways you could go about this. One of them could be creating a calculated column in your Date dimension table, showing 0 for dates not in current year and 1 for dates in current year, then set a Page Level (or Report Level ) filter for this column equal to 1

 


 


Did I answer your question correctly? Mark my answer as a solution!


Proud to be a Datanaut!  

Anonymous
Not applicable

You could create a calculated column like the below:

 

CurrentYear =
IF (
    YEAR ( DateModel[Date] ) = YEAR (
            TODAY ()
        ),
    "Current Year",
    FORMAT (
        DateModel[Date],
        "yyyy"
    )
)

 

NB: If you already have "Year" in your date model then use this instead of ' YEAR ( DateModel[Date] ) '

Then set the filter to Current Year and this would automically change when a new year kicks in

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.