<?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: Replace one variable in a multible variables column while keeping the rest variable the same in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Replace-one-variable-in-a-multible-variables-column-while/m-p/1090041#M15728</link>
    <description>&lt;P&gt;Thank you Ricardo, worked perfect..&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 15:52:10 GMT</pubDate>
    <dc:creator>khaledSA</dc:creator>
    <dc:date>2020-05-14T15:52:10Z</dc:date>
    <item>
      <title>Replace one variable in a multible variables column while keeping the rest variable the same</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Replace-one-variable-in-a-multible-variables-column-while/m-p/1089965#M15723</link>
      <description>&lt;P&gt;I have a column with multiple A,B,C,D values. I would like to create a new column that will replace A to IT and keep the other values the same, example below. Thank you.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Column&lt;/TD&gt;&lt;TD&gt;New Col&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;IT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;IT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;IT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 14 May 2020 15:06:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Replace-one-variable-in-a-multible-variables-column-while/m-p/1089965#M15723</guid>
      <dc:creator>khaledSA</dc:creator>
      <dc:date>2020-05-14T15:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Replace one variable in a multible variables column while keeping the rest variable the same</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Replace-one-variable-in-a-multible-variables-column-while/m-p/1089989#M15725</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="228896" data-lia-user-login="khaledSA" class="lia-mention lia-mention-user"&gt;khaledSA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this one:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NewColumn = IF(TABLE[COLUMN] = "A"; "IT"; TABLE[COLUMN])&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 15:14:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Replace-one-variable-in-a-multible-variables-column-while/m-p/1089989#M15725</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-05-14T15:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Replace one variable in a multible variables column while keeping the rest variable the same</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Replace-one-variable-in-a-multible-variables-column-while/m-p/1090041#M15728</link>
      <description>&lt;P&gt;Thank you Ricardo, worked perfect..&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 15:52:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Replace-one-variable-in-a-multible-variables-column-while/m-p/1090041#M15728</guid>
      <dc:creator>khaledSA</dc:creator>
      <dc:date>2020-05-14T15:52:10Z</dc:date>
    </item>
  </channel>
</rss>

