<?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: the sum of string in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2169637#M50353</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure = SUMX('Table',VALUE(MAX('Table'[Column1])))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;Paul Zheng _ Community Support Team&lt;BR /&gt;If this post helps, please Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 03 Nov 2021 02:30:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-03T02:30:53Z</dc:date>
    <item>
      <title>the sum of string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2163789#M50063</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried about 3 different dax ways and non of them work.&lt;/P&gt;&lt;P&gt;I have a direct query where the number is stored as a string&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I need to create a measure that sums the cost.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;simples&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 20:22:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2163789#M50063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-29T20:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: the sum of string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2163962#M50071</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;Use&amp;nbsp;&lt;A href="https://dax.guide/convert/" target="_self"&gt;CONVERT&lt;/A&gt; DAX function and convert those data to Currency:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CONVERT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[Cost]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;CURRENCY&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Oct 2021 22:35:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2163962#M50071</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-10-29T22:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: the sum of string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2164372#M50091</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 09:41:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2164372#M50091</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2021-10-30T09:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: the sum of string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2169637#M50353</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure = SUMX('Table',VALUE(MAX('Table'[Column1])))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;Paul Zheng _ Community Support Team&lt;BR /&gt;If this post helps, please Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Nov 2021 02:30:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2169637#M50353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-03T02:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: the sum of string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2174376#M50553</link>
      <description>&lt;P&gt;Thanks for all the replys, I ended up having to import the data in the end due to other changes that were required&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 09:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/the-sum-of-string/m-p/2174376#M50553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-05T09:17:31Z</dc:date>
    </item>
  </channel>
</rss>

