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 to the capabilities, but it still works without data. Do you know how can I disable this behaviour?
2 Replies
- V-lianl-msftCommunity Support
Please try to set the following two parameters in the capabilities.json file to false.
{ "supportsLandingPage": false, "supportsEmptyDataView": false, }
- Balogh1BenceHelper II
i have tried it, but didnt make any difference at all. The visual perfectly worked without data and received updates