Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, I am using the Custom Visual Dialog API (as described here) but the dialog is not showing on Power BI Mobile app or in the mobile browser.
Are there any known limitations with custom visuals / dialogs in Power BI Mobile?
Hi @gatapia ,
In the official documentation you mentioned, some limitations are mentioned below. Check if you hit any one of them...
Please review the following links, hope their solutions can help you resolve the problem.
Dialog Box for Custom Developed Visual?
I haven't personally used this functionality yet to assist in detail, but which version of powerbi-visuals-api is in your visual's package.json?
These interfaces are added in 3.7.0, so if this is older then you'll need to update this version, e.g. npm i powerbi-visuals-api@3.7.0 or @latest
Best Regards