<?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: Correlation between values in table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Correlation-between-values-in-table/m-p/836997#M6236</link>
    <description>&lt;P&gt;Sorry after i wrote the example out i changed producers from numbers to letters try to make it more understandable, but it appears i missed the one in the result. It should be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part&amp;nbsp; &amp;nbsp; &amp;nbsp;Producer&amp;nbsp; &amp;nbsp; Fit&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(3,b 2/3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meaning part 1, from producer a, is like part 3 from producer b, in 2 out of 3 cases (where the three is the number of possible fits for part 1). Does that make sense?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 06:29:20 GMT</pubDate>
    <dc:creator>ChristianE</dc:creator>
    <dc:date>2019-11-05T06:29:20Z</dc:date>
    <item>
      <title>Correlation between values in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Correlation-between-values-in-table/m-p/836303#M6204</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a table with articles from different producents which fit on different cars&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Part&amp;nbsp; &amp;nbsp; &amp;nbsp;Producer&amp;nbsp; &amp;nbsp; Car&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(IE Part 1 from Producent a fits on car 1-2-3, and Part 3 from Producent b fits on car 2-3-4)&lt;BR /&gt;Im trying to create a measure which shows the correlation between the Articles on cars in my table, and show the ones with the highest fit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example the above would show&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part&amp;nbsp; &amp;nbsp; &amp;nbsp;Producer&amp;nbsp; &amp;nbsp; Fit&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(3,b 2/3)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:10:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Correlation-between-values-in-table/m-p/836303#M6204</guid>
      <dc:creator>ChristianE</dc:creator>
      <dc:date>2019-11-04T14:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between values in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Correlation-between-values-in-table/m-p/836389#M6217</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="183680" data-lia-user-login="ChristianE" class="lia-mention lia-mention-user"&gt;ChristianE&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Not sure if I understand your expected result.&amp;nbsp; How does a producer get a 1, when the only values are alpha. Is this a count? Also please explain (3,b 2/3).&lt;BR /&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 15:40:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Correlation-between-values-in-table/m-p/836389#M6217</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-11-04T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between values in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Correlation-between-values-in-table/m-p/836997#M6236</link>
      <description>&lt;P&gt;Sorry after i wrote the example out i changed producers from numbers to letters try to make it more understandable, but it appears i missed the one in the result. It should be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part&amp;nbsp; &amp;nbsp; &amp;nbsp;Producer&amp;nbsp; &amp;nbsp; Fit&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(3,b 2/3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meaning part 1, from producer a, is like part 3 from producer b, in 2 out of 3 cases (where the three is the number of possible fits for part 1). Does that make sense?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 06:29:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Correlation-between-values-in-table/m-p/836997#M6236</guid>
      <dc:creator>ChristianE</dc:creator>
      <dc:date>2019-11-05T06:29:20Z</dc:date>
    </item>
  </channel>
</rss>

