<?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 that Sums and Finds Value in Another Table with A Range in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418828#M26366</link>
    <description>&lt;P&gt;It's being a buggar with uploading&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 15:40:02 GMT</pubDate>
    <dc:creator>AMPAllie</dc:creator>
    <dc:date>2020-10-07T15:40:02Z</dc:date>
    <item>
      <title>Measure that Sums and Finds Value in Another Table with A Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418632#M26357</link>
      <description>&lt;P&gt;I have two tables&lt;/P&gt;&lt;P&gt;Table 1 lists sales&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Table 2 is a commission struture&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have a measure that sums Table1[Amount] placed in a gauge with Year, month, Sales Rep slicers.&lt;/P&gt;&lt;P&gt;What I need to accomplish is a measure in another guage that determines the commission amount.&lt;/P&gt;&lt;P&gt;So i need to create something that sums Table1.[Total], then takes that value and looks to see into which range in Table2 that value falls, and returns the corresponding Table2.[Commission].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attempted to break up the ranges in Power Query with ={[Range Start]..[Range End]} and list all values to more easily find a corresponding value, but I end up with a table that has over 25M rows which is inefficient.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 14:43:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418632#M26357</guid>
      <dc:creator>AMPAllie</dc:creator>
      <dc:date>2020-10-07T14:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Measure that Sums and Finds Value in Another Table with A Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418725#M26362</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="87056" data-lia-user-login="AMPAllie" class="lia-mention lia-mention-user"&gt;AMPAllie&lt;/a&gt; ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 15:06:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418725#M26362</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-10-07T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Measure that Sums and Finds Value in Another Table with A Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418826#M26365</link>
      <description>&lt;P&gt;Table 1&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;WBS1&lt;/TD&gt;&lt;TD&gt;InvoiceNumber&lt;/TD&gt;&lt;TD&gt;Period&lt;/TD&gt;&lt;TD&gt;TransDate&lt;/TD&gt;&lt;TD&gt;InvoiceDate&lt;/TD&gt;&lt;TD&gt;TotalAmt&lt;/TD&gt;&lt;TD&gt;PR.Name&lt;/TD&gt;&lt;TD&gt;PR.ProjectCustomTabFields.Sales Rep&lt;/TD&gt;&lt;TD&gt;PR.Project Type&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19028.00.00&lt;/TD&gt;&lt;TD&gt;000000082142&lt;/TD&gt;&lt;TD&gt;202001&lt;/TD&gt;&lt;TD&gt;1/25/2020 12:00:00 AM&lt;/TD&gt;&lt;TD&gt;2019-12-04T12:05:31.5270000&lt;/TD&gt;&lt;TD&gt;-18219&lt;/TD&gt;&lt;TD&gt;PG&amp;amp;E EGI Reconductor Projects&lt;/TD&gt;&lt;TD&gt;Person 1&lt;/TD&gt;&lt;TD&gt;Engineering&lt;/TD&gt;&lt;TD&gt;18219&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19028.00.00&lt;/TD&gt;&lt;TD&gt;000000082265&lt;/TD&gt;&lt;TD&gt;202002&lt;/TD&gt;&lt;TD&gt;2/12/2020 12:00:00 AM&lt;/TD&gt;&lt;TD&gt;2/12/2020 12:00:00 AM&lt;/TD&gt;&lt;TD&gt;-46339.39&lt;/TD&gt;&lt;TD&gt;PG&amp;amp;E EGI Reconductor Projects&lt;/TD&gt;&lt;TD&gt;Person 2&lt;/TD&gt;&lt;TD&gt;Engineering&lt;/TD&gt;&lt;TD&gt;46339.39&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19028.00.00&lt;/TD&gt;&lt;TD&gt;000000082365&lt;/TD&gt;&lt;TD&gt;202007&lt;/TD&gt;&lt;TD&gt;7/11/2020 12:00:00 AM&lt;/TD&gt;&lt;TD&gt;4/2/2020 12:00:00 AM&lt;/TD&gt;&lt;TD&gt;-89113.33&lt;/TD&gt;&lt;TD&gt;PG&amp;amp;E EGI Reconductor Projects&lt;/TD&gt;&lt;TD&gt;Person 3&lt;/TD&gt;&lt;TD&gt;Engineering&lt;/TD&gt;&lt;TD&gt;89113.33&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Range Start&lt;/TD&gt;&lt;TD&gt;Range End&lt;/TD&gt;&lt;TD&gt;Commission&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5000000&lt;/TD&gt;&lt;TD&gt;9999999&lt;/TD&gt;&lt;TD&gt;10000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10000000&lt;/TD&gt;&lt;TD&gt;14999999&lt;/TD&gt;&lt;TD&gt;15000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15000000&lt;/TD&gt;&lt;TD&gt;19999999&lt;/TD&gt;&lt;TD&gt;20000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20000000&lt;/TD&gt;&lt;TD&gt;24999999&lt;/TD&gt;&lt;TD&gt;25000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;25000000&lt;/TD&gt;&lt;TD&gt;30000000&lt;/TD&gt;&lt;TD&gt;30000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output would just be a number&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 15:39:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418826#M26365</guid>
      <dc:creator>AMPAllie</dc:creator>
      <dc:date>2020-10-07T15:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Measure that Sums and Finds Value in Another Table with A Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418828#M26366</link>
      <description>&lt;P&gt;It's being a buggar with uploading&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 15:40:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418828#M26366</guid>
      <dc:creator>AMPAllie</dc:creator>
      <dc:date>2020-10-07T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Measure that Sums and Finds Value in Another Table with A Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418836#M26367</link>
      <description>&lt;P&gt;Let's try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1&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;&lt;P&gt;Table 2&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>Wed, 07 Oct 2020 15:42:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Sums-and-Finds-Value-in-Another-Table-with-A-Range/m-p/1418836#M26367</guid>
      <dc:creator>AMPAllie</dc:creator>
      <dc:date>2020-10-07T15:42:58Z</dc:date>
    </item>
  </channel>
</rss>

