<?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: Creating a new column using a text field in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-new-column-using-a-text-field/m-p/2398801#M62662</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368028" data-lia-user-login="BAChizek" class="lia-mention lia-mention-user"&gt;BAChizek&lt;/a&gt; , in power query &lt;/P&gt;
&lt;P&gt;if [Column] = null or [column] =""&amp;nbsp; then 0 else 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In DAX, new column&lt;/P&gt;
&lt;P&gt;if(isblank([column] || [column]= "", 0,1)&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 17:16:14 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-03-16T17:16:14Z</dc:date>
    <item>
      <title>Creating a new column using a text field</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-new-column-using-a-text-field/m-p/2398660#M62652</link>
      <description>&lt;P&gt;I'm trying to create a new column using a text column.&amp;nbsp; If the text column is empty, I want the new column to have "0", if it is not empty, I want it to have a "1".&amp;nbsp; Seems simple but I just can't come up with a working formula.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 15:58:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-new-column-using-a-text-field/m-p/2398660#M62652</guid>
      <dc:creator>BAChizek</dc:creator>
      <dc:date>2022-03-16T15:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new column using a text field</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-new-column-using-a-text-field/m-p/2398801#M62662</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368028" data-lia-user-login="BAChizek" class="lia-mention lia-mention-user"&gt;BAChizek&lt;/a&gt; , in power query &lt;/P&gt;
&lt;P&gt;if [Column] = null or [column] =""&amp;nbsp; then 0 else 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In DAX, new column&lt;/P&gt;
&lt;P&gt;if(isblank([column] || [column]= "", 0,1)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 17:16:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-new-column-using-a-text-field/m-p/2398801#M62662</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-16T17:16:14Z</dc:date>
    </item>
  </channel>
</rss>

