<?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: How to insert or get value after taking average? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-insert-or-get-value-after-taking-average/m-p/1589762#M31907</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;first of all thank you very much for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But unfortunately, I got blank for all. Please kindly check the picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 13:18:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-01-11T13:18:18Z</dc:date>
    <item>
      <title>How to insert or get value after taking average?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-insert-or-get-value-after-taking-average/m-p/1589702#M31905</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need little help with average. I want to create a column after taking average based on &lt;STRONG&gt;Projekt#Investor#&lt;/STRONG&gt;. In the resulted new column, &lt;STRONG&gt;avg_betreuung&lt;/STRONG&gt;, I want resulting value filled only first cell. Rest cell should be 0 or null.&lt;/P&gt;&lt;P&gt;For example, if&amp;nbsp;&lt;STRONG&gt;Projekt#Investor#&amp;nbsp;&lt;/STRONG&gt;is &lt;STRONG&gt;wpd AG&lt;/STRONG&gt; then only first cell of&amp;nbsp;&lt;STRONG&gt;wpd AG&amp;nbsp;&lt;/STRONG&gt; will be filled with the resulted average. is it possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please kindly help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karim&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 12:23:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-insert-or-get-value-after-taking-average/m-p/1589702#M31905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-11T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or get value after taking average?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-insert-or-get-value-after-taking-average/m-p/1589741#M31906</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , The column I need take Average is not clear. So used&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First add an index column- &lt;A href="https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi" target="_blank"&gt;https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and then this formula a new column in DAX&lt;/P&gt;
&lt;P&gt;new column = &lt;BR /&gt;var _index = Minx(filter(Table, [Projekt#Investor#] =earlier([Projekt#Investor#])),[Index])&lt;BR /&gt;return &lt;BR /&gt;if([Index] =_index, averageX(filter(Table, [Projekt#Investor#] =earlier([Projekt#Investor#])),[betreuung]), blank())&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 12:57:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-insert-or-get-value-after-taking-average/m-p/1589741#M31906</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-11T12:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or get value after taking average?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-insert-or-get-value-after-taking-average/m-p/1589762#M31907</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;first of all thank you very much for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But unfortunately, I got blank for all. Please kindly check the picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 13:18:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-insert-or-get-value-after-taking-average/m-p/1589762#M31907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-11T13:18:18Z</dc:date>
    </item>
  </channel>
</rss>

