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
Anonymous
Not applicable

How to return a value from another column based on multiple criteria

I'm looking to grab the column called "Recruiter" from the 'Recruiting History' table into the 'Applications Report' table for the below filters.

FILTER(
'Recruiting History',
'Recruiting History'[History Submittal ID] = 'Applications Report'[SubmittalID] &&
('Recruiting History'[Status] = "Phone Screen Completed" ||
'Recruiting History'[Status] = "Phone Screen Scheduled")
)
How do I do this in DAX?
2 REPLIES 2
v-yuaj-msft
Community Support
Community Support

Hi @Anonymous ,

 

Based on your description, I suggest you can try the "LOOKUPVALUE()" function.

Could you please share some sample data and the expected result to have a clear understanding of your question? I can do some tests for you.

You can save your files in OneDrive, Google Drive, or any other cloud sharing platforms and share the link here.

 

Best Regards,

Yuna

lbendlin
Super User
Super User

You can't do that. Filters are applied to the context, not to a physical table.

 

Put your columns from the Applications report into visuals or table variables (thus creating context) and then apply the filters.

 

Show your data model.

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.