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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
oldmanraskers
Frequent Visitor

Link Calculate Filter and Filter Control

Hello,

 

Can anyone point me in the direction of how to filter a DAX calculate command based on the value of the the filter control - is that even possible? I am trying to filter a table based on date.

 

Regards,

oldmanraskers

2 ACCEPTED SOLUTIONS
TomMartens
Super User
Super User

Hey,

 

I have to admit that I'm do not understand what you are requesting

 

If you want to pass the filterselection into your measure calculation try ALLSELECTED

https://msdn.microsoft.com/en-us/library/gg492186.aspx

 

If you are looking for something completely different try the search by looking for: dynamic measure

 

Sorry



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

@oldmanraskers

 

As @TomMartens said, you just need to use ALLSELECTED() function on corresponding date column in CALCULATE() function.

 

Measure=CALCULATE(<expression>, ALLSELECTED(Table[Date]))

 

Regards,

Simon Hou

View solution in original post

3 REPLIES 3
TomMartens
Super User
Super User

Hey,

 

I have to admit that I'm do not understand what you are requesting

 

If you want to pass the filterselection into your measure calculation try ALLSELECTED

https://msdn.microsoft.com/en-us/library/gg492186.aspx

 

If you are looking for something completely different try the search by looking for: dynamic measure

 

Sorry



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Hello Tom,

 

I want the calculate function to filter based on the control below

Capture.PNG

Thanks.

@oldmanraskers

 

As @TomMartens said, you just need to use ALLSELECTED() function on corresponding date column in CALCULATE() function.

 

Measure=CALCULATE(<expression>, ALLSELECTED(Table[Date]))

 

Regards,

Simon Hou

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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