Forum Discussion

gatapia's avatar
gatapia
Frequent Visitor
4 years ago

Custom Visual w/ Dialog Box in Power BI Mobile

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?

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    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 [email protected] or @latest


    Best Regards