<?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: Power bi paginated reports matrix total of filtered row group in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4010178#M35641</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="732527" data-lia-user-login="syedshah01" class="lia-mention lia-mention-user"&gt;syedshah01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create sample data&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Open your report and select the matrix to which you want to add a row group.&lt;BR /&gt;In the Report Designer, in the Row Group area, right-click and select Add Group.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In the dialog box that pops up, select the field you want to group (in our case, this would be the "Product ID").&lt;BR /&gt;Click OK to add the row group.&lt;/P&gt;
&lt;P&gt;Right-click on the row group and select Group Properties. In the Filters tab, you can add a new filter with count(items) &amp;gt; = 100.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Add a total to see the total sales of products that meet the filter criteria. Right-click on the row group and select Add Grand Totals:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=Sum(IIF(Fields!SalesVolume.Value &amp;gt;= 100, Fields!SalesAmount.Value, 0))
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Here is my preview:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A title="https://community.powerbi.com/t5/community-blog/how-to-get-your-question-answered-quickly/ba-p/38490" href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-yohua%40microsoft.com%7Ce1106bfabecb4734a5cc08dc2305bc51%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638423754744679080%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=24%2BceC5sFd3n3%2FhFDYILWFcNjCwVClBD%2BPBsSLVfJGk%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yongkang Hua&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 02:21:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-26T02:21:00Z</dc:date>
    <item>
      <title>Power bi paginated reports matrix total of filtered row group</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4009325#M35628</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a matrix in the paginated report. I created a row group in the matrix where I am showing the sales (sum(sale_amount) for only those products who sold atleast 100 quantities or more in the current month. The filter on the group is count(items) &amp;gt;= 100. This works fine and gives the desired result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we wanted to add a total to this group to see the total sale amount. The problem with the total is that it shows the total sales of everything that is sold in the current month. I want the total to only total the sale of the group where the filter is count(items) &amp;gt;= 100.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please give me a solution to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 14:32:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4009325#M35628</guid>
      <dc:creator>syedshah01</dc:creator>
      <dc:date>2024-06-25T14:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Power bi paginated reports matrix total of filtered row group</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4010178#M35641</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="732527" data-lia-user-login="syedshah01" class="lia-mention lia-mention-user"&gt;syedshah01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create sample data&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Open your report and select the matrix to which you want to add a row group.&lt;BR /&gt;In the Report Designer, in the Row Group area, right-click and select Add Group.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In the dialog box that pops up, select the field you want to group (in our case, this would be the "Product ID").&lt;BR /&gt;Click OK to add the row group.&lt;/P&gt;
&lt;P&gt;Right-click on the row group and select Group Properties. In the Filters tab, you can add a new filter with count(items) &amp;gt; = 100.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Add a total to see the total sales of products that meet the filter criteria. Right-click on the row group and select Add Grand Totals:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=Sum(IIF(Fields!SalesVolume.Value &amp;gt;= 100, Fields!SalesAmount.Value, 0))
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Here is my preview:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A title="https://community.powerbi.com/t5/community-blog/how-to-get-your-question-answered-quickly/ba-p/38490" href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-yohua%40microsoft.com%7Ce1106bfabecb4734a5cc08dc2305bc51%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638423754744679080%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=24%2BceC5sFd3n3%2FhFDYILWFcNjCwVClBD%2BPBsSLVfJGk%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yongkang Hua&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 02:21:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4010178#M35641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-26T02:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Power bi paginated reports matrix total of filtered row group</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4016595#M35709</link>
      <description>&lt;P&gt;how would i create a grand total expression that only takes the top 5 n into account? If the filter was to only take the top 5&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2024 11:58:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4016595#M35709</guid>
      <dc:creator>syedshah01</dc:creator>
      <dc:date>2024-06-29T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Power bi paginated reports matrix total of filtered row group</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4017579#M35718</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="732527" data-lia-user-login="syedshah01" class="lia-mention lia-mention-user"&gt;syedshah01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can right click Datasets and select Get data, you can create index in powerquery&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use the new filter to filter the Top5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A title="https://community.powerbi.com/t5/community-blog/how-to-get-your-question-answered-quickly/ba-p/38490" href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-yohua%40microsoft.com%7Ce1106bfabecb4734a5cc08dc2305bc51%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638423754744679080%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=24%2BceC5sFd3n3%2FhFDYILWFcNjCwVClBD%2BPBsSLVfJGk%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yongkang Hua&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 02:54:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-bi-paginated-reports-matrix-total-of-filtered-row-group/m-p/4017579#M35718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-01T02:54:04Z</dc:date>
    </item>
  </channel>
</rss>

