Forum Discussion
RDL Embed URL with parameter not working
- Anonymous2 years ago
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