<?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: Aggregated values directly at the last rows of TABLE visuals in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2918678#M95656</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the same. I tried the custom visual but the "Insert Row" is not being shown when I select this visual.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2022 12:13:42 GMT</pubDate>
    <dc:creator>InsHunter</dc:creator>
    <dc:date>2022-11-21T12:13:42Z</dc:date>
    <item>
      <title>Aggregated values directly at the last rows of TABLE visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2914098#M95320</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Being a newbie requesting help to get the aggregated values below the "total" row generated from TABLE visual. Unable to use MATRIX visual as i need to show the aggregated values below the total(sample representation as below).Will use the same for Date wise as well as month wise ,year wise slicer.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data Set Sample as below:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also i have created Aggregated Table using Power query which is available as a data set:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Also have created measures on values&amp;nbsp; for each measuing point separately which is used for other graphical visuals.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deeply appreciate forums support to meet the objective. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 02:01:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2914098#M95320</guid>
      <dc:creator>InsHunter</dc:creator>
      <dc:date>2022-11-18T02:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated values directly at the last rows of TABLE visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2914275#M95338</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="445637" data-lia-user-login="InsHunter" class="lia-mention lia-mention-user"&gt;InsHunter&lt;/a&gt; , You can not add additional totals, but you can have min/max using isinscope &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(not(Isinscope(Table[Date])) , [Max Meausre], [Measure])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/" target="_blank"&gt;https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 04:13:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2914275#M95338</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-11-18T04:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated values directly at the last rows of TABLE visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2916033#M95501</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hi. Thanks for your response. If further support can be given it will be helpful as i could not make much out of this. Deeply appreciate your help.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2022 01:37:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2916033#M95501</guid>
      <dc:creator>InsHunter</dc:creator>
      <dc:date>2022-11-19T01:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated values directly at the last rows of TABLE visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2918218#M95620</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="445637" data-lia-user-login="InsHunter" class="lia-mention lia-mention-user"&gt;InsHunter&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please review the following links and check if they can help you get one solution:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Create&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://inforiver.com/blog/general/visual-bi-announces-launch-of-inforiver/" target="_self" rel="nofollow noopener noreferrer"&gt;Inforiver visual:&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://inforiver.com/blog/feature-highlights/insert-row-manual-data-entry-powerbi/" target="_self" rel="nofollow noopener noreferrer"&gt;Insert row and manually enter data in Power BI matrix reports&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. By using&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/dax/row-function-dax" target="_self" rel="nofollow noopener noreferrer"&gt;ROW&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;function:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Add-new-row-with-accumulate-in-Matrix/m-p/2167678#M796649" target="_self"&gt;&lt;SPAN&gt;Add new row with accumulate in Matrix&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;Table = UNION(VALUES('Sales'[Product]),ROW("Product","XMonth Accumulate"))&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Looking-for-difference-between-two-values-by-filters/m-p/1443575#M606057" target="_self"&gt;&lt;SPAN&gt;&lt;img /&gt;Looking for difference between two values by filters&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 09:21:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2918218#M95620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-21T09:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated values directly at the last rows of TABLE visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2918678#M95656</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the same. I tried the custom visual but the "Insert Row" is not being shown when I select this visual.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 12:13:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2918678#M95656</guid>
      <dc:creator>InsHunter</dc:creator>
      <dc:date>2022-11-21T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated values directly at the last rows of TABLE visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2928844#M96302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="445637" data-lia-user-login="InsHunter" class="lia-mention lia-mention-user"&gt;InsHunter&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Which custom visual you are creating? Is it &lt;A href="https://appsource.microsoft.com/en-US/product/power-bi-visuals/xviz.inforiver-enterprise?tab=Overview" target="_self"&gt;Inforiver Enterprise Matrix / Table&lt;/A&gt;? If yes, you can see the option "&lt;EM&gt;&lt;STRONG&gt;Insert&lt;/STRONG&gt;&lt;/EM&gt;" just as below screenshot.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;And you can try the other methods which I refer in my previous post:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;By using&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/dax/row-function-dax" target="_self" rel="nofollow noopener noreferrer"&gt;ROW&amp;nbsp;&lt;/A&gt;function:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Add-new-row-with-accumulate-in-Matrix/m-p/2167678#M796649" target="_self"&gt;&lt;SPAN&gt;Add new row with accumulate in Matrix&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;Table = UNION(VALUES('Sales'[Product]),ROW("Product","XMonth Accumulate"))&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Looking-for-difference-between-two-values-by-filters/m-p/1443575#M606057" target="_self"&gt;&lt;SPAN&gt;Looking for difference between two values by filters&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 07:52:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregated-values-directly-at-the-last-rows-of-TABLE-visuals/m-p/2928844#M96302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-25T07:52:56Z</dc:date>
    </item>
  </channel>
</rss>

