<?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 Change iferror to percentage in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Change-iferror-to-percentage/m-p/3834659#M9452</link>
    <description>&lt;P&gt;In excel, I have a formula that is =1-(2/12) as an example. In Power BI key measures I have this formula set to an iferror statement due to an issue if some of my data has 0 as the value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The dax code is now IFERROR([Numerator]/[denominator], 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it is now not showing as a correct %. For example the excel formula is showing as 83.33% and the dax formula is now 16.67% and for the life of me, I cannot figure out how to subtract 100 from the 16.67% to make 83.33%. Any help would be greatly appreciated!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 18:49:48 GMT</pubDate>
    <dc:creator>Courtb86</dc:creator>
    <dc:date>2024-04-12T18:49:48Z</dc:date>
    <item>
      <title>Change iferror to percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Change-iferror-to-percentage/m-p/3834659#M9452</link>
      <description>&lt;P&gt;In excel, I have a formula that is =1-(2/12) as an example. In Power BI key measures I have this formula set to an iferror statement due to an issue if some of my data has 0 as the value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The dax code is now IFERROR([Numerator]/[denominator], 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it is now not showing as a correct %. For example the excel formula is showing as 83.33% and the dax formula is now 16.67% and for the life of me, I cannot figure out how to subtract 100 from the 16.67% to make 83.33%. Any help would be greatly appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 18:49:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Change-iferror-to-percentage/m-p/3834659#M9452</guid>
      <dc:creator>Courtb86</dc:creator>
      <dc:date>2024-04-12T18:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change iferror to percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Change-iferror-to-percentage/m-p/3834925#M9454</link>
      <description>&lt;P&gt;No need for IFERROR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;use DIVIDE(&lt;SPAN&gt;[Numerator],[Denominator], 0)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 00:32:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Change-iferror-to-percentage/m-p/3834925#M9454</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-13T00:32:50Z</dc:date>
    </item>
  </channel>
</rss>

