Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 empty view of the visual with some HTML tags and images and/or gif animations.
For that purpose, I need the visual to fire an event, soon after the visual instance is dragged from the visuals pane to the report/page . That means, this expected event should fire before user drag any data field from the datasource to the capabilities fields.
Currently it fires only the "update" event, when user drag a data field.
Is there any available event for this purpose, that fires just after visual dragged on to the report/page.
Or any other feasibility to apply my HTML tags and images/gifs on the initial empty view of visual.
Thanks in advance..
Lasantha.
Solved! Go to Solution.
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
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.
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 empty view of the visual with some HTML tags and images and/or gif animations.
For that purpose, I need the visual to fire an event, soon after the visual instance is dragged from the visuals pane to the report/page . That means, this expected event should fire before user drag any data field from the datasource to the capabilities fields.
Currently it fires only the "update" event, when user drag a data field.
Is there any available event for this purpose, that fires just after visual dragged on to the report/page.
Or any other feasibility to apply my HTML tags and images/gifs on the initial empty view of visual.
Thanks in advance..
Lasantha.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.