Forum Discussion
Balogh1Bence
4 years agoHelper II
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...
V-lianl-msft
4 years agoCommunity Support
Please try to set the following two parameters in the capabilities.json file to false.
{ "supportsLandingPage": false, "supportsEmptyDataView": false, }
Balogh1Bence
4 years agoHelper II
i have tried it, but didnt make any difference at all. The visual perfectly worked without data and received updates