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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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