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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Reference a filter in a CALCULATE DAX with reference to another field in another table

Hi,

 

Is there anyway i can write a CALCULATE DAX to apply the <filterwith reference to another table's selected field?

 

FILTER(<table>,<filter>)

 

In this CALCULATE DAX below, I'm trying to equate the <filter> so that it is the same as per the "Run date from another table called CURRENT_DATE". Any suggestions how this can be done?

 

VAR FilterTotalAmount =
CALCULATE ( [Total Amount],FILTER(MAIN_DATA,MAIN_DATA[RUN DATE]= "Run date from another table called CURRENT_DATE")
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try like

 

VAR FilterTotalAmount =
CALCULATE ( [Total Amount],FILTER(MAIN_DATA,MAIN_DATA[RUN DATE]  in values(Table2[CURRENT_DATE]))
Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@amitchandak This solution works! Thanks!

amitchandak
Super User
Super User

@Anonymous , Try like

 

VAR FilterTotalAmount =
CALCULATE ( [Total Amount],FILTER(MAIN_DATA,MAIN_DATA[RUN DATE]  in values(Table2[CURRENT_DATE]))
Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.