<?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 Measure, Total not showing the sum of the calculation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-Total-not-showing-the-sum-of-the-calculation/m-p/862705#M6995</link>
    <description>&lt;P&gt;Hi, guys, Im having a hard time here, trying to get a with the proper DAX formula, I have a measure = (a/b)&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for the total I want the sum of the values for that column, instead the total A / Total B.&lt;/P&gt;&lt;P&gt;Im going to attach an image of an example model to better explain my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I tried to use a combination of sumx with values (country for example), but it works only for that attribute, If I remove for example country, and add brand to the pivot the measure shows the wrong total.&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2019 21:09:40 GMT</pubDate>
    <dc:creator>ctrip77</dc:creator>
    <dc:date>2019-12-02T21:09:40Z</dc:date>
    <item>
      <title>Dax Measure, Total not showing the sum of the calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-Total-not-showing-the-sum-of-the-calculation/m-p/862705#M6995</link>
      <description>&lt;P&gt;Hi, guys, Im having a hard time here, trying to get a with the proper DAX formula, I have a measure = (a/b)&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for the total I want the sum of the values for that column, instead the total A / Total B.&lt;/P&gt;&lt;P&gt;Im going to attach an image of an example model to better explain my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I tried to use a combination of sumx with values (country for example), but it works only for that attribute, If I remove for example country, and add brand to the pivot the measure shows the wrong total.&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 21:09:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-Total-not-showing-the-sum-of-the-calculation/m-p/862705#M6995</guid>
      <dc:creator>ctrip77</dc:creator>
      <dc:date>2019-12-02T21:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Measure, Total not showing the sum of the calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-Total-not-showing-the-sum-of-the-calculation/m-p/862993#M6999</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="87983" data-lia-user-login="ctrip77" class="lia-mention lia-mention-user"&gt;ctrip77&lt;/a&gt;&amp;nbsp;Please use following measure to get the correct totals.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = SUMX('Table',DIVIDE('Table'[Cost],'Table'[area Ft2],0))&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 03 Dec 2019 04:13:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-Total-not-showing-the-sum-of-the-calculation/m-p/862993#M6999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-03T04:13:11Z</dc:date>
    </item>
  </channel>
</rss>

