Forum Discussion
Joining A table created by Summarize with a sql database table
- 4 years ago
Hi Anonymous
If you created a table with DAX function Summarize, you cannot see it in Power Query Editor. Tables and columns created with DAX language are generated at the model level. They are created after you apply the transformations from Power Query to the model. It's not possible to covert it back to Power Query.
Instead, you can try the Group by feature in Power Query Editor to summarize data in advance. Then merge two tables per your need.
Reference:
Group rows of data (Power Query)
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi Anonymous
If you created a table with DAX function Summarize, you cannot see it in Power Query Editor. Tables and columns created with DAX language are generated at the model level. They are created after you apply the transformations from Power Query to the model. It's not possible to covert it back to Power Query.
Instead, you can try the Group by feature in Power Query Editor to summarize data in advance. Then merge two tables per your need.
Reference:
Group rows of data (Power Query)
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.