Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello everyone,
In an Excel (hosted on SP Online), I'm trying to generate a dynamic URL that calls the Power BI App.
The report is published in a shared Workspace Group and I need to pass a parameter.
Based on that article Create a link to a specific location in the mobile apps I have been able to generate a link that opens my report with the parameter.
https://app.powerbi.com/groups/<36-character-group-id>/reports/<36-character-report-id>/ReportSection<Number>?filter=<Field-Name>%252F<Field-ID>%20eq%20%27&<Customer-Id>&%27
When I call this web URL, it works great, my report opens filtered on the right customer.
However, when I'm trying to open the same report using the mobile App, I'm using the following format:
mspbi://app/OpenReport?GroupObjectId=<36-character-report-id>&ReportObjectId=<36-character-report-id>&reportPage=ReportSection<number>?filter=<Field-Name>%252F<Field-ID>%20eq%20%27&<Customer-Id>&%27
The report opens but the customer is not filtered.
Thank you for your help!
Hi @Anonymous,
Based on test, it seems like current power bi mobile app not support these parameters. In addition, the document which you provide only mentioned that it support addition parameter "content".
In my opinion, I'd like to suggest you post this requirement to ideas.
Regards,
Xiaoxin Sheng
Same problem.
Some news?