<?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: Calculating Averages in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174411#M114543</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="542037" data-lia-user-login="jewels0122" class="lia-mention lia-mention-user"&gt;jewels0122&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;VAR SelectedTable =&lt;BR /&gt;ALLSELECTED ( 'Table' )&lt;BR /&gt;RETURN&lt;BR /&gt;DIVIDE (&lt;BR /&gt;AVERAGE ( 'Table'[Value] ),&lt;BR /&gt;CALCULATE (&lt;BR /&gt;AVERAGE ( 'Table'[LengthMin] ),&lt;BR /&gt;SelectedTable,&lt;BR /&gt;VALUES ( 'Table'[Name] )&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 17:17:32 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-04-05T17:17:32Z</dc:date>
    <item>
      <title>Calculating Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174292#M114535</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; I am trying to calculate an average based on a different field name.&amp;nbsp; I have a field named "Name" and in it, there are values of "sheet length-3 sheets", "sheet length-6 sheets", etc.&amp;nbsp; In another table, there is a "value" field that would hold the value of the measurements of 3 sheets, 6 sheets, 10 sheets.&amp;nbsp; I am trying to write a formula that will calculate the average of a single sheet based on those values (sheet length-3 sheets so it would need to divide by 3, etc.).&amp;nbsp; Any advice?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 16:05:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174292#M114535</guid>
      <dc:creator>jewels0122</dc:creator>
      <dc:date>2023-04-05T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174347#M114536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="542037" data-lia-user-login="jewels0122" class="lia-mention lia-mention-user"&gt;jewels0122&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please provide sample data slong with the expected results&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 16:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174347#M114536</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-05T16:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174366#M114539</link>
      <description>&lt;P&gt;Here is a screenshot of the data...I am trying to take the average value, divide it by the sheets based on the name, so for example, the first row, it would take the 36.28 and divide by 6 to give me an average of 6.05&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 16:38:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174366#M114539</guid>
      <dc:creator>jewels0122</dc:creator>
      <dc:date>2023-04-05T16:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174411#M114543</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="542037" data-lia-user-login="jewels0122" class="lia-mention lia-mention-user"&gt;jewels0122&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;VAR SelectedTable =&lt;BR /&gt;ALLSELECTED ( 'Table' )&lt;BR /&gt;RETURN&lt;BR /&gt;DIVIDE (&lt;BR /&gt;AVERAGE ( 'Table'[Value] ),&lt;BR /&gt;CALCULATE (&lt;BR /&gt;AVERAGE ( 'Table'[LengthMin] ),&lt;BR /&gt;SelectedTable,&lt;BR /&gt;VALUES ( 'Table'[Name] )&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 17:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Averages/m-p/3174411#M114543</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-05T17:17:32Z</dc:date>
    </item>
  </channel>
</rss>

