<?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: problem with POWER function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/791038#M4522</link>
    <description>&lt;P&gt;Hard to say without more information. Could the expression be negative?&lt;BR /&gt;Also, as a tip, use the DIVIDE function instead of the / operator, as divide has built in error handling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try wrapping in a MIN funcion, e.g:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;... POWER (( MIN (  DIVIDE ([columnA] , [columnB]) ) , 0.5 ) ....&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Love hearing about Power BI tips, jobs and news?&lt;BR /&gt;I love to share about these - connect with me!&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/in/powerbisteve" target="_blank"&gt;&lt;U&gt;&lt;FONT color="#000000"&gt;Stay up to date on&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;&lt;/U&gt;&lt;img /&gt;&lt;/A&gt;&lt;A href="https://powerbi.tips/author/steve-campbell/" target="_blank"&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;Read my blogs on&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2019 02:26:02 GMT</pubDate>
    <dc:creator>SteveCampbell</dc:creator>
    <dc:date>2019-09-13T02:26:02Z</dc:date>
    <item>
      <title>problem with POWER function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/788963#M4434</link>
      <description>&lt;P&gt;i m getting Error lik this :&amp;nbsp;&lt;SPAN&gt;An argument of function 'POWER' has the wrong data type or the result is too large or too small.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But for the net_sales it is not throwing any error. but for EBITDA got the above error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 06:07:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/788963#M4434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-11T06:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with POWER function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/791038#M4522</link>
      <description>&lt;P&gt;Hard to say without more information. Could the expression be negative?&lt;BR /&gt;Also, as a tip, use the DIVIDE function instead of the / operator, as divide has built in error handling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try wrapping in a MIN funcion, e.g:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;... POWER (( MIN (  DIVIDE ([columnA] , [columnB]) ) , 0.5 ) ....&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Love hearing about Power BI tips, jobs and news?&lt;BR /&gt;I love to share about these - connect with me!&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/in/powerbisteve" target="_blank"&gt;&lt;U&gt;&lt;FONT color="#000000"&gt;Stay up to date on&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;&lt;/U&gt;&lt;img /&gt;&lt;/A&gt;&lt;A href="https://powerbi.tips/author/steve-campbell/" target="_blank"&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;Read my blogs on&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 02:26:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/791038#M4522</guid>
      <dc:creator>SteveCampbell</dc:creator>
      <dc:date>2019-09-13T02:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with POWER function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/844818#M6496</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I tried everything. but still it is not working&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;POWER([EBITDA CAGR],0.5)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;EBITDA CAGR = DIVIDE(SUM('Merge2-Used for Earnings Monitor Tbale Format'[EBITDA_FY20]),SUM('Merge2-Used for Earnings Monitor Tbale Format'[EBITDA_FY18]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Nov 2019 11:17:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/844818#M6496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-13T11:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem with POWER function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/2069566#M46812</link>
      <description>&lt;P&gt;I have the same problem. Has anyone been able to find the solution ?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 17:46:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/problem-with-POWER-function/m-p/2069566#M46812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-10T17:46:53Z</dc:date>
    </item>
  </channel>
</rss>

