<?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 Getting % of an average column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-of-an-average-column/m-p/2493803#M68745</link>
    <description>&lt;P&gt;Hello I am trying to get the % of a column when this column values are the average.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Basically want for my Avg of Days to be summed out (Total should be = 156.27) and then in the next column where I underlined the number for it to be 17.47 / 156.27 = 11.18%&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 15:02:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-04T15:02:45Z</dc:date>
    <item>
      <title>Getting % of an average column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-of-an-average-column/m-p/2493803#M68745</link>
      <description>&lt;P&gt;Hello I am trying to get the % of a column when this column values are the average.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Basically want for my Avg of Days to be summed out (Total should be = 156.27) and then in the next column where I underlined the number for it to be 17.47 / 156.27 = 11.18%&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 15:02:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-of-an-average-column/m-p/2493803#M68745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-04T15:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting % of an average column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-of-an-average-column/m-p/2493848#M68749</link>
      <description>&lt;LI-CODE lang="markup"&gt;Avg as % =
var summaryTable = ADDCOLUMNS( ALLSELECTED('Table'[Request PBI]), "@val", CALCULATE(AVERAGE('Table'[Days])))
var currentValue = CALCULATE(AVERAGE('Table'[Days]))
return DIVIDE( currentValue, SUMX(summaryTable, [@val])&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 04 May 2022 15:27:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-of-an-average-column/m-p/2493848#M68749</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-05-04T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting % of an average column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-of-an-average-column/m-p/2493861#M68752</link>
      <description>&lt;P&gt;Thank you so very much!&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 15:32:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-of-an-average-column/m-p/2493861#M68752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-04T15:32:12Z</dc:date>
    </item>
  </channel>
</rss>

