简体   繁体   中英

Power BI execute stored procedure with user parameter on button click event

My requirement is I want to execute the SQL stored procedure on button click event with parameter using Power Bi reports without PowerApps & web development.

So that I can update/Insert some values in database and load the updated data from the same database.

Requesting you to please suggest method for the same.

You can find a detailed explanation of using parameterized SQL Server stored proc here .

You have to manage the logic of updating/inserting data in the proc you are calling. If you follow the method above, you can simply click refresh to fire the proc every time, without requiring web development for a custom button.

I hope this helps. :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM