<?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 Having rendering issue with data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Having-rendering-issue-with-data/m-p/2459520#M35566</link>
    <description>&lt;P&gt;Hi team, I have this rendering issue where PowerBI has been fine in the past months until we have more users and the render has not been able to correctly render the amount of data (heartbeats in my case) we have per day. I use one main function to query the data, and then render all the dashboard tiles base on this one function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ngank03_0-1650061829415.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/700546iD2D38233CFBC41F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ngank03_0-1650061829415.png" alt="ngank03_0-1650061829415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ngank03_1-1650061974072.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/700548i7A75FFD6851698BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ngank03_1-1650061974072.png" alt="ngank03_1-1650061974072.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do to avoid this rendering issue when we have more customers (x10) in the future ? Should I use one seperate function for each tile ?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2022 22:38:35 GMT</pubDate>
    <dc:creator>ngank03</dc:creator>
    <dc:date>2022-04-15T22:38:35Z</dc:date>
    <item>
      <title>Having rendering issue with data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Having-rendering-issue-with-data/m-p/2459520#M35566</link>
      <description>&lt;P&gt;Hi team, I have this rendering issue where PowerBI has been fine in the past months until we have more users and the render has not been able to correctly render the amount of data (heartbeats in my case) we have per day. I use one main function to query the data, and then render all the dashboard tiles base on this one function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ngank03_0-1650061829415.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/700546iD2D38233CFBC41F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ngank03_0-1650061829415.png" alt="ngank03_0-1650061829415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ngank03_1-1650061974072.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/700548i7A75FFD6851698BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ngank03_1-1650061974072.png" alt="ngank03_1-1650061974072.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do to avoid this rendering issue when we have more customers (x10) in the future ? Should I use one seperate function for each tile ?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 22:38:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Having-rendering-issue-with-data/m-p/2459520#M35566</guid>
      <dc:creator>ngank03</dc:creator>
      <dc:date>2022-04-15T22:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Having rendering issue with data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Having-rendering-issue-with-data/m-p/2460821#M35574</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/340971"&gt;@ngank03&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each visual has different data point limitations,you can check the document:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When in categorical mode
&lt;UL&gt;
&lt;LI&gt;Categories: Virtualization by using Window of 500 rows at a time&lt;/LI&gt;
&lt;LI&gt;Series: Top 60&lt;/LI&gt;
&lt;LI&gt;When in scalar mode (could use dynamic limits)
&lt;UL&gt;
&lt;LI&gt;Max points: 10,000&lt;/LI&gt;
&lt;LI&gt;Categories: Sample of 500 values&lt;/LI&gt;
&lt;LI&gt;Series: Top 20 values&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-data-points#strategies-and-data-point-limits-by-visual-type" target="_self"&gt;https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-data-points#strategies-and-data-point-limits-by-visual-type&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Liang&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 05:24:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Having-rendering-issue-with-data/m-p/2460821#M35574</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2022-04-18T05:24:02Z</dc:date>
    </item>
  </channel>
</rss>

