<?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: Rounding numbers to the nearest whole number in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3237273#M119035</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="552685" data-lia-user-login="DJSwezey" class="lia-mention lia-mention-user"&gt;DJSwezey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think your issue should be caused by your data model. ROUND() function works well on myside, I couldn't reproduce your issue.&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please share a sample file with me, this will make it easier for me to find the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 08:34:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-16T08:34:25Z</dc:date>
    <item>
      <title>Rounding numbers to the nearest whole number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3231478#M118593</link>
      <description>&lt;P&gt;I have a measure that I want to have the numbers rounded to the nearest whole number. Am I missing a simple feature that will allow me to do this?&lt;/P&gt;&lt;P&gt;Any number whos decimal is less than 0.5 will be rounded down to the nearest whole number and any number whos decimal is 0.5 or greater will roudn up to the nearest whole number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EX: 12.65 will round up to 13. 12.44 will round down to 12.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 17:51:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3231478#M118593</guid>
      <dc:creator>DJSwezey</dc:creator>
      <dc:date>2023-05-11T17:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding numbers to the nearest whole number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3231510#M118596</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="552685" data-lia-user-login="DJSwezey" class="lia-mention lia-mention-user"&gt;DJSwezey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what ROUND function is supposed to do&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 18:11:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3231510#M118596</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-11T18:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding numbers to the nearest whole number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3231523#M118598</link>
      <description>&lt;P&gt;That's what I thought but here is an example of that not being the case.&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;&lt;P&gt;The left column is no rounding and the right is rounding. Works for all but the 10.98. That should be 11 not 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im doing ROUND(sum(Showed),0)&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 18:17:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3231523#M118598</guid>
      <dc:creator>DJSwezey</dc:creator>
      <dc:date>2023-05-11T18:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding numbers to the nearest whole number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3231541#M118600</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="552685" data-lia-user-login="DJSwezey" class="lia-mention lia-mention-user"&gt;DJSwezey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it worked for 15.55. I guess the source of the problem is something else but not sure what it could be.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 18:26:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3231541#M118600</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-11T18:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding numbers to the nearest whole number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3232778#M118684</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you actually need the value to be rounded or just the display to be rounded? What happens if you adjust the formatting of the showed column to show 0 decimal places?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;----------------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 13:01:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3232778#M118684</guid>
      <dc:creator>Wilson_</dc:creator>
      <dc:date>2023-05-12T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding numbers to the nearest whole number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3232853#M118686</link>
      <description>&lt;P&gt;I need the actual value of these to be rounded. Using these numbers in a different calculation than varies drastically based on its value.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 13:28:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3232853#M118686</guid>
      <dc:creator>DJSwezey</dc:creator>
      <dc:date>2023-05-12T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding numbers to the nearest whole number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3233355#M118732</link>
      <description>&lt;P&gt;Okay, I see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, out of curiosity, w&lt;SPAN&gt;hat happens if you adjust the formatting of the showed column to show 0 decimal places? Does that display correctly?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 18:33:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3233355#M118732</guid>
      <dc:creator>Wilson_</dc:creator>
      <dc:date>2023-05-12T18:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding numbers to the nearest whole number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3237273#M119035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="552685" data-lia-user-login="DJSwezey" class="lia-mention lia-mention-user"&gt;DJSwezey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think your issue should be caused by your data model. ROUND() function works well on myside, I couldn't reproduce your issue.&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please share a sample file with me, this will make it easier for me to find the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 08:34:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-numbers-to-the-nearest-whole-number/m-p/3237273#M119035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-16T08:34:25Z</dc:date>
    </item>
  </channel>
</rss>

