Forum Discussion
Anonymous
3 years agoNot applicable
Execute PowerBI Script against two DB at Once
Fairly new users here. I have a script that pulls data from two DB. PowerBI is connected to both DB but as seperate Data Source. How do I make it a single data source so the scripts can e...
lbendlin
3 years agoSuper User
Power Query runs the queries in parallel automatically unless you explicitly tell it not to (and will do so in the service no matter what you say). No need to make it a single script.
Anonymous
3 years agoNot applicable
I tired but no luck. Does it matter that the DBs are two different data source?
- lbendlin3 years agoSuper User
you mean you want to combine the results from these two sources? Merge or append?
- Anonymous3 years agoNot applicable
Correct, the scripts point to two DBs and I want the results to pull from both since each scripts pulls data from various tables.
- lbendlin3 years agoSuper User
Merge or append?