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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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