0

Power BI Service URL parameter not work for %

Hello Team,

I have found that Power BI Service query string parameter seems not work for % while it has provided escape code in the document:

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

Mage_0-1695103295082.png

Below is the detailed when I tested:

I have a table column which includes % values in it, create a report and publish to Power BI Service

Mage_2-1695103605076.png

Refer to the document, use it as the filter condition in the end of report url:

 

 

 

&filter=Table/Tage eq '%28%25%29'

 

 

 

%28 is the escape code for ( and %29 is the escape code for ),  %25 should work for % but actually not. When I checked the report, it has not been filtered and the url seems not escape it correctly:

Mage_3-1695104014552.png

 

Please help to check it whether it is an bug for Power BI Service, thanks.

 

Regards,

Mage

Delivered
Comments
avatar user
Anonymous
Not applicable

Hi  @Mage ,

 

Can you provide detailed Power BI Service version information so we can reproduce the issue?

vxiaoyanmsft_1-1695171345617.png

 

We'll get back to the product team as soon as it's acknowledged as an issue!
Thanks in advance!

 

Best regards.
Community Support Team_Caitlyn

Mage
Frequent Visitor

Hi @Anonymous ,

Here is my service version information, thanks.

Mage_0-1695173354125.png

 

Regards

avatar user
Anonymous
Not applicable

Hi  @Mage ,

 

If you want to filter (%) in URL parameters,you may try:

filter=Table/Tag eq'(%2525)'

 

Hope it helps!

 

Best regards.
Community Support Team_Caitlyn