<?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 values in Norwegian with space as thousand separator in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618846#M176768</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;can we comma as decimal place like- 272 556 .80&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 272 556 ,80&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Mar 2025 21:09:52 GMT</pubDate>
    <dc:creator>Puja_Kumari25</dc:creator>
    <dc:date>2025-03-20T21:09:52Z</dc:date>
    <item>
      <title>Format values in Norwegian with space as thousand separator</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4617192#M176694</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me format mesures values in Norwegian with space as a thousand separator. we have to show a measure gauge chart, bar chart and tabular visual.&lt;/P&gt;&lt;P&gt;I have uploaded a sample file at the location :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1dBk0QdRc2fSic7CFYb8HjI-Vpy2uTM5u/view" target="_blank"&gt;https://drive.google.com/file/d/1dBk0QdRc2fSic7CFYb8HjI-Vpy2uTM5u/view&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 20:36:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4617192#M176694</guid>
      <dc:creator>Puja_Kumari25</dc:creator>
      <dc:date>2025-03-19T20:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Format values in Norwegian with space as thousand separator</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4617307#M176701</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471932" data-lia-user-login="Puja_Kumari25" class="lia-mention lia-mention-user"&gt;Puja_Kumari25&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without playing with any regional settings, you could set the format string for the measure (or column if using implicit measures) to:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;### ### ### ### ##0&lt;/LI-CODE&gt;
&lt;P&gt;From what I can gather, the use of a non-comma thousands separator does not automatically "scale", so you would have to include enough &lt;FONT face="courier new,courier"&gt;"#"&lt;/FONT&gt; placeholders to accommodate the most digits that will need to be displayed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Variants to handle decimals and units of thousands or millions should also be possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would something like this work?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:35:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4617307#M176701</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2025-03-19T23:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Format values in Norwegian with space as thousand separator</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4617622#M176721</link>
      <description>&lt;P&gt;Hi, Could you please help me with the sample solution, I have attached pbix&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 07:04:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4617622#M176721</guid>
      <dc:creator>Puja_Kumari25</dc:creator>
      <dc:date>2025-03-20T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Format values in Norwegian with space as thousand separator</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4617825#M176727</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471932" data-lia-user-login="Puja_Kumari25" class="lia-mention lia-mention-user"&gt;Puja_Kumari25&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No problem, I have attached your PBIX with some updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Order Value&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;### ### ### ### ##0;-### ### ### ### ##0;0&lt;/LI-CODE&gt;
&lt;P&gt;Standard format string entered in the Measure tools &amp;gt; Format box.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Order Value Dynamic&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;An example of a dynamic format string.&lt;/P&gt;
&lt;P&gt;Measure tools &amp;gt; Format &amp;gt; Dynamic:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;-- Sample number format handling millions
VAR BaseFormat =
    "### ### ### ### ##0"
VAR MeasureValue =
    SELECTEDMEASURE ()
VAR MeasureValueAbsolute =
    ABS ( MeasureValue )
VAR Result =
    IF (
        MeasureValueAbsolute &amp;gt;= 10^6,
        -- Format for absolute values &amp;gt;= 10^6
        BaseFormat &amp;amp; "M,,;-" &amp;amp; BaseFormat &amp;amp; "M,,;0",
        -- Format for smaller absolute values
        BaseFormat &amp;amp; ";-" &amp;amp; BaseFormat &amp;amp; ";0"
    )
RETURN
    Result&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 09:28:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4617825#M176727</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2025-03-20T09:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Format values in Norwegian with space as thousand separator</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618794#M176764</link>
      <description>&lt;P&gt;Hi , Thanks alot&amp;nbsp;&lt;/P&gt;&lt;P&gt;this solution is working&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 19:51:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618794#M176764</guid>
      <dc:creator>Puja_Kumari25</dc:creator>
      <dc:date>2025-03-20T19:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Format values in Norwegian with space as thousand separator</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618846#M176768</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;can we comma as decimal place like- 272 556 .80&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 272 556 ,80&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 21:09:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618846#M176768</guid>
      <dc:creator>Puja_Kumari25</dc:creator>
      <dc:date>2025-03-20T21:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Format values in Norwegian with space as thousand separator</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618910#M176773</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;can we replace comma as decimal place like- 272 556 .80&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 272 556 ,80&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 22:46:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618910#M176773</guid>
      <dc:creator>Puja_Kumari25</dc:creator>
      <dc:date>2025-03-20T22:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Format values in Norwegian with space as thousand separator</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618941#M176774</link>
      <description>&lt;P&gt;I'm afraid I don't know how to do that. I'm pretty sure it can't be controlled through the format string and would involve some regional settings.&lt;/P&gt;
&lt;P&gt;I suggest posting that question in a new thread to see if anyone has any suggestions.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 23:13:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Format-values-in-Norwegian-with-space-as-thousand-separator/m-p/4618941#M176774</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2025-03-20T23:13:47Z</dc:date>
    </item>
  </channel>
</rss>

