<?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: Data driven snapshot in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2364319#M34677</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;we tried that too, same thing ... Power bi attempt to retrieve the entire dataset and perform the top at the report level.. interesting right?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cg1980_0-1646043634284.png" style="width: 709px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/676554i815057A144F80A81/image-dimensions/709x78?v=v2" width="709" height="78" role="button" title="cg1980_0-1646043634284.png" alt="cg1980_0-1646043634284.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 10:21:30 GMT</pubDate>
    <dc:creator>cg1980</dc:creator>
    <dc:date>2022-02-28T10:21:30Z</dc:date>
    <item>
      <title>Data driven snapshot</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2353977#M34564</link>
      <description>&lt;P&gt;Hi team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a set of dashboards that process millon of records through SNOWFLAKE, Power bi manage the charts and KPIS properly but our customer requested a table with a datadriven snapshot, this is,&amp;nbsp; a sample of the TOP 20 / 50 records that match the report criteria.&lt;/P&gt;&lt;P&gt;as stated the charts and KPIS performs well but we observed that POWER BI send a FULL lookup table to obain the top n records we need and this downgrade the performace of the entire report.&lt;/P&gt;&lt;P&gt;Are you aware or know how we can overcome this powerbi limitation by creating a chart / table / visual that only return the "top N" records without full database lookup?&lt;/P&gt;&lt;P&gt;All the best ,&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 16:49:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2353977#M34564</guid>
      <dc:creator>cg1980</dc:creator>
      <dc:date>2022-02-22T16:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data driven snapshot</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2360718#M34629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/239854"&gt;@cg1980&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I know you connect to&amp;nbsp;&lt;SPAN&gt;SNOWFLAKE to get data. It will load all data after you select the table and click OK.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you create a measure for your KPI visual? If so, you can filter the table in your calculation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MEASURE = 
VAR _TOPN = TOPN(N,'Table','Table'[Value],DESC)
RETURN
CALCULATE(...,_TOPN)&lt;/LI-CODE&gt;
&lt;P&gt;For reference: &lt;A href="https://docs.microsoft.com/en-us/dax/topn-function-dax" target="_self"&gt;TOPN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to filter your table to show TopN value in Power Query, I think you can try&amp;nbsp;Table.LastN() function.&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powerquery-m/table-lastn" target="_self"&gt;Table.LastN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 09:12:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2360718#M34629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-25T09:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data driven snapshot</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2360847#M34631</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;As per my understanding that you stated, you can direclty apply visual level filter on respective charts for Top N values that you want. It will resolve your issue, you will let limited value on chart that you want and also performance will increase.&lt;BR /&gt;&lt;BR /&gt;I hope this will hep you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 09:52:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2360847#M34631</guid>
      <dc:creator>ghumarepratik21</dc:creator>
      <dc:date>2022-02-25T09:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data driven snapshot</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2364319#M34677</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;we tried that too, same thing ... Power bi attempt to retrieve the entire dataset and perform the top at the report level.. interesting right?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cg1980_0-1646043634284.png" style="width: 709px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/676554i815057A144F80A81/image-dimensions/709x78?v=v2" width="709" height="78" role="button" title="cg1980_0-1646043634284.png" alt="cg1980_0-1646043634284.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 10:21:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-driven-snapshot/m-p/2364319#M34677</guid>
      <dc:creator>cg1980</dc:creator>
      <dc:date>2022-02-28T10:21:30Z</dc:date>
    </item>
  </channel>
</rss>

