<?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: DAX measure to check Name column for Numbers and Special Characters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471555#M27941</link>
    <description>&lt;P&gt;This method will not work. I am using a live connection to SSAS and the data team are not avaiable. I have no access to amend tables or add them. I can only use DAX MEASURES.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 11:03:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-03T11:03:21Z</dc:date>
    <item>
      <title>DAX measure to check Name column for Numbers and Special Characters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471178#M27926</link>
      <description>&lt;P&gt;This has to be a DAX measure since working in a live connection model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to find and count any rows with a Number or special character in the Name Column. This would be a straight forward ISNONTEXT in a calculated column. Stuck on how to solve as a dax measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 08:28:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471178#M27926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-03T08:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure to check Name column for Numbers and Special Characters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471338#M27930</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; ,Can you share sample data and sample output in table format? &lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 09:14:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471338#M27930</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-03T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure to check Name column for Numbers and Special Characters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471376#M27931</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp; Simple data quality check on Name field for no numbers and special characters. Count all TRUE in a KPI card. All of this using DAX measures only. thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Validation Check&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;"Dan"&lt;/TD&gt;&lt;TD&gt;TRUE&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;101022&lt;/TD&gt;&lt;TD&gt;TRUE&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;28392-3-3&lt;/TD&gt;&lt;TD&gt;TRUE&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Joe Bloggs&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 03 Nov 2020 09:30:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471376#M27931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-03T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure to check Name column for Numbers and Special Characters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471529#M27937</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , refer if this video can help &lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=9sKeZbfzBTk" target="_blank"&gt;https://www.youtube.com/watch?v=9sKeZbfzBTk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 10:53:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471529#M27937</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-03T10:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure to check Name column for Numbers and Special Characters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471555#M27941</link>
      <description>&lt;P&gt;This method will not work. I am using a live connection to SSAS and the data team are not avaiable. I have no access to amend tables or add them. I can only use DAX MEASURES.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 11:03:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-to-check-Name-column-for-Numbers-and-Special/m-p/1471555#M27941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-03T11:03:21Z</dc:date>
    </item>
  </channel>
</rss>

