<?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: Create a custom column in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481714#M14783</link>
    <description>&lt;PRE&gt;New_Credit_dt = 
IF(NOT(ISBLANK([Fun_dt])) &amp;amp;&amp;amp; [Denial_Date] = Blank()),[Credit_dt],BLANK())&lt;/PRE&gt;&lt;P&gt;This worked for me. Thanks for your guidance. I really appreciate!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Aug 2018 19:17:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-06T19:17:31Z</dc:date>
    <item>
      <title>Create a custom column</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481648#M14775</link>
      <description>&lt;P&gt;I have below data,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 376px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/111205iD2D562657BB7C89B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to create a new column which shows all such Credit_dt for which Disb_date is not null, Fun_date is not null and&lt;/P&gt;&lt;P&gt;Denial_Date is null, so my output through DAX should produce below column. &lt;FONT face="andale mono,times" color="#FF0000"&gt;In short, my output should be 1st and 3rd row of Credit_dt column.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 112px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/111206iC2F859F3EE065249/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shikha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:19:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481648#M14775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T17:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481676#M14779</link>
      <description>&lt;P&gt;Do you really have the word "NULL" in ther or is it blank? If Blank:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;New_Credit_dt = 
IF(NOT(ISBLANK([Fun_dt])) &amp;amp;&amp;amp; BLANK([Denial_Date]),[Credit_dt],BLANK())&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Aug 2018 18:14:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481676#M14779</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-08-06T18:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481707#M14782</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;My data has blank values only, no nulls.&lt;/P&gt;&lt;P&gt;I was trying your query but it says BLANK() cannot accept any argument.&lt;/P&gt;&lt;P&gt;I am getting this warning: "&lt;FONT color="#000000"&gt;Too many arguments were passed to the BLANK function. The maximum argument count for the function is 0". Please suggest any work around.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 19:08:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481707#M14782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T19:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481714#M14783</link>
      <description>&lt;PRE&gt;New_Credit_dt = 
IF(NOT(ISBLANK([Fun_dt])) &amp;amp;&amp;amp; [Denial_Date] = Blank()),[Credit_dt],BLANK())&lt;/PRE&gt;&lt;P&gt;This worked for me. Thanks for your guidance. I really appreciate!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 19:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-a-custom-column/m-p/481714#M14783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T19:17:31Z</dc:date>
    </item>
  </channel>
</rss>

