Forum Discussion
Anonymous
6 years agoNot applicable
Fetching multiple tables from query
Hello All,
I have stored procedure which gives multiple tables as output.
In power bi desktop i am getting data from query and i am executing same stored procedure. but it loads only 1st table data and not second table
How to get multiple tables from single SP and load as dat in power Bi.
Thank You
Anonymous , you need to create 2 queries to get two tables . each query should return one table.
1 Reply
- amitchandakSuper User
Anonymous , you need to create 2 queries to get two tables . each query should return one table.