Forum Discussion

JustyceW's avatar
JustyceW
Frequent Visitor
9 years ago
Solved

How to reference another table in Query Editor (M)

Hello,   I am attempting to reference a table for a custom column in the Query Editor mode of Power BI desktop.   The formula will be similar to the solution found in the following link.    "= ...
  • MarcelBeug's avatar
    9 years ago

    Just the name of the table, which is equal to the name of the query from which the table is the result.

     

    If the name of the query (table) contains spaces or other special characters, the name must be included in #"....",
    e.g. #"Table name".