Forum Discussion
Pass an iframe query string parameter to a stored procedure
Hi brianj605,
It's possible to do that. Please go through Riccardo Muti (Admin, Microsoft Power BI)'s post here:
Pass filter in URL (Power BI Report Server)
Best Regards,
Qiuyun Yu
Hi Qiuyun Yu,
Thanks for the reply. I read the Pass filter in URL post, but it looks different than what I am trying to acheve. From what I can tell, the Pass filter in URL post is about using a query string parameter to cause Power BI to filter data, such as filtering data returned from a stored procedure.
What I am looking to do is to pass an arbitrary value (such as a token) from the query string as a parameter value of a stored procedure. This would allow me a lot flexibility for logic to take place in the stored procedure based on a query string parameter.
The query would look something like this:
Source = Sql.Database("x", "x", [Query="exec StoredProcedureName '"& [escaped query string parameter value] & "'"])
Thanks,
Brian
- v-qiuyu-msft8 years agoCommunity Support
Hi brianj605,
I'm afraid it cann't be achieved currently. mgmeyer Do you have any idea?
Best Regards,
Qiuyun Yu- brianj6058 years agoNew Member
Ok, thanks for letting me know,
Unless @mgmeyer has a solution I'll submit it as an Idea.
Thanks,
Brian
- tomk8 years agoRegular Visitor
6 months have passed since reply on this post. I want to call an JSON endpoint based on the parameter passed in query string. Is this possible in Power BI now?
I am evaluating Power BI usage and testing all features before I can commit.