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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Vanchy_Liao
Advocate II
Advocate II

Available query string when embedding Power BI to iframe

I currently working on power bi report server and embed the url into iframe.

According to the official document, it is a super set of report server. 

I have tried the some example from this document, but not every parameter in query string worked.

Only works in two ways:

  1. embed pbi ===>  rs:embed=true
  2. filter dimension  ===>  filter=Dim_Employee/Id eq 'XXXX'

Is there any document listing all the available parameters on PBIRS?

 

2 REPLIES 2
v-yohua-msft
Community Support
Community Support

Hi, @Vanchy_Liao 

To embed your report in an iframe, you can add the following query string parameter to your report URL: rs:embed=true. For example: https://myserver/reports/powerbi/Sales?rs:embed=true.

Embed a Power BI Report Server report using an iFrame in SharePoint Server - Power BI | Microsoft Le...


You can filter the report for one or more values, even if those values contain spaces or special characters. The basic syntax is: URL?filter=Table/Field eq 'value'3. For example, to filter the report to show data only for stores in “NC”, you could append this string to the URL: ?filter=Store/Territory eq 'NC'.

How to embed a Power BI Report Server report into an ASP.Net web application (sqlshack.com)


You can pass report parameters to a report by including them in a report URL. The syntax to set a report parameter within a URL is: rp:parameter=value. For example, to specify two parameters, “Salesperson” and “State”, you’d use the following URL: https://app.powerbi.com/groups/me/rdlreports/xxxxxxx-abc7-40f0-b456-febzf9cdda4d?rp:Salesperson=Tie+Bear&rp:State=Utah .

Filter a report using query string parameters in the URL - Power BI | Microsoft Learn


Passing a null value for a parameter: To pass a null value for a parameter, use the following syntax: . parameter:isnull=trueFor example, rp:SalesOrderNumber:isnull=true.

Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-yohua-msft , thank you for replying me.

I have implemented your suggestions to my contexts.
What I want to achieve is:

  1. to use "rs:ParameterLanguage=en-us", but it dose not work.
  2. to hide the page bar at the bottom of page.

The pbi will detect client browser language setting and translate  the label automaitcally. My users did not want it.

I have read related mircrosoft documents, but i am still confused which parameter can be appended to url, especially for pbi RS.

Is there any document that lists all the available parameters for pbi RS when embed to iframe?

 

 

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.