The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a very simple paginated report with one multi-value parameter. When I set the values via the embed URL, the parameter values are not passed correctly to the report and only one value is passed. The url is formatted as follows:
To expand, I have made a small test. I added a text box to the report whose expression is: =join(Parameters!HospitalName.Value,"|"). When I run the report in the viewer or using the normal url, the text box shows all the selected values. However, when I use the rdlEmbed, it only shows the first selected value. This has got to be a bug and we really need it fixed urgently.