<?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: product in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/803388#M4907</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="102675" data-lia-user-login="JoeHoover" class="lia-mention lia-mention-user"&gt;JoeHoover&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp; Power Query, create second column, making sure that the ver is txt, use the find and replace.&amp;nbsp; "." and leave replace with blank.&lt;/P&gt;&lt;P&gt;Then you should be able to use MAX() Once this is in your query you won't have to change when new version comes out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 17:43:06 GMT</pubDate>
    <dc:creator>Nathaniel_C</dc:creator>
    <dc:date>2019-09-26T17:43:06Z</dc:date>
    <item>
      <title>product</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/798434#M4751</link>
      <description>&lt;P&gt;I have a column of product versions (example:&amp;nbsp; 2.3.5 and 2.3.4)&amp;nbsp; I need to be able to query that column and return a true/false.&amp;nbsp; The true's need to be 2.3.5 and the false's 2.3.4.&amp;nbsp; I need this to be on going, so when the product version changes to 2.3.6 those are now true and the 2.3.5 are false's.&amp;nbsp; I think I need to use the MAX function but I'm having a hard time with the dots in the versions.&amp;nbsp; any help would be appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 19:01:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/798434#M4751</guid>
      <dc:creator>JoeHoover</dc:creator>
      <dc:date>2019-09-20T19:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: product</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/798505#M4755</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="102675" data-lia-user-login="JoeHoover" class="lia-mention lia-mention-user"&gt;JoeHoover&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In PBI you can add a column as shown below, although it might be better to do it in PQ in which case make a conditional column with:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt; Function Description&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;A href="https://docs.microsoft.com/en-us/powerquery-m/text-end" target="_blank"&gt;Text.End&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;Returns the number of characters from the end of a text value.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course you will have to update it as the version changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 22:55:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/798505#M4755</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-20T22:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: product</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/803160#M4900</link>
      <description>&lt;P&gt;I need to have a solution that doens't require updating a table everytime a new version comes out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: (I need to be able to use DAX to only report the non highest version.&amp;nbsp; ex. 3.4.9.8 and 3.4.9.1) &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Version:&lt;/P&gt;&lt;P&gt;3.5.6.7&lt;/P&gt;&lt;P&gt;3.5.6.7&lt;/P&gt;&lt;P&gt;3.4.9.8&lt;/P&gt;&lt;P&gt;3.4.9.1&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 14:20:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/803160#M4900</guid>
      <dc:creator>JoeHoover</dc:creator>
      <dc:date>2019-09-26T14:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: product</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/803388#M4907</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="102675" data-lia-user-login="JoeHoover" class="lia-mention lia-mention-user"&gt;JoeHoover&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp; Power Query, create second column, making sure that the ver is txt, use the find and replace.&amp;nbsp; "." and leave replace with blank.&lt;/P&gt;&lt;P&gt;Then you should be able to use MAX() Once this is in your query you won't have to change when new version comes out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 17:43:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/product/m-p/803388#M4907</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-26T17:43:06Z</dc:date>
    </item>
  </channel>
</rss>

