Adding Advanced Filter API to the custom visual

Step by step guide how to build simple Slicer Visual

  • Add a reference in the package.json:

  • Add a reference in the pbiviz.json:

  • Add a reference in the tsconfig.json:

  • Add filter in the capabilities.json as follows:

    The filter entry enables communication of selection-related information between the visual and the hosting application. The entry is used for both the discrete selections and the bulk selections of the Advanced Filter.

COMMENTS