Forum Discussion
Insert Table from Power BI Dataset into excel removes duplicate records
- 1 year ago
Hi AXDevTim
The Insert Table interface is designed to create an Excel table in the same form as a table visual would be created in a Power BI report containing the same columns/measures. This means it is summarized, so each distinct combination of column values appears once in the query result.
If you want to return the "raw" table instead, one method would be:
- Create a table with Insert Table.
- Right click the table > Table > Edit Query
- In the Command Text box, change the query to EVALUATE YourTable
- Click OK
Does this work for you?
Hi AXDevTim ,
Thanks for reaching out to our community.
Agree with OwenAuger. It display the summarized data in Power BI report by default.
Please see below examples. The data displayed in Excel is the summarized data in the Power BI report, not the data in Power Query.
In short, your approach works.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.