<?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: Number format in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374286#M25064</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="238362" data-lia-user-login="Sujit_Thakur" class="lia-mention lia-mention-user"&gt;Sujit_Thakur&lt;/a&gt; , Thanks for sharing. &lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 07:46:17 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-09-16T07:46:17Z</dc:date>
    <item>
      <title>Number format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374259#M25060</link>
      <description>&lt;P&gt;Dear all ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a measure which returns me value such as&amp;nbsp;&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;23&lt;/P&gt;&lt;P&gt;3200&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;500000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to return&amp;nbsp;&lt;/P&gt;&lt;P&gt;1k&lt;/P&gt;&lt;P&gt;23&lt;/P&gt;&lt;P&gt;3.2k&lt;/P&gt;&lt;P&gt;500k&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using format into thousand but it converts all numbers to K format&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want only those numbers to turn in K format which are greater than 1000&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sujit&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 07:39:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374259#M25060</guid>
      <dc:creator>Sujit_Thakur</dc:creator>
      <dc:date>2020-09-16T07:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374277#M25062</link>
      <description>&lt;P&gt;Ok friends&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried and I reached to conclusion&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Loss = var a = MEASURE&amp;nbsp;&lt;/P&gt;&lt;P&gt;RETURN IF(a&amp;gt;=1000,Format(a,"#,.#K"),a)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have more optimized solution please feel free to shoot your advices in comments down &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 07:44:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374277#M25062</guid>
      <dc:creator>Sujit_Thakur</dc:creator>
      <dc:date>2020-09-16T07:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374278#M25063</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="238362" data-lia-user-login="Sujit_Thakur" class="lia-mention lia-mention-user"&gt;Sujit_Thakur&lt;/a&gt; , In model view , you have property. Once you click on a column then you will be able set its property there you can set format -&lt;A href="https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or you can use the format command. Or can mention format in measure/column tools&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above article also contain how to give format string&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 07:44:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374278#M25063</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-09-16T07:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374286#M25064</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="238362" data-lia-user-login="Sujit_Thakur" class="lia-mention lia-mention-user"&gt;Sujit_Thakur&lt;/a&gt; , Thanks for sharing. &lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 07:46:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374286#M25064</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-09-16T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374474#M25067</link>
      <description>&lt;P&gt;No problem sir &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 08:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-format/m-p/1374474#M25067</guid>
      <dc:creator>Sujit_Thakur</dc:creator>
      <dc:date>2020-09-16T08:40:13Z</dc:date>
    </item>
  </channel>
</rss>

