<?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 How to do this measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-this-measure/m-p/1923855#M41720</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have a data set look like this, How can I get the PCA Demand from Chassis demand to for DAX? and build I a table like below sample&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 27 Jun 2021 07:44:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-27T07:44:30Z</dc:date>
    <item>
      <title>How to do this measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-this-measure/m-p/1923855#M41720</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have a data set look like this, How can I get the PCA Demand from Chassis demand to for DAX? and build I a table like below sample&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jun 2021 07:44:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-this-measure/m-p/1923855#M41720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-27T07:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-this-measure/m-p/1923874#M41721</link>
      <description>&lt;P&gt;Set a relationship between the tables on Chassis PN like so&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't explicitly say this in your post but the only way I could get to your figures was to multiply Qty by Demand.&amp;nbsp; Is that what you want?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a measure that does that:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Demand Measure = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX(Chassis, Chassis[Demand] * RELATED(PCA[Qty]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Then you can create this matrix&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 27 Jun 2021 08:31:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-this-measure/m-p/1923874#M41721</guid>
      <dc:creator>PaulOlding</dc:creator>
      <dc:date>2021-06-27T08:31:18Z</dc:date>
    </item>
  </channel>
</rss>

