<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PowerBI Custom Visual - Enhance the initial view. in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4168421#M10729</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/438849"&gt;@dakdgdl&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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. &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/landing-page" target="_self"&gt;Here's the MS documentation on how to set it up&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2024 22:11:30 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2024-09-23T22:11:30Z</dc:date>
    <item>
      <title>PowerBI Custom Visual - Enhance the initial view.</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4167032#M10717</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Guys..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm developing a powerbi custom visual, witch is mostly done and ready to go.&lt;/P&gt;&lt;P&gt;For the better look &amp;amp; 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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For that purpose, I need the visual to fire an event, soon after the visual instance is dragged from the visuals pane to the&amp;nbsp;report/page . That means, this expected event should fire before user drag any data field from the datasource to the capabilities fields.&lt;/P&gt;&lt;P&gt;Currently it fires only the "update" event, when user drag a data field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any available event for this purpose, that fires just after visual dragged on to the report/page.&lt;/P&gt;&lt;P&gt;Or any other feasibility to apply my HTML tags and images/gifs on the initial empty view of visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Lasantha.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Sep 2024 10:45:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4167032#M10717</guid>
      <dc:creator>dakdgdl</dc:creator>
      <dc:date>2024-09-23T10:45:11Z</dc:date>
    </item>
    <item>
      <title>PowerBI Custom Visual - Enhance the initial view.</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4167007#M10728</link>
      <description>&lt;P&gt;Hi Guys..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm developing a powerbi custom visual, witch is mostly done and ready to go.&lt;/P&gt;&lt;P&gt;For the better look &amp;amp; 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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For that purpose, I need the visual to fire an event, soon after the visual instance is dragged from the visuals pane to the&amp;nbsp;report/page . That means, this expected event should fire before user drag any data field from the datasource to the capabilities fields.&lt;/P&gt;&lt;P&gt;Currently it fires only the "update" event, when user drag a data field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any available event for this purpose, that fires just after visual dragged on to the report/page.&lt;/P&gt;&lt;P&gt;Or any other feasibility to apply my HTML tags and images/gifs on the initial empty view of visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Lasantha.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 10:37:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4167007#M10728</guid>
      <dc:creator>dakdgdl</dc:creator>
      <dc:date>2024-09-23T10:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Custom Visual - Enhance the initial view.</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4168421#M10729</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/438849"&gt;@dakdgdl&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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. &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/landing-page" target="_self"&gt;Here's the MS documentation on how to set it up&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 22:11:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4168421#M10729</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2024-09-23T22:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Custom Visual - Enhance the initial view.</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4169397#M10750</link>
      <description>&lt;P&gt;Hi dm-p,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's really perfect..&lt;/P&gt;&lt;P&gt;These 2 capabilities make the update method to trigger even before drag a data field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; "supportsLandingPage"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; "supportsEmptyDataView"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lasantha.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 05:45:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PowerBI-Custom-Visual-Enhance-the-initial-view/m-p/4169397#M10750</guid>
      <dc:creator>dakdgdl</dc:creator>
      <dc:date>2024-09-24T05:45:15Z</dc:date>
    </item>
  </channel>
</rss>

