<?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 Sum Values with an Intermediate Lookup Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-Values-with-an-Intermediate-Lookup-Table/m-p/1378343#M25162</link>
    <description>&lt;P&gt;I have two tables, Courses and Lessons.&amp;nbsp; A course can have muliple lessons.&amp;nbsp; A lesson can be in many courses.&amp;nbsp; Because of this, I have a lookup table (~Lookup_Couse-Lessons) with a 1:Many relationship on each side.&amp;nbsp; I need a measure for a visual that will calculate the total Course Duration by summing the Duration in Hours for each Lesson within a course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to DAX, and confused.&amp;nbsp; I've spent a few days on this, playing with SUMX, FILTER, CALCULATE, and more.&amp;nbsp; I'm pulling my hair out, and would really appreciate any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 17:15:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-17T17:15:21Z</dc:date>
    <item>
      <title>Sum Values with an Intermediate Lookup Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-Values-with-an-Intermediate-Lookup-Table/m-p/1378343#M25162</link>
      <description>&lt;P&gt;I have two tables, Courses and Lessons.&amp;nbsp; A course can have muliple lessons.&amp;nbsp; A lesson can be in many courses.&amp;nbsp; Because of this, I have a lookup table (~Lookup_Couse-Lessons) with a 1:Many relationship on each side.&amp;nbsp; I need a measure for a visual that will calculate the total Course Duration by summing the Duration in Hours for each Lesson within a course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to DAX, and confused.&amp;nbsp; I've spent a few days on this, playing with SUMX, FILTER, CALCULATE, and more.&amp;nbsp; I'm pulling my hair out, and would really appreciate any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 17:15:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-Values-with-an-Intermediate-Lookup-Table/m-p/1378343#M25162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-17T17:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Values with an Intermediate Lookup Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-Values-with-an-Intermediate-Lookup-Table/m-p/1378442#M25167</link>
      <description>&lt;P&gt;Hi, Anonymous&lt;/LI-USER&gt;&amp;nbsp;, I assume you use a matrix with Courses[Course] in row field, you may try such a measure to sum up durations of lessons composed in corresponding courses.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum Duration =
CALCULATE ( SUM ( Lessons[Duration in Hours] ), '~Lookup_Couse-Lessons' )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 17 Sep 2020 18:48:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-Values-with-an-Intermediate-Lookup-Table/m-p/1378442#M25167</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2020-09-17T18:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Values with an Intermediate Lookup Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-Values-with-an-Intermediate-Lookup-Table/m-p/1378492#M25169</link>
      <description>&lt;P&gt;Brilliant, thank you!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 19:18:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-Values-with-an-Intermediate-Lookup-Table/m-p/1378492#M25169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-17T19:18:41Z</dc:date>
    </item>
  </channel>
</rss>

