Forum Discussion

OscarSuarez10's avatar
OscarSuarez10
Helper III
7 years ago
Solved

Use a column from a different query to use in a conditional

Is there any way to create a new conditional column (if) using columns from another query (table) in Power Bi?

  • 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. 

1 Reply

  • edhans's avatar
    edhans
    Community Champion

    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.