<?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: Table Total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2802844#M88255</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;CAB would be you "Category", I assume CAB stands for "Cabinet" which you already added, so it looks good.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For Total RFS/Total NWB you need to either create a measure that returns the value you want in the total, or apply the calulation right there.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 13:01:01 GMT</pubDate>
    <dc:creator>PabloDeheza</dc:creator>
    <dc:date>2022-09-28T13:01:01Z</dc:date>
    <item>
      <title>Table Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2799850#M88063</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to do a specific callcualtion for a row/colum total&lt;/P&gt;&lt;P&gt;Per below i need the total NBCP value to being the Total RFS/Total NWB = 435 and not the sum of that column??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help will be highly appreciated&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 12:47:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2799850#M88063</guid>
      <dc:creator>colintemlett</dc:creator>
      <dc:date>2022-09-27T12:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2799885#M88067</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;
&lt;P&gt;You can try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
IF(
    HASONEVALUE( YourCategory ),
    CurrentCalculation,
    Total RFS/Total NWB
)&lt;/LI-CODE&gt;
&lt;P&gt;Let me know if that helps!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:02:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2799885#M88067</guid>
      <dc:creator>PabloDeheza</dc:creator>
      <dc:date>2022-09-27T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2802364#M88216</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry a little confused with the below..what would I add to category…and I cant seem to add in a formula at te end..do i need to do a measure for the total RFS and total NWB&lt;/P&gt;&lt;P&gt;Measure = IF( HASONEVALUE( YourCategory ), [NBCP per RFS] , Total RFS/Total NWB )&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:47:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2802364#M88216</guid>
      <dc:creator>colintemlett</dc:creator>
      <dc:date>2022-09-28T09:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2802844#M88255</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;CAB would be you "Category", I assume CAB stands for "Cabinet" which you already added, so it looks good.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For Total RFS/Total NWB you need to either create a measure that returns the value you want in the total, or apply the calulation right there.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 13:01:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2802844#M88255</guid>
      <dc:creator>PabloDeheza</dc:creator>
      <dc:date>2022-09-28T13:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2806230#M88521</link>
      <description>&lt;P&gt;Hi Pablo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need some help on a formula...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What formula would i use if i wanted to total a column value if it includes a specific word in anothe column?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is a word in column X c that is CONT sum the total colum for only those rows that have that word in the colum X?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 11:30:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2806230#M88521</guid>
      <dc:creator>colintemlett</dc:creator>
      <dc:date>2022-09-29T11:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2806375#M88538</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;
&lt;P&gt;That would be something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CALCULATE(
	SUM( YourColumnToSum),
	ColumnwithText = "YourWord"
)&lt;/LI-CODE&gt;
&lt;P&gt;Let me know if that helps!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 12:23:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Total/m-p/2806375#M88538</guid>
      <dc:creator>PabloDeheza</dc:creator>
      <dc:date>2022-09-29T12:23:49Z</dc:date>
    </item>
  </channel>
</rss>

