<?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: persistProperties with empty dataview in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/2115485#M32227</link>
    <description>&lt;P&gt;Sort of &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; They said it is expected behavior, but they will fix it. No ETA was provided, unfortunately.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2021 07:22:30 GMT</pubDate>
    <dc:creator>danieleperilli</dc:creator>
    <dc:date>2021-10-05T07:22:30Z</dc:date>
    <item>
      <title>persistProperties with empty dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1862518#M29578</link>
      <description>&lt;P&gt;I noticed strange behavior when the new "empty dataview" feature is enabled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that calling the host.persistProperties method when there is no data associated with a visual doesn't trigger any update/refresh (and the passed properties are not saved). Is it intentional or is it a bug?&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 11:08:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1862518#M29578</guid>
      <dc:creator>danieleperilli</dc:creator>
      <dc:date>2021-05-25T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: persistProperties with empty dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1866055#M29617</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1620"&gt;@danieleperilli&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I suppose it may be triggered by visual render and initialize if that feature takes the same logic as visuals&amp;nbsp;initializations.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can also take a look at following document about power bi visual concepts if helps:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/power-bi-visuals-concept" target="_blank"&gt;Power BI visuals concepts - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 01:54:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1866055#M29617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-27T01:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: persistProperties with empty dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1866249#M29619</link>
      <description>&lt;P&gt;I'm sorry, I don't understand your answer.&lt;/P&gt;&lt;P&gt;If there is no data associated with the visual (and the visual now supports it thanks to the "supportsEmptyDataView" flag) and you call host.persistProperties (...), the visual does not save the passed data as usual. With regular data binding, persistProperties saves the passed properties and triggers the Update event, without data this does not happen.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 03:52:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1866249#M29619</guid>
      <dc:creator>danieleperilli</dc:creator>
      <dc:date>2021-05-27T03:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: persistProperties with empty dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1869297#M29645</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1620"&gt;@danieleperilli&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;So you mean this issue appears when you enable the flag? If that is the case, perhaps you can try to contact to power bi custom visual team to report this scenario.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 07:48:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1869297#M29645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-28T07:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: persistProperties with empty dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1869314#M29646</link>
      <description>&lt;P&gt;Ok, thanks. I will contact them directly.&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 07:53:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/1869314#M29646</guid>
      <dc:creator>danieleperilli</dc:creator>
      <dc:date>2021-05-28T07:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: persistProperties with empty dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/2115447#M32225</link>
      <description>&lt;P&gt;Have you received any useful information from the powerbi custom visual team?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 07:09:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/2115447#M32225</guid>
      <dc:creator>Balogh1Bence</dc:creator>
      <dc:date>2021-10-05T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: persistProperties with empty dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/2115485#M32227</link>
      <description>&lt;P&gt;Sort of &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; They said it is expected behavior, but they will fix it. No ETA was provided, unfortunately.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 07:22:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/persistProperties-with-empty-dataview/m-p/2115485#M32227</guid>
      <dc:creator>danieleperilli</dc:creator>
      <dc:date>2021-10-05T07:22:30Z</dc:date>
    </item>
  </channel>
</rss>

