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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
nageshk
Frequent Visitor

Powerbi embed report - pass only space as url parameter value

Hi,

 

1.

I am trying to pass URL parameters to the  embed report in my application and couple of the parameters value expects a single space: 

'&rp:SubDepartmentIdList= &rp:DepartmentIdList= '

 

It does not display only space is not accepted as a passed parameter value. 

When I pass + instead of space, it takes it as + only, reference https://docs.microsoft.com/en-us/power-bi/paginated-reports/report-builder-url-pass-parameters

 

How can I acheive this.

 

2. Additionally, the embed report does not auto render when after execution of below statement from my app for null parameters:

var report = powerbi.embed(reportContainer, config); 

 

I have enabled the parameter to accept null values in the powerbi report builder.

 

 

 

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

Hi @nageshk ,

Please update the URL as follow just as suggested by @nageshk :

https://xxxx?xxx&rp:SubDepartmentIdList=%20&rp:DepartmentIdList=%20

You can refer the following documentation to get more details.

Special characters in values

yingyinr_1-1649316774847.png

Best Regards

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

View solution in original post

2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

Hi @nageshk ,

Please update the URL as follow just as suggested by @nageshk :

https://xxxx?xxx&rp:SubDepartmentIdList=%20&rp:DepartmentIdList=%20

You can refer the following documentation to get more details.

Special characters in values

yingyinr_1-1649316774847.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
MichaelWash
Helper I
Helper I

Try to pass %20

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.