<?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 When transforming a decimal measure into text the dot decimal seperator turns into comma in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-transforming-a-decimal-measure-into-text-the-dot-decimal/m-p/3372188#M126923</link>
    <description>&lt;P&gt;I have a measure that returns a decimal format "0.0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a card I require to report it side by side with another measure using a text format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;= [Decimal measure A ] &amp;amp;&amp;amp; "/" [Decomal measure B]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It results both decimal measures seperators to turn from a dot to a comma.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the format function also did not work:&amp;nbsp;= Format( [Decimal measure A ], "0.0") &amp;amp;&amp;amp; "/" Format([Decimal measure B] "0.0")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regional setting are fixed for US English.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Aug 2023 14:28:07 GMT</pubDate>
    <dc:creator>OLM</dc:creator>
    <dc:date>2023-08-11T14:28:07Z</dc:date>
    <item>
      <title>When transforming a decimal measure into text the dot decimal seperator turns into comma</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-transforming-a-decimal-measure-into-text-the-dot-decimal/m-p/3372188#M126923</link>
      <description>&lt;P&gt;I have a measure that returns a decimal format "0.0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a card I require to report it side by side with another measure using a text format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;= [Decimal measure A ] &amp;amp;&amp;amp; "/" [Decomal measure B]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It results both decimal measures seperators to turn from a dot to a comma.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the format function also did not work:&amp;nbsp;= Format( [Decimal measure A ], "0.0") &amp;amp;&amp;amp; "/" Format([Decimal measure B] "0.0")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regional setting are fixed for US English.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 14:28:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-transforming-a-decimal-measure-into-text-the-dot-decimal/m-p/3372188#M126923</guid>
      <dc:creator>OLM</dc:creator>
      <dc:date>2023-08-11T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: When transforming a decimal measure into text the dot decimal seperator turns into comma</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-transforming-a-decimal-measure-into-text-the-dot-decimal/m-p/3375808#M127118</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577161" data-lia-user-login="OLM" class="lia-mention lia-mention-user"&gt;OLM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try the following dax:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Flag =
FORMAT([Decimal measure A],"$#,#.0") &amp;amp;"/"&amp;amp;FORMAT( [Decomal measure B] ,"$#,#.0")&lt;/LI-CODE&gt;
&lt;P&gt;If it doesn't meet your expectations, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 07:35:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-transforming-a-decimal-measure-into-text-the-dot-decimal/m-p/3375808#M127118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-11T07:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: When transforming a decimal measure into text the dot decimal seperator turns into comma</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-transforming-a-decimal-measure-into-text-the-dot-decimal/m-p/3376523#M127151</link>
      <description>&lt;P&gt;Thank you for the quick response. I will give it a try on monday but as I put it in the question is exactly what it is, nothing should influence it aside from the PBI settings. Due to privacy, I cannot share the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 14:33:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-transforming-a-decimal-measure-into-text-the-dot-decimal/m-p/3376523#M127151</guid>
      <dc:creator>OLM</dc:creator>
      <dc:date>2023-08-11T14:33:59Z</dc:date>
    </item>
  </channel>
</rss>

