Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Cannot pass a paramter or a filter on an embedded URL in power BI

   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,

 

 

1 REPLY 1
v-kkf-msft
Community Support
Community Support

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/ 

https://community.powerbi.com/t5/Developer/Setting-language-and-locale-for-embedded-report/m-p/606714 

 

 

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.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors