<?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: Peak and Average of Power in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2590776#M74627</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394384" data-lia-user-login="Alexandra_B" class="lia-mention lia-mention-user"&gt;Alexandra_B&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use MAXX() to get the peak of power . You can refer to the contents of these two links .&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blog.enterprisedna.co/using-the-maxx-dax-function-in-power-bi-to-calculate-recent-values-in-your-data/" target="_blank"&gt;https://blog.enterprisedna.co/using-the-maxx-dax-function-in-power-bi-to-calculate-recent-values-in-your-data/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Peak-Value-in-a-given-month/m-p/932493" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Peak-Value-in-a-given-month/m-p/932493&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Ailsa Tao&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2022 02:03:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-21T02:03:49Z</dc:date>
    <item>
      <title>Peak and Average of Power</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2586141#M74374</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I need some help creating a Dax that finds peak and average of power.&lt;BR /&gt;We have energy meter readings installed and I need to calculate what is the peak and what in the average of the power consumed at that site.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 17:02:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2586141#M74374</guid>
      <dc:creator>Alexandra_B</dc:creator>
      <dc:date>2022-06-17T17:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Peak and Average of Power</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2586220#M74380</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394384" data-lia-user-login="Alexandra_B" class="lia-mention lia-mention-user"&gt;Alexandra_B&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's hard to help you in a detailed way without knowing anything about the data or the model. I'd suggest to use the MAX() function for the peak and the AVERAGE() function for the average &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to share some sample data, if this does not solve your issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 18:03:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2586220#M74380</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2022-06-17T18:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Peak and Average of Power</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2589261#M74538</link>
      <description>&lt;P&gt;&lt;img /&gt;I have used Max and average, I wasn`t sure that`s the right way. I thought there is another formula for peak.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 10:25:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2589261#M74538</guid>
      <dc:creator>Alexandra_B</dc:creator>
      <dc:date>2022-06-20T10:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Peak and Average of Power</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2590776#M74627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394384" data-lia-user-login="Alexandra_B" class="lia-mention lia-mention-user"&gt;Alexandra_B&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use MAXX() to get the peak of power . You can refer to the contents of these two links .&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blog.enterprisedna.co/using-the-maxx-dax-function-in-power-bi-to-calculate-recent-values-in-your-data/" target="_blank"&gt;https://blog.enterprisedna.co/using-the-maxx-dax-function-in-power-bi-to-calculate-recent-values-in-your-data/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Peak-Value-in-a-given-month/m-p/932493" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Peak-Value-in-a-given-month/m-p/932493&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Ailsa Tao&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 02:03:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Peak-and-Average-of-Power/m-p/2590776#M74627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-21T02:03:49Z</dc:date>
    </item>
  </channel>
</rss>

