<?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 and STD of a measure series in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949564#M97732</link>
    <description>&lt;P&gt;It didn't work, the average gone to zero with this formula.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2022 21:35:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-05T21:35:21Z</dc:date>
    <item>
      <title>AVERAGE and STD of a measure series</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949384#M97712</link>
      <description>&lt;P&gt;Hi, I have this line chart where I put this average line:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The data is the difference between another two times series that are calculated with measures affected by filters. The problem is that I also need another two constant lines representing the average plus and less one standard deviation. I tried to do it by calculating the average of this measure to add or subtract the standard deviation in a second moment but the result i got is strange:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I tried this formula "&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;KEEPFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Measure]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;But it doesn't work, it just follows the series.&lt;/P&gt;&lt;P&gt;Any ideas of how solving it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 19:31:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949384#M97712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-05T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE and STD of a measure series</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949413#M97718</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;KEEPFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Measure]&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Dec 2022 19:54:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949413#M97718</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-05T19:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE and STD of a measure series</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949564#M97732</link>
      <description>&lt;P&gt;It didn't work, the average gone to zero with this formula.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 21:35:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949564#M97732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-05T21:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE and STD of a measure series</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949579#M97735</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=
CALCULATE (
    AVERAGEX ( KEEPFILTERS ( VALUES ( 'Table'[Date] ) ), [Measure] ),
    ALLSELECTED ( 'Table'[Date] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 05 Dec 2022 21:45:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2949579#M97735</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-05T21:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE and STD of a measure series</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2990096#M100567</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;I just want to confirm if you resolved this issue? If yes,&amp;nbsp;&lt;U&gt;you can accept the answer helpful as the solution&lt;/U&gt;&amp;nbsp;&lt;STRONG&gt;or&lt;/STRONG&gt;&amp;nbsp;&lt;U&gt;share you method and accept it as solution&lt;/U&gt;, thanks for your contribution to improve Power BI.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If you need more help, please let me know.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Tang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 11:57:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-and-STD-of-a-measure-series/m-p/2990096#M100567</guid>
      <dc:creator>v-xiaotang</dc:creator>
      <dc:date>2022-12-27T11:57:34Z</dc:date>
    </item>
  </channel>
</rss>

