Forum Discussion
How to reference another table in Query Editor (M)
- 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".
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".
Hello,
It looks like that works!
The problem now is I am getting an error:
"Expression.Error: A cyclic reference was encountered during evaluation"
Here is my formula: = List.Count(List.FindText([Initiative],Table.Column(#"Master - Milestones",[IdeaID])))
For context, I am trying to count the number of milestones for each initiative. The initiative is the key for my current table and the foriegn key in the "Master - Milestones" table.
I would be grateful if you could help me resolve this error and achieve my desired output.
Best,
Justyce