Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |