Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Is there any way to create a new conditional column (if) using columns from another query (table) in Power Bi?
Solved! Go to Solution.
You'd need to merge that table into your existing table, do your conditional column logic, then remove the merged columns. You cannot do something like RELATEDTABLE() like you can in DAX because in Power Query there is no relationship model.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingYou'd need to merge that table into your existing table, do your conditional column logic, then remove the merged columns. You cannot do something like RELATEDTABLE() like you can in DAX because in Power Query there is no relationship model.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting