<?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: measure showing total for entire column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/measure-showing-total-for-entire-column/m-p/2844897#M91010</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please try the below measure whether it suits your requirement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Taxes =
SUMX (
    DISTINCT ( 'Calendar'[Date] ),
    CALCULATE (
        SUM ( Expense_Table[Total] ),
        FILTER ( Expense_Table, Expense_Table[Expense] = "Financial" )
    )
        * CALCULATE ( MAX ( New_Tax_Rate_Table[Percentage] ) )
)
&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 16 Oct 2022 17:00:27 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2022-10-16T17:00:27Z</dc:date>
    <item>
      <title>measure showing total for entire column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/measure-showing-total-for-entire-column/m-p/2844868#M91009</link>
      <description>&lt;P&gt;hello everyone&lt;/P&gt;&lt;P&gt;i have this measure:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Taxes = SUMX(VALUES('Calendar'[Date]),CALCULATE(CALCULATE(SUM(Expense_Table[Total]),Expense_Table[Expense] = "Financial") * MAX(New_Tax_Rate_Table[Percentage])))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the tax is only applied for financial but when i make a table with all expense, it doesnt seem to work:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; as you see avove, business and hr should not have a tax value and should be blank can you guys help out&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 16:43:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/measure-showing-total-for-entire-column/m-p/2844868#M91009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-16T16:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: measure showing total for entire column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/measure-showing-total-for-entire-column/m-p/2844897#M91010</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please try the below measure whether it suits your requirement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Taxes =
SUMX (
    DISTINCT ( 'Calendar'[Date] ),
    CALCULATE (
        SUM ( Expense_Table[Total] ),
        FILTER ( Expense_Table, Expense_Table[Expense] = "Financial" )
    )
        * CALCULATE ( MAX ( New_Tax_Rate_Table[Percentage] ) )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 16 Oct 2022 17:00:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/measure-showing-total-for-entire-column/m-p/2844897#M91010</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-10-16T17:00:27Z</dc:date>
    </item>
  </channel>
</rss>

