<?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 compare two types of data in the same column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-two-types-of-data-in-the-same-column/m-p/3075538#M106912</link>
    <description>&lt;P&gt;Hello, I am looking for a way to perform a comparison between two types of data, that is:&lt;/P&gt;&lt;P&gt;I have the document types "FCC" and "GRC", both can be from the same document number in the "nudo" column, so what I want to know is which dax function can deliver the data that is in FCC but not in GRC ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 21:28:56 GMT</pubDate>
    <dc:creator>LucianoS</dc:creator>
    <dc:date>2023-02-10T21:28:56Z</dc:date>
    <item>
      <title>compare two types of data in the same column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-two-types-of-data-in-the-same-column/m-p/3075538#M106912</link>
      <description>&lt;P&gt;Hello, I am looking for a way to perform a comparison between two types of data, that is:&lt;/P&gt;&lt;P&gt;I have the document types "FCC" and "GRC", both can be from the same document number in the "nudo" column, so what I want to know is which dax function can deliver the data that is in FCC but not in GRC ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 21:28:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-two-types-of-data-in-the-same-column/m-p/3075538#M106912</guid>
      <dc:creator>LucianoS</dc:creator>
      <dc:date>2023-02-10T21:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: compare two types of data in the same column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-two-types-of-data-in-the-same-column/m-p/3075575#M106914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="357446" data-lia-user-login="LucianoS" class="lia-mention lia-mention-user"&gt;LucianoS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can create a new calculated column like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF ( CONTAINSSTRING ( 'Table'[nudo], "FCC" ), "Yes", "No" )&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 22:06:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-two-types-of-data-in-the-same-column/m-p/3075575#M106914</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-10T22:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: compare two types of data in the same column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-two-types-of-data-in-the-same-column/m-p/3075630#M106917</link>
      <description>&lt;P&gt;Sorry, I'm using the translator. nudo is one column, "fcc" and "GRC" is in another column called "TIDO"&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 23:32:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-two-types-of-data-in-the-same-column/m-p/3075630#M106917</guid>
      <dc:creator>LucianoS</dc:creator>
      <dc:date>2023-02-10T23:32:54Z</dc:date>
    </item>
  </channel>
</rss>

