<?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 Filter function using wild card search in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-function-using-wild-card-search/m-p/2864770#M92298</link>
    <description>&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to look for ALL values in a single column (Tower D-01, Tower D-02, Tower D-03, to be picked up whereas Values Like Tower- A, Tower - B should get ignored in the function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In essence my requirement is anything which in this column contains "Tower D" , it should be considered.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 12:12:03 GMT</pubDate>
    <dc:creator>Karunesh</dc:creator>
    <dc:date>2022-10-26T12:12:03Z</dc:date>
    <item>
      <title>Filter function using wild card search</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-function-using-wild-card-search/m-p/2864770#M92298</link>
      <description>&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to look for ALL values in a single column (Tower D-01, Tower D-02, Tower D-03, to be picked up whereas Values Like Tower- A, Tower - B should get ignored in the function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In essence my requirement is anything which in this column contains "Tower D" , it should be considered.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 12:12:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-function-using-wild-card-search/m-p/2864770#M92298</guid>
      <dc:creator>Karunesh</dc:creator>
      <dc:date>2022-10-26T12:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter function using wild card search</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-function-using-wild-card-search/m-p/2865447#M92332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see&amp;nbsp;&lt;A href="https://www.sqlbi.com/articles/from-sql-to-dax-string-comparison/" target="_blank"&gt;From SQL to DAX: String Comparison - SQLBI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 15:56:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-function-using-wild-card-search/m-p/2865447#M92332</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-10-26T15:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filter function using wild card search</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-function-using-wild-card-search/m-p/2865616#M92341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="462233" data-lia-user-login="Karunesh" class="lia-mention lia-mention-user"&gt;Karunesh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can include something like following with your dax code&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=
FILTER ( 'Table', CONTAINSSTRING ( 'Table'[Column], "Tower D" ) )&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 26 Oct 2022 17:15:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-function-using-wild-card-search/m-p/2865616#M92341</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-26T17:15:09Z</dc:date>
    </item>
  </channel>
</rss>

