Forum Discussion
Juramirez
Resolver I
8 years agoGet value from C# app to Power BI Embedded
Hi! I have my Power BI Reports embedded in a C# app. This app sends by JS a parameter when you select from the home page certain value. I want to catch this value into power BI report and use it ...
Juramirez
Resolver I
8 years agoHi gilbertocrespo.
How did you get the value from the URL? I mean, i'm passing an ID by URL but i don't know how to get this value in my advanced editor to call an StoredProcedure (SQL Server) with this ID as value for my StoredProcedure. I want something like this:
Sql.Database("server", "database", [Query="EXEC sp_BringDataByUserID @User = 'idFromURL' "])
Regards
Shikha
8 years agoRegular Visitor
Hi Juramirez
I want the Same in C# Code but with different parameters 'Start Date' and 'End Date'. I have done this on power bi desktop with Manage parameter functionality and it works fine but Now I Want to pass these parameters dynamicaly from C# Code. Can you please update me for the same if you have any idea.
Thanks in Advance.