<?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: FORMAT() returns the wrong characters for SOME currency symbols in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FORMAT-returns-the-wrong-characters-for-SOME-currency-symbols/m-p/2645077#M77800</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;, much appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the rationale behind the solution, please? Thank you .&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 13:32:49 GMT</pubDate>
    <dc:creator>JanaP</dc:creator>
    <dc:date>2022-07-18T13:32:49Z</dc:date>
    <item>
      <title>FORMAT() returns the wrong characters for SOME currency symbols</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FORMAT-returns-the-wrong-characters-for-SOME-currency-symbols/m-p/2644719#M77782</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the FORMAT function to dynamically change currency symbols (chosen by a slicer) and I have run into a rather strange problem. SOME&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":astonished_face:"&gt;😲&lt;/span&gt; of the currencies are not returned correctly. Mostly the&amp;nbsp;FORMAT function is doing what I want. I find this rather frustrating.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the symbols not working:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1) FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;([&lt;/SPAN&gt;&lt;SPAN&gt;Measure]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Kn #,##0.##"&lt;/SPAN&gt;&lt;SPAN&gt;) returns&amp;nbsp;K2 #,##0.##&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;2) FORMAT([Measure], "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;S/&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;#,##0.##") returns 0/ #,##0.##&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Using £, $,&amp;nbsp;€,&amp;nbsp;₨ etc works fine.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Any ideas how to solve this problem willbe greatly appreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Jana&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 18 Jul 2022 11:26:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FORMAT-returns-the-wrong-characters-for-SOME-currency-symbols/m-p/2644719#M77782</guid>
      <dc:creator>JanaP</dc:creator>
      <dc:date>2022-07-18T11:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT() returns the wrong characters for SOME currency symbols</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FORMAT-returns-the-wrong-characters-for-SOME-currency-symbols/m-p/2644747#M77785</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="409434" data-lia-user-login="JanaP" class="lia-mention lia-mention-user"&gt;JanaP&lt;/a&gt; , Try like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) FORMAT([Measure], "\K\n #,##0.##") returns K2 #,##0.##&lt;BR /&gt;2) FORMAT([Measure], "\S/ #,##0.##") returns 0/ #,##0.##&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 11:33:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FORMAT-returns-the-wrong-characters-for-SOME-currency-symbols/m-p/2644747#M77785</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-18T11:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT() returns the wrong characters for SOME currency symbols</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FORMAT-returns-the-wrong-characters-for-SOME-currency-symbols/m-p/2645077#M77800</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;, much appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the rationale behind the solution, please? Thank you .&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 13:32:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FORMAT-returns-the-wrong-characters-for-SOME-currency-symbols/m-p/2645077#M77800</guid>
      <dc:creator>JanaP</dc:creator>
      <dc:date>2022-07-18T13:32:49Z</dc:date>
    </item>
  </channel>
</rss>

