<?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: Changing True/False to 1/0 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560566#M72823</link>
    <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 08:34:07 GMT</pubDate>
    <dc:creator>FILIPKACZMAR</dc:creator>
    <dc:date>2022-06-06T08:34:07Z</dc:date>
    <item>
      <title>Changing True/False to 1/0</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560510#M72815</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my name is Filip and I want to change True/False to 1/0 in new column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I cant find on the internet code which will work... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for help, have a nice day&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 08:07:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560510#M72815</guid>
      <dc:creator>FILIPKACZMAR</dc:creator>
      <dc:date>2022-06-06T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing True/False to 1/0</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560553#M72821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="393303" data-lia-user-login="FILIPKACZMAR" class="lia-mention lia-mention-user"&gt;FILIPKACZMAR&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;you can try&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;new_column =
IF(column_name = TRUE(),1,IF(column_name = FALSE(),0))&lt;/LI-CODE&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 08:29:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560553#M72821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-06T08:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing True/False to 1/0</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560566#M72823</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 08:34:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560566#M72823</guid>
      <dc:creator>FILIPKACZMAR</dc:creator>
      <dc:date>2022-06-06T08:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing True/False to 1/0</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560577#M72825</link>
      <description>&lt;P&gt;You're welcome &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 08:37:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-True-False-to-1-0/m-p/2560577#M72825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-06T08:37:51Z</dc:date>
    </item>
  </channel>
</rss>

