Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Balogh1Bence
Helper II
Helper II

how to use supportsEmptyDataView

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?

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.