Forum Discussion
Anonymous
5 years agoNot applicable
Remove Duplicates creating a copy not filtering source
I have a large source data set and am attempting to extract a unique sub-set of data. All the instructions I've read reference the same instructions making a duplicate of the source table with refere...
- Anonymous5 years ago
I would actually duplicate the table instead of referencing it. This way it goes through the same logic, but is a separate query. Then you can make your distinct table that does not force the other table to evaluate. You might also wish to disable loading of the original query, if you are using it in other queries.
--Nate
Anonymous
5 years agoNot applicable
Anonymous
You can just create a table visual with only required data by using filters, slicer or other features in power bi. Then you should able to export the summarized data only.Export data from a Power BI visualization - Power BI | Microsoft Docs
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.