Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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

  • Anonymous , you need to create 2 queries to get two tables . each query should return one table.