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
Anonymous
Not applicable

SQL STORE PROCEDURE - URGENT

Hi,

 

Can any one help to understand how to utilize store procedure in Power Bi, instead of pulling the tables separately and writing the formulas. In store procedure everything is well organized but the only thing is if we want to execute then start date, end date, store id this parameter should be passed but if we do so then only that specific date, store is i am getting in power bi.

 

But i need for every store, all dates. kindly suggest if there is any easy way to achieve this. Let me know if need to attach the sql query, will do so

3 REPLIES 3
Anonymous
Not applicable

Hi Jen,

 

thank you for the response, but is there a way that instead of creating parameters and passing the value, can we have the slicer selection and based on that the data will adjust accordingly because we should have one slicer for date, store and so on and accordingly only the data should show up

You can do this by using dynamic M parameters.  This is a really good page that explains the process in detail.

https://blog.crossjoin.co.uk/2022/02/20/tsql-table-valued-functions-and-dynamic-m-parameters-in-powe... 

jennratten
Super User
Super User

Hello - it sounds like you need to invoke stored SQL procedures for lists/multiple items.  These pages provide a very good overview of how to accomplish the task with examples and pictures.

 

https://databear.com/sql-stored-procedures-in-power-bi/ 

https://hatfullofdata.blog/power-query-function-to-execute-a-procedure/ 

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