<?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: Percentage Change Division By Zero in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831790#M6028</link>
    <description>&lt;P&gt;You are welcome! Is NPV Net Present Value?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2019 21:29:38 GMT</pubDate>
    <dc:creator>Nathaniel_C</dc:creator>
    <dc:date>2019-10-29T21:29:38Z</dc:date>
    <item>
      <title>Percentage Change Division By Zero</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831661#M6021</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a matrix and trying to show percentage growth year over year. I've tried using an IF expression to correct, but it only fixes one of the 2 possible scenarios. I need the result to either by positive 100% if there is no value for the previous year, or -100% if there is no value for the current year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 18:55:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831661#M6021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-29T18:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Division By Zero</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831759#M6026</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Wrap the measure or column with an Nested If measure = IF(ISBLANK(table[x]),100%,IF(ISBLANK(table[y]), -100%, [your measure])&lt;BR /&gt;This should give you the three outcomes that you are looking to see.&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 20:55:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831759#M6026</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-10-29T20:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Division By Zero</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831772#M6027</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="159166" data-lia-user-login="Nathaniel_C" class="lia-mention lia-mention-user"&gt;Nathaniel_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much! This worked like a charm. Appreciate the response.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 21:09:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831772#M6027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-29T21:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Division By Zero</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831790#M6028</link>
      <description>&lt;P&gt;You are welcome! Is NPV Net Present Value?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 21:29:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-Change-Division-By-Zero/m-p/831790#M6028</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-10-29T21:29:38Z</dc:date>
    </item>
  </channel>
</rss>

