<?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: GBP Pound sign in measure not working, but US dollar is working in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287817#M122293</link>
    <description>&lt;P&gt;that is weird it should work fine maybe try inserted the gbp pound in the format so you get&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DataLabel = FIRSTNONBLANK(Merge1[New TOC - Copy], "") &amp;amp; " " &amp;amp; FORMAT(SUM(Merge1[Contracted and Uncontracted Value]),"£#,##,,.0M")&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 16 Jun 2023 11:43:39 GMT</pubDate>
    <dc:creator>eliasayyy</dc:creator>
    <dc:date>2023-06-16T11:43:39Z</dc:date>
    <item>
      <title>GBP Pound sign in measure not working, but US dollar is working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287589#M122272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to combine some values to create a label for a chart that I have. I have tried to add in a GBP sign but it just gives me a mix of letters and numbers, yet when I change it dollar sign it works. Is there a reason for this? Or a workaround??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dax Measure used:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DataLabel = &lt;/SPAN&gt;&lt;SPAN&gt;FIRSTNONBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Merge1&lt;/SPAN&gt;&lt;SPAN&gt;[New TOC - Copy]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;" $"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Merge1&lt;/SPAN&gt;&lt;SPAN&gt;[Contracted and Uncontracted Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"#,##,,.0M"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;When changed to £ sign:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Jun 2023 09:24:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287589#M122272</guid>
      <dc:creator>EMSSS22</dc:creator>
      <dc:date>2023-06-16T09:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: GBP Pound sign in measure not working, but US dollar is working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287769#M122287</link>
      <description>&lt;P&gt;can you show the measure you used with the gbp und? cause i tried it and it works no issues when i uses [measure] &amp;amp; "&lt;SPAN&gt;£"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 11:13:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287769#M122287</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-06-16T11:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: GBP Pound sign in measure not working, but US dollar is working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287785#M122289</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Same formula but pound sign &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DataLabel =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FIRSTNONBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Merge1&lt;/SPAN&gt;&lt;SPAN&gt;[New TOC - Copy]&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;" £"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Merge1&lt;/SPAN&gt;&lt;SPAN&gt;[Contracted and Uncontracted Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"#,##,,.0M"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 11:23:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287785#M122289</guid>
      <dc:creator>EMSSS22</dc:creator>
      <dc:date>2023-06-16T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: GBP Pound sign in measure not working, but US dollar is working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287817#M122293</link>
      <description>&lt;P&gt;that is weird it should work fine maybe try inserted the gbp pound in the format so you get&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DataLabel = FIRSTNONBLANK(Merge1[New TOC - Copy], "") &amp;amp; " " &amp;amp; FORMAT(SUM(Merge1[Contracted and Uncontracted Value]),"£#,##,,.0M")&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 16 Jun 2023 11:43:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3287817#M122293</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-06-16T11:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: GBP Pound sign in measure not working, but US dollar is working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3290743#M122484</link>
      <description>&lt;P&gt;Tried that, the same issue occurs... very strange&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 10:39:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/GBP-Pound-sign-in-measure-not-working-but-US-dollar-is-working/m-p/3290743#M122484</guid>
      <dc:creator>EMSSS22</dc:creator>
      <dc:date>2023-06-19T10:39:41Z</dc:date>
    </item>
  </channel>
</rss>

