<?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 30000 row limit in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/157176#M5306</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm pretty new to Power BI, but I have been asked by a client to investigate the use of the 3rd party "HierarchySlicer" visualization.&lt;/P&gt;&lt;P&gt;That particular visualization has a built-in data record limit of 4000 (by using the dataReductionAlgorithm code).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can tweak the number specified in the code to be a larger number, but no matter how high I set it, I am only ever getting back a maximum of 30,000 records.&lt;/P&gt;&lt;P&gt;The client has more than 30,000 records in the data set they wish to show in the slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also followed a simple tutorial to create a quick slicer visulization of my own, but I'm hitting the exact same 30,000 row limitation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"dataViewMappings": [
        {
            "categorical": {
                "categories": {
                    "for": {
                        "in": "fields"
                    },
                    "dataReductionAlgorithm": {
                        "top": {
                            "count": 500000
                        }
                    }
                }
            }
        }
    ],&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this something that can be worked around, or is there an alternative way of getting all the required data to show?&lt;/P&gt;&lt;P&gt;Does the same limitation apply if/when the dashboard is published?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks, and apologies if this is duplicating queries...&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 10:23:16 GMT</pubDate>
    <dc:creator>brypie</dc:creator>
    <dc:date>2017-04-11T10:23:16Z</dc:date>
    <item>
      <title>30000 row limit</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/157176#M5306</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm pretty new to Power BI, but I have been asked by a client to investigate the use of the 3rd party "HierarchySlicer" visualization.&lt;/P&gt;&lt;P&gt;That particular visualization has a built-in data record limit of 4000 (by using the dataReductionAlgorithm code).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can tweak the number specified in the code to be a larger number, but no matter how high I set it, I am only ever getting back a maximum of 30,000 records.&lt;/P&gt;&lt;P&gt;The client has more than 30,000 records in the data set they wish to show in the slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also followed a simple tutorial to create a quick slicer visulization of my own, but I'm hitting the exact same 30,000 row limitation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"dataViewMappings": [
        {
            "categorical": {
                "categories": {
                    "for": {
                        "in": "fields"
                    },
                    "dataReductionAlgorithm": {
                        "top": {
                            "count": 500000
                        }
                    }
                }
            }
        }
    ],&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this something that can be worked around, or is there an alternative way of getting all the required data to show?&lt;/P&gt;&lt;P&gt;Does the same limitation apply if/when the dashboard is published?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks, and apologies if this is duplicating queries...&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 10:23:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/157176#M5306</guid>
      <dc:creator>brypie</dc:creator>
      <dc:date>2017-04-11T10:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: 30000 row limit</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/157323#M5312</link>
      <description>&lt;P&gt;That's currently a hard limit for the data reduction algorithm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;30,000 options in one slicer is a lot. Would the client be open to using a combination of Filters and maybe training them on the Basic or Advanced filter criteria?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 14:49:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/157323#M5312</guid>
      <dc:creator>deldersveld</dc:creator>
      <dc:date>2017-04-11T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: 30000 row limit</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/157906#M5317</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/26600"&gt;@brypie&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may try dataReductionAlgorithm "window" instead of "top".&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 12:17:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/157906#M5317</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-04-12T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: 30000 row limit</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/159665#M5368</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes - the client will implement some form of pre-filtering before using the slicer visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for confirmation of the 30,000 limit.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 08:32:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/30000-row-limit/m-p/159665#M5368</guid>
      <dc:creator>brypie</dc:creator>
      <dc:date>2017-04-17T08:32:48Z</dc:date>
    </item>
  </channel>
</rss>

