<?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 Total not correct when created from 2 different tables in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895752#M29917</link>
    <description>&lt;P&gt;&lt;A href="https://saviantit-my.sharepoint.com/:u:/g/personal/krishnakant_datkhile_saviantconsulting_com/EZIz3FxNsa5Ig2DKn_i9CNABPKCjL3N187KD2bPhL_b1Lw?e=W5pcOI" target="_blank"&gt;https://saviantit-my.sharepoint.com/:u:/g/personal/krishnakant_datkhile_saviantconsulting_com/EZIz3FxNsa5Ig2DKn_i9CNABPKCjL3N187KD2bPhL_b1Lw?e=W5pcOI&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 11:08:47 GMT</pubDate>
    <dc:creator>krish007na</dc:creator>
    <dc:date>2021-06-11T11:08:47Z</dc:date>
    <item>
      <title>Measure Total not correct when created from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1894883#M29897</link>
      <description>&lt;P&gt;I have 2 tables as ProductTarget and Signals. I want to create a measure like ProductTarget[Target] *&amp;nbsp;&amp;nbsp;Signals[Value]. Some of the&amp;nbsp;ProductTarget[Target] values are 0. So the multiplication will be 0.&lt;BR /&gt;I have used Dax like SUMX(ProductTarget[Target]) *&amp;nbsp; SUMX(Signals[Value]). It gives correct values at row level, but total is incorrect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="krish007na_0-1623391017646.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/531923i3E854C041FA9535D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="krish007na_0-1623391017646.png" alt="krish007na_0-1623391017646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you see the total should be 0.02 as second value 0. But instead total is showing like total(sum) of Value (0.65) * total(sum) of target(0.0449) = 0.03.&lt;BR /&gt;I want to do multiplication and then summation. But in this case it is doing summation first and then multiplication.&amp;nbsp;&lt;BR /&gt;How do I can acheive this?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 06:07:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1894883#M29897</guid>
      <dc:creator>krish007na</dc:creator>
      <dc:date>2021-06-11T06:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct when created from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895221#M29906</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/193456"&gt;@krish007na&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope these two tables are connected using a relationship?&lt;BR /&gt;&lt;BR /&gt;Try this measure, if it doesn't work share your sample PBIX file.&lt;BR /&gt;&lt;BR /&gt;Port Exp Wgt = &lt;BR /&gt;SUMX(&lt;BR /&gt;ProductTarget,&lt;BR /&gt;ProductTarget[Target] * RELATED (Signals[Value])&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 08:05:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895221#M29906</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2021-06-11T08:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct when created from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895715#M29915</link>
      <description>&lt;P&gt;RELATED is not working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 10:54:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895715#M29915</guid>
      <dc:creator>krish007na</dc:creator>
      <dc:date>2021-06-11T10:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct when created from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895733#M29916</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/193456"&gt;@krish007na&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please share a sample PBIX file. You can save in Google or One Drive and share the link here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 11:03:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895733#M29916</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2021-06-11T11:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct when created from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895752#M29917</link>
      <description>&lt;P&gt;&lt;A href="https://saviantit-my.sharepoint.com/:u:/g/personal/krishnakant_datkhile_saviantconsulting_com/EZIz3FxNsa5Ig2DKn_i9CNABPKCjL3N187KD2bPhL_b1Lw?e=W5pcOI" target="_blank"&gt;https://saviantit-my.sharepoint.com/:u:/g/personal/krishnakant_datkhile_saviantconsulting_com/EZIz3FxNsa5Ig2DKn_i9CNABPKCjL3N187KD2bPhL_b1Lw?e=W5pcOI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 11:08:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895752#M29917</guid>
      <dc:creator>krish007na</dc:creator>
      <dc:date>2021-06-11T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct when created from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895782#M29919</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/193456"&gt;@krish007na&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Your model needs to be fixed first. You have created Many-to-many relationship and the whole file behaves unexpectedly.&lt;BR /&gt;If Signal is the dimension file, remove duplicates from the Column "Sedol" and set the relation to One-To-Many.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fowmy_0-1623410633773.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/532244i937E57D5A287B4A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fowmy_0-1623410633773.png" alt="Fowmy_0-1623410633773.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 11:29:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1895782#M29919</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2021-06-11T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct when created from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1903575#M30015</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/193456"&gt;@krish007na&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create another new measure as below to replace the previous measure &lt;STRONG&gt;[Port wgt avg]&lt;/STRONG&gt;:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = SUMX(GROUPBY('ProductTarget','ProductTarget'[BMName],'ProductTarget'[Desc]),[Port wgt avg])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1623839343783.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/534716i79F2ED246993195A/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1623839343783.png" alt="yingyinr_0-1623839343783.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 10:29:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Measure-Total-not-correct-when-created-from-2-different-tables/m-p/1903575#M30015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-16T10:29:16Z</dc:date>
    </item>
  </channel>
</rss>

