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
pavan1
Helper I
Helper I

I have issue with calling stored procedure in power bi

Hi Team,

 

I have a stored procedure with Temp table's while calling this procedure using openrowset in power bi ,it's not working and displaying warning like temp table's can not use like that'.

 

But as per our requirement defintely need to use temp tables and passing parameters to that procedure while fetching data to power bi because of huge data.

 

one more point i need help how to change or pass dynamically parameters to stored procedure using power bi without manual edit query option.

 

Can any one please help on above scenario how to resolve this in power bi using temp tables with direct query option.

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi @pavan1,

 

1. Why not executing the stored procedure directly? 

exec has_parameter 5;

2. We can use the Parameters of Power BI to pass the dynamical parameters.

let
    num = @wod, // wod is a parameter.
    Source = Sql.Database("dale2016", "fortest", [Query="exec has_parameter " & Text.From(num) & ";"])
in
    Source

I_have_issue_with_calling_stored_procedure_in_power_bi

 

Best Regards,

Dale

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

HI Dale,

 

Thanks for your reply,can you send with pics sample example so that i can get clarity.

Hi @pavan1,

 

I had a image in my last post. What pics do you expect?I have issue with calling stored procedure in power bi2.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards,

Dale

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

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.