Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
thedavegray
New Member

Executing SQL procs

Hello, 

 

Is it not possible to EXEC SQL Server (SQL 2014) stored procs from PowerBI?  I've been reading various posts on different forums and people are saying that I need to use OPENQUERY for this, is this this correct?   I basically have 7 stored procs that all return tables that I want to display independanly on a a single dashboard.   I want the stored procs to be called every time the dashboard refreshes so direct query seems to make sense, rather than import. 

 

What I mean by "independanly" is that they should not have dependancies on each other, so slight follow up question, how do I stop dependancies, would it just be some form on panel? 

 

Thanks

 

 

 

1 ACCEPTED SOLUTION
v-yuezhe-msft
Employee
Employee

@thedavegray,

I am not quite clear about your requirement that call stored procedure when the dashboard refreshes. Could you please elaborate your expected result?

In Power BI Desktop, you can call stored procedure by passing different parameter values as described by Eric in this similar thread. Or you can import data from Stored procedure using OPENQUERY as follows.

1.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-yuezhe-msft
Employee
Employee

@thedavegray,

I am not quite clear about your requirement that call stored procedure when the dashboard refreshes. Could you please elaborate your expected result?

In Power BI Desktop, you can call stored procedure by passing different parameter values as described by Eric in this similar thread. Or you can import data from Stored procedure using OPENQUERY as follows.

1.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Ok so this does not appear to work.  I have enabled "exec sp_server_option 'server', 'data access', 'true'

 

The stored procedure I want to connect to has multiple parameters where only the first is mandatory.  The error I'm getting relates to the stored procedure using #temp tables.  Is this really true, you cannot call stored procedures that make use of temp tables? 

 

Image 008.png

"Or you can import data from Stored procedure using OPENQUERY as follows." 

 

Does that mean that it's a one-time import?  I want the data loaded on schedule. 

 

Thanks

 

Hello, 

Sorry I don't seem to be getting notification so only just realised that you had posted.   Thanks, you example will 

work for my requirments. 

 

Regards

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors