<?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 How to use average DAX function  for  measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-average-DAX-function-for-measure/m-p/2444962#M65590</link>
    <description>&lt;P&gt;I have created new measure in the table .&amp;nbsp; i have copied measure in the below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total_Machine_park = CALCULATE(DISTINCTCOUNT('Manning calculation'[ID]),'Manning calculation'[Capacity Type]="INSTALLED",FILTER('Manning calculation','Manning calculation'[Value]&amp;lt;&amp;gt;0),'Manning calculation'[Values]="Avl Qty").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get average for the above measure .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use below measure to get avg&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;avg park=Averagex('Total_Machine_park')&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;i am getting Error. any idea.. thanks in advance .&lt;/DIV&gt;</description>
    <pubDate>Fri, 08 Apr 2022 05:21:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-08T05:21:58Z</dc:date>
    <item>
      <title>How to use average DAX function  for  measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-average-DAX-function-for-measure/m-p/2444962#M65590</link>
      <description>&lt;P&gt;I have created new measure in the table .&amp;nbsp; i have copied measure in the below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total_Machine_park = CALCULATE(DISTINCTCOUNT('Manning calculation'[ID]),'Manning calculation'[Capacity Type]="INSTALLED",FILTER('Manning calculation','Manning calculation'[Value]&amp;lt;&amp;gt;0),'Manning calculation'[Values]="Avl Qty").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get average for the above measure .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use below measure to get avg&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;avg park=Averagex('Total_Machine_park')&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;i am getting Error. any idea.. thanks in advance .&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Apr 2022 05:21:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-average-DAX-function-for-measure/m-p/2444962#M65590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-08T05:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use average DAX function  for  measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-average-DAX-function-for-measure/m-p/2445765#M65622</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please try below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Average measure: =
AVERAGEX (
    VALUES ( TableName[ColumnName_you want to measure avg] ),
    [Total_Machine_park]
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 08 Apr 2022 10:59:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-average-DAX-function-for-measure/m-p/2445765#M65622</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-04-08T10:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use average DAX function  for  measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-average-DAX-function-for-measure/m-p/2459617#M66502</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how does your report look like? What columns are involved in the visual and in the slicers/filters and from which tables?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Apr 2022 05:03:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-average-DAX-function-for-measure/m-p/2459617#M66502</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-16T05:03:16Z</dc:date>
    </item>
  </channel>
</rss>

