Forum Discussion
wpf_
Post Prodigy
5 years agoHow to get merged table data to refresh?
I merged two tabes using a left outter join in power query. Now when i update data in the data source, and update a measure, the table visual refreshes but does not show the new data. I had to do a...
v-kelly-msft
Community Support
5 years agoHi wpf_ ,
Did you try unchecking "Enable parallel loading of tables" under Options, Data Load?
Check the similar thread below:
https://community.powerbi.com/t5/Desktop/ERROR-WHEN-REFRESHING-DATA-DUE-TO-MERGE/m-p/384249
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
wpf_
Post Prodigy
5 years agoYes i tried that. If I need to get data by first doing a search in one table first via the summarize function in a measure, then using the result of that to get data from a second table. Would it be faster if I do it like this or would it be faster to join these two tables and only load it to memory once? BUt i noticed when joining columns from two seperate tables, it takes time to do the join i suppose?