Forum Discussion
Impossible to merge - Preview not available
- 2 years ago
Without the details of the various queries it is hard to say what is wrong exactly, so I am just guessing here...
BUT:
You mention "DN and invoices table, I merge it with Shared list extraction".
It is causing a dependency because the merge you did earlier now suddenly refers to itself because of the merge you try to do,You can try to make a new query refering to Shared List Extraction and join that new query with DN and Invoices.
Hi mchacha ,
1. Are there any dependencies between tables? For example, 'DN and Invoices' references 'Shared list extraction', if so, try duplicating a 'Shared list extraction' table (not loaded), then use 'DN and Invoices' to reference data from this duplicate table.
2. Sometimes, simply refreshing the preview can help. You can do this by clicking the refresh button in the Power Query Editor.
3. Go to and clear the Data Management Cache. File -> Options and Settings -> Options -> Data Load. This can sometimes resolve preview issues.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
- mchacha2 years agoFrequent Visitor
Hi, thank you for your reply.
1. In steps from DN and invoices table, I merge it with Shared list extraction one to retrieve some information from the Shared list extraction table (so I guess, it has dependencies). If I duplicate the Shared list extraction table and merge the new one with DN and invoices, then in my report information would be taken from two different tables?
2. I've done it multiple times but still with the same result.
3. I've tried it as well and it had no changes.
Thank you
- Anonymous2 years agoNot applicable
Hi mchacha ,
-- then in my report information would be taken from two different tables?
Yes. The duplicate creates an exact copy of the original query, including all the steps applied to it. Changes made to the duplicate do not affect the original query, and vice versa.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
- mchacha2 years agoFrequent Visitor
The issue is, I've already created many different tabs, visuals and measures from the original one - it wouldn't be a lasting solution to do a copy then merge on the copy. Moreover, I guess it will load it twice and the original won't be useful anymore ? 😞
The thing is, when I do the opposite (merge from table DN and invoices the table Shared list extraction) it works...