<?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: Optimise update rendering only for new data in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Optimise-update-rendering-only-for-new-data/m-p/3678537#M8874</link>
    <description>&lt;P&gt;That depends on your data. For example if you have an IOT sensor as a data source you can drop the first item in the array, add the new item to the array, shift your rendered image one tick to the left and then just render the new data point.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Feb 2024 16:05:36 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-02-04T16:05:36Z</dc:date>
    <item>
      <title>Optimise update rendering only for new data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Optimise-update-rendering-only-for-new-data/m-p/3677582#M8873</link>
      <description>&lt;P&gt;From &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/performance-tips" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/developer/visuals/performance-tips&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"Store the data view passed on update. Render only the data points that are different from the previous data view. If they haven't changed, there's no need to rerender them."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do that in an efficient way? I have a set of category/values being passed on update and want to only re-render my visual when necessary or for the elements that have changed. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 12:34:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Optimise-update-rendering-only-for-new-data/m-p/3677582#M8873</guid>
      <dc:creator>pieduke88</dc:creator>
      <dc:date>2024-02-03T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Optimise update rendering only for new data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Optimise-update-rendering-only-for-new-data/m-p/3678537#M8874</link>
      <description>&lt;P&gt;That depends on your data. For example if you have an IOT sensor as a data source you can drop the first item in the array, add the new item to the array, shift your rendered image one tick to the left and then just render the new data point.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2024 16:05:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Optimise-update-rendering-only-for-new-data/m-p/3678537#M8874</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-04T16:05:36Z</dc:date>
    </item>
  </channel>
</rss>

