dynamic parameters
3 TopicsIs it possible to use dynamic query in power BI service?
I would like to know if it is possible for the user to dynamically refresh the data in our report by changing certain parameters in the website when we published the report to the PowerBI service. I know this can be achieved on the PowerBI desk, but is it also possible on the PowerBI service?Solved901Views0likes1CommentWith Power BI report server May 2022 how to call a Stored Procedure with Parameter via URL
I have a report published on-premise server. Data source mode is import. Stored procedure has custom parameters in report. From my UI I call the URL where report is published but user want to pass parameter value and refresh the data source with those parameter value. How would I do that? How do I pass parameter value in URL and refresh the data or call the SP = Sql.Database(ServerName, DBName, [Query="exec [dbo].[MY_SP] '" & Parm1 & "','" & Parm2 & "'"])459Views0likes0CommentsDynamic Parameter not updating
Hello, I have a simple report using a dynamic parameter with DirectQuery that works locally on Power BI Desktop for RS, and also works on the Power BI Service with gateway. On the report server, when I change the bound parameter on the slicer, the table looks like it's updating, and the logs show the new parameter is set, but the data does not update and continues to use the initial parameter value set. I have updated to January 2023. Are there plans to fix?840Views0likes1Comment