<?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: Text contains  text or numer in dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Text-contains-text-or-numer-in-dax/m-p/2126750#M48787</link>
    <description>&lt;P class="lia-align-justify"&gt;For Measure :&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="222883" data-lia-user-login="superME79" class="lia-mention lia-mention-user"&gt;superME79&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure = IF(ISERROR(INT(MAX('Table'[name]))),"String","Integer")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 11 Oct 2021 09:20:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-10-11T09:20:11Z</dc:date>
    <item>
      <title>Text contains  text or numer in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Text-contains-text-or-numer-in-dax/m-p/2123896#M48704</link>
      <description>&lt;PRE&gt;&lt;SPAN class="Y2IQFc"&gt;Hello,
I need help, I have a column that contains numbers and text, it is formatted as text, I need to check in dax if each value of the column is a number or a text.
I tried creating a calculated column but when it transforms it freezes because it gives an error on the type.

do you know a function that does this?&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 10:32:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Text-contains-text-or-numer-in-dax/m-p/2123896#M48704</guid>
      <dc:creator>superME79</dc:creator>
      <dc:date>2021-10-08T10:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Text contains  text or numer in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Text-contains-text-or-numer-in-dax/m-p/2124048#M48709</link>
      <description>&lt;P&gt;Hello, if you do not want to do this in PQ, I would create a calculated&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;column&lt;/STRONG&gt; as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Text vs Numeric = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TRUE (),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ISERROR ( VALUE ( SampleData[Column Name] ) ), "Text",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Numeric"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Oct 2021 11:52:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Text-contains-text-or-numer-in-dax/m-p/2124048#M48709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-08T11:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Text contains  text or numer in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Text-contains-text-or-numer-in-dax/m-p/2126750#M48787</link>
      <description>&lt;P class="lia-align-justify"&gt;For Measure :&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="222883" data-lia-user-login="superME79" class="lia-mention lia-mention-user"&gt;superME79&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure = IF(ISERROR(INT(MAX('Table'[name]))),"String","Integer")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Oct 2021 09:20:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Text-contains-text-or-numer-in-dax/m-p/2126750#M48787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-11T09:20:11Z</dc:date>
    </item>
  </channel>
</rss>

