Forum Discussion

Balogh1Bence's avatar
Balogh1Bence
Helper II
4 years ago

how to use supportsEmptyDataView

I created a simple custom visual using [email protected].

The visual receives updates from powerbi without adding any data. I wanted to turn it off, so I added supportsEmptyDataView: false to the capabilities, but it still works without data. Do you know how can I disable this behaviour?

2 Replies

  • V-lianl-msft's avatar
    V-lianl-msft
    Community Support

    Please try to set the following two parameters in the capabilities.json file to false.

    { "supportsLandingPage": false, "supportsEmptyDataView": false, }

    • Balogh1Bence's avatar
      Balogh1Bence
      Helper II

      i have tried it, but didnt make any difference at all. The visual perfectly worked without data and received updates