<?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 Adding a + infront of a value and 0 in place of blank in a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-infront-of-a-value-and-0-in-place-of-blank-in-a-measure/m-p/4002749#M156087</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I am trying to figure out how to put a + infront of my delta values and replace blanks with a 0. See below my current measure &amp;amp; table. When I hit enter it populates but gets rid of all my other information like last name..ext. and there are only 0s in the pages delta column. What am I missing? Thank you for your help in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pages Delta = &lt;/SPAN&gt;&lt;SPAN&gt;Var&lt;/SPAN&gt;&lt;SPAN&gt; Delta = &lt;/SPAN&gt;&lt;SPAN&gt;Calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;('All Programs DE', 'All Programs DE'[Pages Entered]), &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;('All Programs DE', 'All Programs DE'[Date Difference] &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;)) &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;"+"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(Delta), &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, Delta)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 19:54:19 GMT</pubDate>
    <dc:creator>Coffee2023</dc:creator>
    <dc:date>2024-06-20T19:54:19Z</dc:date>
    <item>
      <title>Adding a + infront of a value and 0 in place of blank in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-infront-of-a-value-and-0-in-place-of-blank-in-a-measure/m-p/4002749#M156087</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I am trying to figure out how to put a + infront of my delta values and replace blanks with a 0. See below my current measure &amp;amp; table. When I hit enter it populates but gets rid of all my other information like last name..ext. and there are only 0s in the pages delta column. What am I missing? Thank you for your help in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pages Delta = &lt;/SPAN&gt;&lt;SPAN&gt;Var&lt;/SPAN&gt;&lt;SPAN&gt; Delta = &lt;/SPAN&gt;&lt;SPAN&gt;Calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;('All Programs DE', 'All Programs DE'[Pages Entered]), &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;('All Programs DE', 'All Programs DE'[Date Difference] &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;)) &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;"+"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(Delta), &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, Delta)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 19:54:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-infront-of-a-value-and-0-in-place-of-blank-in-a-measure/m-p/4002749#M156087</guid>
      <dc:creator>Coffee2023</dc:creator>
      <dc:date>2024-06-20T19:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a + infront of a value and 0 in place of blank in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-infront-of-a-value-and-0-in-place-of-blank-in-a-measure/m-p/4003001#M156137</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543030" data-lia-user-login="Coffee2023" class="lia-mention lia-mention-user"&gt;Coffee2023&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try this.&amp;nbsp;After using the format function to format Delta, use the CONCATENATE function to concatenate the two text strings into one text string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Pages Delta = 
VAR Delta = 
    CALCULATE(
        SUMX('All Programs DE', 'All Programs DE'[Pages Entered]), 
        FILTER(
            'All Programs DE', 
            'All Programs DE'[Date Difference] &amp;lt; 8
        )
    )
RETURN 
    IF(
        ISBLANK(Delta), 
        "0", 
        CONCATENATE("+", FORMAT(Delta, "0"))
    )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your Current Period does not refer to this, please clarify in a follow-up reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Clara Gong&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 01:37:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-infront-of-a-value-and-0-in-place-of-blank-in-a-measure/m-p/4003001#M156137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-21T01:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a + infront of a value and 0 in place of blank in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-infront-of-a-value-and-0-in-place-of-blank-in-a-measure/m-p/4010621#M157827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543030" data-lia-user-login="Coffee2023" class="lia-mention lia-mention-user"&gt;Coffee2023&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Clara Gong&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:01:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-infront-of-a-value-and-0-in-place-of-blank-in-a-measure/m-p/4010621#M157827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-26T07:01:56Z</dc:date>
    </item>
  </channel>
</rss>

