<?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: Average of a measure by category in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3124850#M110951</link>
    <description>&lt;P&gt;There is Product and Transaction tables. Max Net Price and Max Cost Price are measures and dividing Max Cost Price to Max Net Price to finding ItemCost/NetPrice % as a measure&lt;/P&gt;</description>
    <pubDate>Fri, 10 Mar 2023 18:07:04 GMT</pubDate>
    <dc:creator>CetinT</dc:creator>
    <dc:date>2023-03-10T18:07:04Z</dc:date>
    <item>
      <title>Average of a measure by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3119745#M110585</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to calculate average of Item Cost/NetPrice % column by Subcategory. This column is a measure. Could you help me about this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;It has to be like (28,01%+41,43%+23,98%)/3(Carpaccio category has 3 Item)=31,14% after this I will compare Item Cost/NetPrice % with new average. This has to be for each subcategory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 19:33:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3119745#M110585</guid>
      <dc:creator>CetinT</dc:creator>
      <dc:date>2023-03-08T19:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a measure by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3119781#M110589</link>
      <description>&lt;P&gt;Please show the underlaying data structure. Are there measures or other tables involved?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 20:05:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3119781#M110589</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-08T20:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a measure by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3124850#M110951</link>
      <description>&lt;P&gt;There is Product and Transaction tables. Max Net Price and Max Cost Price are measures and dividing Max Cost Price to Max Net Price to finding ItemCost/NetPrice % as a measure&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 18:07:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3124850#M110951</guid>
      <dc:creator>CetinT</dc:creator>
      <dc:date>2023-03-10T18:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a measure by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3125594#M111012</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="423897" data-lia-user-login="CetinT" class="lia-mention lia-mention-user"&gt;CetinT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Subcategory Average =&lt;BR /&gt;AVERAGEX (&lt;BR /&gt;CALCULATETABLE ( VALUES ( 'Product'[Product] ), ALL ( 'Product'[Product] ) ),&lt;BR /&gt;[Item Cost/NetPrice %]&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 17:31:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3125594#M111012</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-11T17:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a measure by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3125624#M111016</link>
      <description>&lt;P&gt;Thanks a lot. This measure solved my problem.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 18:42:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-a-measure-by-category/m-p/3125624#M111016</guid>
      <dc:creator>CetinT</dc:creator>
      <dc:date>2023-03-11T18:42:52Z</dc:date>
    </item>
  </channel>
</rss>

