Forum Discussion
dakdgdl
1 year agoHelper I
PowerBI Custom Visual - Enhance the initial view.
Hi Guys.. I'm developing a powerbi custom visual, witch is mostly done and ready to go. For the better look & feel, attraction and the user guidance contents, I'm going to develop the initial ...
- 1 year ago
Hi dakdgdl,
There are capabilities that allow the update method to fire when the data view is empty, which is the Power BI visuals way to handle a landing page. Here's the MS documentation on how to set it up.
Regards,
Daniel
dm-p
1 year agoSuper User
Hi dakdgdl,
There are capabilities that allow the update method to fire when the data view is empty, which is the Power BI visuals way to handle a landing page. Here's the MS documentation on how to set it up.
Regards,
Daniel
dakdgdl
1 year agoHelper I
Hi dm-p,
That's really perfect..
These 2 capabilities make the update method to trigger even before drag a data field.
{
"supportsLandingPage": true,
"supportsEmptyDataView": true,
}
Thank you very much
Lasantha.