<?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: Row value not showing correct in Matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2501231#M69152</link>
    <description>&lt;P&gt;Thank you for the response. I'm afraid only using SUMX() do not gives me the wished result. its a pretty complex Data model, which probably is the reason why my table keeps messing with me in order to get the correct results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish i could give some sample but the whole thing is build in SSAS and is quite difficult to get sample from.&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 07:33:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-09T07:33:02Z</dc:date>
    <item>
      <title>Row value not showing correct in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2488090#M68387</link>
      <description>&lt;P&gt;Dear Community , i have a problem with a matrix i can't seem to get correct in PBI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My matrix has 3 rows&lt;/P&gt;&lt;P&gt;- customer&lt;/P&gt;&lt;P&gt;- agreement&lt;/P&gt;&lt;P&gt;- project&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is possible for a project have the same project keys but different agreements. when i try to filter it out in the matrix, the matrix is not able to filter out correctly, because of the identical project key. in the example below there is two different agreements,&amp;nbsp; where the agreements has the same project (KOGS). this results in the agreed estimate to show up as 213 for both agreements and projects.&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;But this is wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;in my database if i do the same filtering the results comes up like this - which is the correct result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;the calculation used for agreed estimate is:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Afreed estimate = CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;HASONEVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;JIRA_Issues[Agreement_Name]&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;JIRA_Issues&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[IssueAgreedEstimates]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;blank&lt;/SPAN&gt;&lt;SPAN&gt;()), &lt;/SPAN&gt;&lt;SPAN&gt;Filter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;JIRA_Issues&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;JIRA_Issues[Agreement_Name]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;blank&lt;/SPAN&gt;&lt;SPAN&gt;()))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hope somebody can help me as i've been stuck here trying to figure out a solution for quite some time.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cheers.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 07:50:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2488090#M68387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-02T07:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Row value not showing correct in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2494580#M68781</link>
      <description>&lt;P&gt;seeing the same numbers in a column usually indicates that there is a kink in your data model. Looks like you have multiple tables involved?&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 01:35:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2494580#M68781</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-05-05T01:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Row value not showing correct in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2501174#M69149</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the information you provided, I don't think HASONEVALUE is required in your scenario. Have you tried to just create a measure like below?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Afreed estimate =
SUMX ( JIRA_Issues, [IssueAgreedEstimates] )
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, if this doesn't work, what's your data structure? Could you give me some sample?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Icey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 07:15:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2501174#M69149</guid>
      <dc:creator>Icey</dc:creator>
      <dc:date>2022-05-09T07:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Row value not showing correct in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2501231#M69152</link>
      <description>&lt;P&gt;Thank you for the response. I'm afraid only using SUMX() do not gives me the wished result. its a pretty complex Data model, which probably is the reason why my table keeps messing with me in order to get the correct results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish i could give some sample but the whole thing is build in SSAS and is quite difficult to get sample from.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 07:33:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2501231#M69152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-09T07:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Row value not showing correct in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2501263#M69153</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you just decribe the fields used in the Matrix visual and the relationships among them? If there is some dummy data, it would be better. Let's try to reproduce it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Icey&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 07:46:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-value-not-showing-correct-in-Matrix/m-p/2501263#M69153</guid>
      <dc:creator>Icey</dc:creator>
      <dc:date>2022-05-09T07:46:28Z</dc:date>
    </item>
  </channel>
</rss>

