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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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