<?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: DAX - remove decimal places in measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/2699066#M81572</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426135" data-lia-user-login="Lauri" class="lia-mention lia-mention-user"&gt;Lauri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A measure should not be formatted when it's calculated; it should always return the raw number.&lt;/P&gt;&lt;P&gt;Formatting should be done through the UI:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Aug 2022 08:15:57 GMT</pubDate>
    <dc:creator>daXtreme</dc:creator>
    <dc:date>2022-08-14T08:15:57Z</dc:date>
    <item>
      <title>DAX - remove decimal places in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/2698851#M81557</link>
      <description>&lt;P&gt;I have the following measure but not sure how to make it so it returns 0 decimal places in result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Count Employee No Blank = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Employee List'&lt;/SPAN&gt;&lt;SPAN&gt;[Full Name]&lt;/SPAN&gt;&lt;SPAN&gt;)), &lt;/SPAN&gt;&lt;SPAN&gt;"0"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Employee List'&lt;/SPAN&gt;&lt;SPAN&gt;[Full Name]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 13 Aug 2022 23:32:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/2698851#M81557</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2022-08-13T23:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: DAX - remove decimal places in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/2699066#M81572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426135" data-lia-user-login="Lauri" class="lia-mention lia-mention-user"&gt;Lauri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A measure should not be formatted when it's calculated; it should always return the raw number.&lt;/P&gt;&lt;P&gt;Formatting should be done through the UI:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 08:15:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/2699066#M81572</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-14T08:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX - remove decimal places in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/5360505#M188440</link>
      <description>&lt;img /&gt;&lt;P&gt;Doesn't work. Whether I make it a whole number or decimal number, setting the decimal count does literally NOTHING. And I KNOW I'm on the correct field, because when I change the Format to Percentage, a "%" gets added:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2026 21:23:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/5360505#M188440</guid>
      <dc:creator>hb-webdev</dc:creator>
      <dc:date>2026-08-20T21:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: DAX - remove decimal places in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/5360599#M188441</link>
      <description>&lt;P&gt;Navigate to "Value" settings the visual pane - It can be different in each visual but in a linechart its here: under "Data labels"&lt;/P&gt;&lt;img /&gt;&lt;P&gt;And set the display units or decimal places here&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2026 07:46:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-remove-decimal-places-in-measure/m-p/5360599#M188441</guid>
      <dc:creator>miknieeco</dc:creator>
      <dc:date>2026-08-21T07:46:28Z</dc:date>
    </item>
  </channel>
</rss>

