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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

DAX variable depends on Filters

Hello community,

 

I would like to declare my variable "Year". This variable will take the year filtered by the user. How can I manage it please? 

 

As an example, the user filters the visual on 2021, then my variable " VAR Year= 2021", if the filter is 2020 then "VAR Year =2020" etc.

 

Please can you help me 

 

THank you 

1 ACCEPTED SOLUTION
OwenAuger
Super User
Super User

Hello @Anonymous 

 

If you are assuming a single year will be filtered, then you can write:

VAR Year = SELECTEDVALUE ( SomeTable[Year] )

SELECTEDVALUE will return the value of Year if a single value is visible, otherwise BLANK.

You can specify a default value as the second argument of SELECTEDVALUE.

 

Does this work in your situation?


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

View solution in original post

2 REPLIES 2
OwenAuger
Super User
Super User

Hello @Anonymous 

 

If you are assuming a single year will be filtered, then you can write:

VAR Year = SELECTEDVALUE ( SomeTable[Year] )

SELECTEDVALUE will return the value of Year if a single value is visible, otherwise BLANK.

You can specify a default value as the second argument of SELECTEDVALUE.

 

Does this work in your situation?


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn
Anonymous
Not applicable

Hello @OwenAuger ,

 

Thank you very much for your reply, it works well!!

 

Arnaud

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.