Forum Discussion
Union and Merging Slowing Performance Terribly
Did you try not doing UNION and creating relation between tables on PowerBI ?
Else, are you using every column on your 20 tables ? I had the same issue, and creating view of my table with only the needed columns and keeping data only after 2013 solved my problem
- quentin_vigne8 years agoSolution Sage
Maybe you could try to import the views without union and do the relationship between table on powerbi.
You will do the RLS after that and it will still workWe don't know what your data looks like so advising can be difficult
- Stachu8 years agoCommunity Champion
could it be that the union is actually fast, but the merge with PowerApps data that you mentioned makes the whole process slow?
have you tried loading just the union data (withouth merge) to the model? if so, how fast is it?- nirvana_moksh8 years agoImpactful Individual
I have actually removed the Power Apps data and just kept the UNION but it still takes long. I am going to redo a few things today and see where it takes me.
- Anonymous8 years agoNot applicable
I am having the same issue. The union function has slowed down my model dramatically. I am joining multiple tables that each calculates supervisor hierarchies at different points in time (path function). Have you explored simply a limitation with your machine? I noticed that my CPU usage and Memory (20 Gb) is maxed out the entire time. Prior to adding the union function, my model would max out resources but get through jobs in a manageable amount of time. I was wondering if anyone on this string has used virtual machines, with more power, to refresh their data models - could that be a solution? (I am a complete newb to virtual machines and looking forward to seeing what community has to say). I am hoping there is a model solution and not a "throw more memory at it" solution. Thank you!