Forum Discussion

WZorn's avatar
WZorn
Icon for Helper III rankHelper III
5 years ago
Solved

Dialog Box for Custom Developed Visual?

  I want a custom dialog box to display when a user clicks on an element within a visual.   I found the following page: https://docs.microsoft.com/en-us/power-bi/developer/visuals/create-display-...
  • dm-p's avatar
    5 years ago

    Hi WZorn,

    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

    Regards,

    Daniel