Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
After embedding a power BI API, I tired passing parameters and filter on the URL, it didn't work. I tried then the same approach with a query filter on a dummy model dashboard, it worked for the URL but not the parameter.
On the embedded dashboard: https://app.powerbi.com/groups/[workspace ID]/reports/[report ID]/ReportSection?filter=%2764_stream-...
we filtrate on the attribute: '64_stream-payment'[response.type] with the value 'FMD'.
For the parameter: https://app.powerbi.com/groups/[workspace ID]/reports/[report ID]/ReportSection?rp:Langue=ENG to set the parameter Langue to English.
Any insight on why it didn't work.
Thanks,
Hi @Anonymous ,
Try to add a string to the URL: &$filter=64_stream-payment/response.type eq 'FMD'
Set the language to English: &language=en-US
Referencing: https://powerbi.microsoft.com/en-us/blog/easily-embed-secure-power-bi-reports-in-your-internal-portals-or-websites/
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.