Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi
I created an rdl report in power bi and published to a premium workspace that has an app built on top of it. When I open the app and open the rdl report and get the embed link for the report, i get this:
The rdl report has a parameter called paraAcctNo that accepts a 5 digit account number to filter the report. When i try to append the paramter to the end of the URL, the report opens but the parameter doesn't get loaded. Here is the URL that I am using:
Am i doing something wrong with how i append the parameter into the URL? I also noticed that the ctid is being passed twice in the embed URL. NOt sure why, but that is how it comes out of the embed link in the report. I tried to remove one of the ctid sections but still get the same issue with the parameter not passing in correctly.
thanks
Scott
Solved! Go to Solution.
Hi @scabral ,
Ensure that there are no spaces or special characters in the URL that could be encoded incorrectly
Regarding the fact that it appears twice, this may be a fault in the URL generation process. Removing duplicates should not affect the parameter passing functionality
You can check the following:
Ensure that the parameter in your RDL report is correctly set up to accept values and is not locked to a default value without the option to prompt the user.
Note the limitations regarding URL length and the number of characters used in parameters
See below for parameter limitations on paging reports:
Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn
Embed a report in a secure portal or website - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @scabral ,
Ensure that there are no spaces or special characters in the URL that could be encoded incorrectly
Regarding the fact that it appears twice, this may be a fault in the URL generation process. Removing duplicates should not affect the parameter passing functionality
You can check the following:
Ensure that the parameter in your RDL report is correctly set up to accept values and is not locked to a default value without the option to prompt the user.
Note the limitations regarding URL length and the number of characters used in parameters
See below for parameter limitations on paging reports:
Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn
Embed a report in a secure portal or website - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
thanks,
it worked! i think the issue was that I was using a ? instead of & before the parameter after the ctiid. I think the embed documentation said to use the ? but the & works.
thanks
scott
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 |