<?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: Table Help Pls in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116697#M16346</link>
    <description>&lt;P&gt;Thanks! That worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 24 May 2020 21:04:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-24T21:04:43Z</dc:date>
    <item>
      <title>Table Help Pls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116673#M16341</link>
      <description>&lt;P&gt;Hi all, another little question please. There is the following data below. Need to add all the "ETC" by Month and Name and then divide by "Avail".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for example, for Sam in Jan, the result should be (10+30+20)/160. Thanks very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 19:33:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116673#M16341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-24T19:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table Help Pls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116679#M16342</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want this in DAX or the query editor. You seem to be showing the query editor interface but this would be easier/more natural in DAX. It can also be&amp;nbsp;done in M though.&amp;nbsp; Can you paste the data here in text-tabular format (instead of screen capture) so that it can be copied and used in a test?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 20:05:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116679#M16342</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-05-24T20:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table Help Pls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116685#M16343</link>
      <description>&lt;P&gt;Here is one way to get your desired result with a measure (if your visual includes person and month columns) or a DAX calculated column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result =&lt;BR /&gt;VAR sumest =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( Avail[Est] ),&lt;BR /&gt;ALLEXCEPT ( Avail, Avail[Month], Avail[Person] )&lt;BR /&gt;)&lt;BR /&gt;VAR sumavail =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( Avail[Avail] ),&lt;BR /&gt;ALLEXCEPT ( Avail, Avail[Month], Avail[Person] )&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;sumest / sumavail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works for you, please mark it as solution.&amp;nbsp; Kudos are appreciated too.&amp;nbsp; Please let me know if not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 May 2020 20:15:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116685#M16343</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-05-24T20:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Help Pls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116697#M16346</link>
      <description>&lt;P&gt;Thanks! That worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 21:04:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Help-Pls/m-p/1116697#M16346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-24T21:04:43Z</dc:date>
    </item>
  </channel>
</rss>

