<?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: expression to Replace a blank date with current DATE in ssrs in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989232#M28239</link>
    <description>&lt;P&gt;Oh I did not mention that this is SSRS expression and not power Bi. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 26 Dec 2022 20:28:19 GMT</pubDate>
    <dc:creator>M_nwadibia</dc:creator>
    <dc:date>2022-12-26T20:28:19Z</dc:date>
    <item>
      <title>expression to Replace a blank date with current DATE in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989045#M28237</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have this weekly report I distribute every monday. I find situations where dates are blank as displayed below and all data is displayed in the previous week bar. I need an expression to replace the blank date with current date so that I can have the fourth bar instead of 3 bars as shown below. Your suggestions will be appreciated.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 20:55:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989045#M28237</guid>
      <dc:creator>M_nwadibia</dc:creator>
      <dc:date>2022-12-26T20:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: expression to Replace a blank date with current DATE in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989193#M28238</link>
      <description>&lt;P&gt;You can create a simple calculated date column with a formula like below :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Date_Adjusted =&lt;BR /&gt;IF ( ISBLANK ( 'Table'[Date] ), TODAY (), 'Table'[Date] )&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN class=""&gt;&lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;If this post is helpful, please consider marking it as a solution so that other users may find it more easily.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 19:46:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989193#M28238</guid>
      <dc:creator>ouaelaam</dc:creator>
      <dc:date>2022-12-26T19:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: expression to Replace a blank date with current DATE in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989232#M28239</link>
      <description>&lt;P&gt;Oh I did not mention that this is SSRS expression and not power Bi. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 20:28:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989232#M28239</guid>
      <dc:creator>M_nwadibia</dc:creator>
      <dc:date>2022-12-26T20:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: expression to Replace a blank date with current DATE in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989241#M28240</link>
      <description>&lt;P&gt;Ah sorry I thought it was Power BI.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 20:51:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2989241#M28240</guid>
      <dc:creator>ouaelaam</dc:creator>
      <dc:date>2022-12-26T20:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: expression to Replace a blank date with current DATE in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2996714#M28295</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/400781" target="_self"&gt;&lt;SPAN class=""&gt;M_nwadibia&lt;/SPAN&gt;&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;this should work:&amp;nbsp;&lt;STRONG&gt;=iif(Fields!Date.Value = Blank(), Today(), Fields!Date.Value)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Liked this post? More Content on:&lt;BR /&gt;&lt;A href="https://www.youtube.com/channel/UC2lAgCgfyLCHsRv0h-ETBWQ" target="_blank" rel="noopener"&gt;https://www.youtube.com/channel/UC2lAgCgfyLCHsRv0h-ETBWQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 16:17:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2996714#M28295</guid>
      <dc:creator>TOK</dc:creator>
      <dc:date>2023-01-02T16:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: expression to Replace a blank date with current DATE in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2999240#M28307</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I tried implementing this&amp;nbsp; but I get this error below . How can I clear the error?&lt;/P&gt;&lt;P&gt;iif(Fields!WeekStart.Value = Blank(), Today(), Fields!WeekStart.Value)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 18:20:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/2999240#M28307</guid>
      <dc:creator>M_nwadibia</dc:creator>
      <dc:date>2023-01-03T18:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: expression to Replace a blank date with current DATE in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/3003099#M28335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="400781" data-lia-user-login="M_nwadibia" class="lia-mention lia-mention-user"&gt;M_nwadibia&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry, my fault. Blank doesn't work in ReportBuilder.&lt;BR /&gt;Please try the following:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;=iif(cstr(Fields!WeekStart.Value) = "", Today(), Fields!WeekStart.Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Liked this post? More Content on:&lt;BR /&gt;&lt;A title="Youtube Channel" href="https://www.youtube.com/channel/UC2lAgCgfyLCHsRv0h-ETBWQ" target="_self"&gt;https://www.youtube.com/channel/UC2lAgCgfyLCHsRv0h-ETBWQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 10:56:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/expression-to-Replace-a-blank-date-with-current-DATE-in-ssrs/m-p/3003099#M28335</guid>
      <dc:creator>TOK</dc:creator>
      <dc:date>2023-01-05T10:56:19Z</dc:date>
    </item>
  </channel>
</rss>

