<?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: Adding text when formula calculates blank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091417#M108313</link>
    <description>&lt;P&gt;Please kudo and accept as a solution, thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 21:55:43 GMT</pubDate>
    <dc:creator>olgad</dc:creator>
    <dc:date>2023-02-21T21:55:43Z</dc:date>
    <item>
      <title>Adding text when formula calculates blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091327#M108308</link>
      <description>&lt;P&gt;I have the below formula that is calculating the last blank value and pulling it into this new table. My question is it easily possible to add another part of this formula to insert the phrase "Not submitted" if the formula is pulling a blank value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:03:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091327#M108308</guid>
      <dc:creator>Nick221_</dc:creator>
      <dc:date>2023-02-21T21:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding text when formula calculates blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091359#M108309</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;before your formula place If( your whole formula=blank(), "Not submitted", yourfromula)&lt;BR /&gt;&lt;BR /&gt;or to make things cleaner use variable:&amp;nbsp;&lt;BR /&gt;Completed=&lt;BR /&gt;var vCompleted= your formula&lt;BR /&gt;If( vCompleted=blank(), "Not submitted", vCompleted)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:22:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091359#M108309</guid>
      <dc:creator>olgad</dc:creator>
      <dc:date>2023-02-21T21:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding text when formula calculates blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091377#M108311</link>
      <description>&lt;P&gt;That worked! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:36:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091377#M108311</guid>
      <dc:creator>Nick221_</dc:creator>
      <dc:date>2023-02-21T21:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding text when formula calculates blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091417#M108313</link>
      <description>&lt;P&gt;Please kudo and accept as a solution, thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:55:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-text-when-formula-calculates-blank/m-p/3091417#M108313</guid>
      <dc:creator>olgad</dc:creator>
      <dc:date>2023-02-21T21:55:43Z</dc:date>
    </item>
  </channel>
</rss>

