Forum Discussion
Table does not show up in Query Editor
- 8 years ago
Hello Anonymous
The simple answer is that calculated tables created with DAX (in the data view) are not visible in the Query Editor (Power Query).
You may load tables via Power Query, and then, once loaded, add calculated columns or create further tables referring to those tables with DAX, but not the other way around.
Your only option really is to create your "union" table in Power Query, using functions like Table.Distinct and Table.Combine, then you will be able to edit it further in the Query Editor.
Regards,
Owen
Hello Anonymous
The simple answer is that calculated tables created with DAX (in the data view) are not visible in the Query Editor (Power Query).
You may load tables via Power Query, and then, once loaded, add calculated columns or create further tables referring to those tables with DAX, but not the other way around.
Your only option really is to create your "union" table in Power Query, using functions like Table.Distinct and Table.Combine, then you will be able to edit it further in the Query Editor.
Regards,
Owen