<?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: Wild card in power query in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/2822179#M89601</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The wildcard filter is not directly available in Power Query. You can use Text.StartsWith() or Text.EndWith() to locate the string.&lt;/P&gt;
&lt;P&gt;If you want to split the column, here is my solution.&lt;/P&gt;
&lt;P&gt;Data sample:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Split column by “space”:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Split three columns by number of characters.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Final output:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You will see anything between "product" and ".01".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ xiaosun&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps,&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Oct 2022 08:57:22 GMT</pubDate>
    <dc:creator>v-xiaosun-msft</dc:creator>
    <dc:date>2022-10-06T08:57:22Z</dc:date>
    <item>
      <title>Wild card in power query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/2820072#M89521</link>
      <description>&lt;P&gt;Hello so i have a column of products&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Theres "product .01"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to make a m query formula that says if product contains "product" (anything in between) and ".01" to give me my result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do this cause sometimes it "product 0.01" sometimes its "product&amp;nbsp; &amp;nbsp;0.01" or "product&amp;nbsp; .01" so sometimes theres more space or no space in between so is there a wildcard i could use in m query between "product" and ".01" ?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 14:07:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/2820072#M89521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-05T14:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Wild card in power query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/2820116#M89527</link>
      <description>&lt;P&gt;Use the Power Query native functionality to split on a delimiter and remove empty entries.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 14:29:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/2820116#M89527</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-10-05T14:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wild card in power query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/2822179#M89601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The wildcard filter is not directly available in Power Query. You can use Text.StartsWith() or Text.EndWith() to locate the string.&lt;/P&gt;
&lt;P&gt;If you want to split the column, here is my solution.&lt;/P&gt;
&lt;P&gt;Data sample:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Split column by “space”:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Split three columns by number of characters.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Final output:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You will see anything between "product" and ".01".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ xiaosun&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps,&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 08:57:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/2822179#M89601</guid>
      <dc:creator>v-xiaosun-msft</dc:creator>
      <dc:date>2022-10-06T08:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wild card in power query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/3449889#M131383</link>
      <description>&lt;P&gt;Power Query does not support wildcards, but there are alternative routes.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Text.StartsWith( "MyText", "My" ) resembles SQL's WHERE x = 'My%'&lt;/LI&gt;&lt;LI&gt;Text.EndsWith( "MyText", "xt" ) resembles SQL's WHERE x = '%xt'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For other wildcard characters, custom functions will be necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote an article about various wildcard approaches that work for different kinds of wildcards and others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gorilla.bi/power-query/wildcards/" target="_blank"&gt;https://gorilla.bi/power-query/wildcards/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can be challenging, but I am hopeful for future support of regex or wildcards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;I&gt;@ me in replies or I'll lose your thread&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Master Power Query M? &lt;/STRONG&gt;-&amp;gt; &lt;A href="https://powerquery.how" target="_blank"&gt;https://powerquery.how&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Read in-depth articles? &lt;/STRONG&gt;-&amp;gt; &lt;A href="https://gorilla.bi" target="_blank"&gt;BI Gorilla&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Youtube Channel: &lt;/STRONG&gt;&lt;A href="https://www.youtube.com/channel/UCxc-6L_IdxVphs4fn6cVeEQ" target="_blank"&gt;BI Gorilla&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post helps, then please consider accepting it as the solution to help other members find it more quickly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 13:47:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wild-card-in-power-query/m-p/3449889#M131383</guid>
      <dc:creator>Rickmaurinus</dc:creator>
      <dc:date>2023-09-27T13:47:31Z</dc:date>
    </item>
  </channel>
</rss>

