Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello everyone,
I created a report in Power BI with a dynamic parameter, where modifying the parameter (p1) changes the data set in the report.
Then, using the REST API, I generated a link to embed the report, where I also defined the parameter (p1) in the endpoint.
Reports - Get Report - REST API (Power BI Power BI REST APIs) | Microsoft Learn
After embedding the report in the Powet BI playground, I do not see any changes (i.e. the parameter does not change), why?
Solved! Go to Solution.
HI @i4.
AFAIK, current power bi does not support to use query string to update parameter.
For update report parameter which defined in query parameter, I'd like to suggest you use the REST API ‘Datasets - Update Parameters In Group’ API:
Datasets - Update Parameters In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
Xiaoxin Sheng
It works, thank you very much for your help.
HI @i4.
AFAIK, current power bi does not support to use query string to update parameter.
For update report parameter which defined in query parameter, I'd like to suggest you use the REST API ‘Datasets - Update Parameters In Group’ API:
Datasets - Update Parameters In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
Xiaoxin Sheng