Forum Discussion
Power M Query: Creating multiple temporary tables or new tables on the way to creating new table
Anonymous ,
Generally, to generate temp table, you can right click the original table and select duplicate. If there're more requirement, please post some sample data and clarify more details about expected result.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you.
I have used Duplicate and Reference.
Both seemed to require a re-read of the source data - which was taking a long time.
I was looking for a way of getting PowerBI to read once and then generate the 2 summary tables
Mike
- rdg5155 years agoResolver I
I have the same question. I'd like to build a summary table from the detail table with just one read of the detail table. I also need to build the summary table in Power Query rather than DAX. Is this possible?