The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I created a simple custom visual using powerbi-visuals-api@3.8.0.
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?
Please try to set the following two parameters in the capabilities.json file to false.
{ "supportsLandingPage": false, "supportsEmptyDataView": false, }
i have tried it, but didnt make any difference at all. The visual perfectly worked without data and received updates