Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have the following tables. I want to create a column in the query editor (M not DAX) that will look at Table B and if the Request has a "Yes" for any task, then put a "Yes" in Table A. If not put a "No". Any thoughts? Thanks!
Solved! Go to Solution.
Hi @johankent30 ,
You need to add some additional step to table A:
= #"Table B"
Check PBIX file attach.
You can also create a custom function following this blog post.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @johankent30 ,
You need to add some additional step to table A:
= #"Table B"
Check PBIX file attach.
You can also create a custom function following this blog post.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsAwesome, thanks!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.