<?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 Dax Total issu in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Total-issu/m-p/3068812#M106385</link>
    <description>&lt;P&gt;Hi, I have face issue relating to totals.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have created table visuals&amp;nbsp;&lt;BR /&gt;order wise revenue details for category and total revenue.&lt;/P&gt;&lt;P&gt;my category totals are matching but over all revenue total are not matching. please give the correct dax fountion&lt;/P&gt;&lt;P&gt;&lt;img /&gt;and I am using dax function total revenue :&amp;nbsp; calculate(sum of sales),All (category)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 12:07:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-08T12:07:56Z</dc:date>
    <item>
      <title>Dax Total issu</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Total-issu/m-p/3068812#M106385</link>
      <description>&lt;P&gt;Hi, I have face issue relating to totals.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have created table visuals&amp;nbsp;&lt;BR /&gt;order wise revenue details for category and total revenue.&lt;/P&gt;&lt;P&gt;my category totals are matching but over all revenue total are not matching. please give the correct dax fountion&lt;/P&gt;&lt;P&gt;&lt;img /&gt;and I am using dax function total revenue :&amp;nbsp; calculate(sum of sales),All (category)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:07:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Total-issu/m-p/3068812#M106385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-08T12:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Total issu</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Total-issu/m-p/3068832#M106388</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;total revenue =
SUMX (
    VALUES ( 'Table'[Order Number] ),
    CALCULATE ( SUM ( 'Table'[Sales] ), ALL ( 'Table'[Category] ) )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:15:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Total-issu/m-p/3068832#M106388</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-08T12:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Total issu</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Total-issu/m-p/3068878#M106392</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;First, please vote for this idea: &lt;A href="https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e" target="_blank"&gt;https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This looks like a measure totals problem. Very common. See my post about it here: &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also: &lt;A href="https://youtu.be/uXRriTN0cfY" target="_blank"&gt;https://youtu.be/uXRriTN0cfY&lt;/A&gt;&lt;BR /&gt;And: &lt;A href="https://youtu.be/n4TYhF2ARe8" target="_blank"&gt;https://youtu.be/n4TYhF2ARe8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:40:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Total-issu/m-p/3068878#M106392</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-02-08T12:40:08Z</dc:date>
    </item>
  </channel>
</rss>

