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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.