<?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 percentages in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-percentages/m-p/2877513#M93008</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Thanks it works fine.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 14:15:39 GMT</pubDate>
    <dc:creator>Nishil</dc:creator>
    <dc:date>2022-11-01T14:15:39Z</dc:date>
    <item>
      <title>Average of percentages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-percentages/m-p/2877320#M92993</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can someone help me with Average of percentages?&lt;/P&gt;&lt;P&gt;EC and EO er distinctcount measures from 2 different fact tables which are connected to DimA and DimME.&lt;/P&gt;&lt;P&gt;CTO = EC/EO. But the total is wrong.&lt;/P&gt;&lt;P&gt;How do I get the correct total value which should be 18,47?&lt;/P&gt;&lt;P&gt;Made a copy of CTO as CTO1 so need to replace blank() with Dax formula for averages .&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 13:09:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-percentages/m-p/2877320#M92993</guid>
      <dc:creator>Nishil</dc:creator>
      <dc:date>2022-11-01T13:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Average of percentages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-percentages/m-p/2877435#M92997</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="465040" data-lia-user-login="Nishil" class="lia-mention lia-mention-user"&gt;Nishil&lt;/a&gt; , &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the correct level&lt;/P&gt;
&lt;P&gt;averagex(Values(Table[Journey level 2]), [CTO1])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct the column name, for more than one level use summarize&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;averagex(Summarize(Table, Table[Journey Bame], Table[Journey level 2]), [CTO1])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If use calculation CTO1 in place of CTO1, then make sure you use calculate&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 13:45:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-percentages/m-p/2877435#M92997</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-11-01T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Average of percentages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-percentages/m-p/2877513#M93008</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Thanks it works fine.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 14:15:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-percentages/m-p/2877513#M93008</guid>
      <dc:creator>Nishil</dc:creator>
      <dc:date>2022-11-01T14:15:39Z</dc:date>
    </item>
  </channel>
</rss>

