<?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 up the the nearest .5 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-up-the-the-nearest-5/m-p/4100000#M162703</link>
    <description>&lt;P&gt;You could try one of these functions&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/tv/floor-mround-ceiling-iso-ceiling-dax-guide" target="_blank"&gt;https://www.sqlbi.com/tv/floor-mround-ceiling-iso-ceiling-dax-guide&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2024 10:32:43 GMT</pubDate>
    <dc:creator>SachinNandanwar</dc:creator>
    <dc:date>2024-08-14T10:32:43Z</dc:date>
    <item>
      <title>Rounding up the the nearest .5</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-up-the-the-nearest-5/m-p/4099963#M162702</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a numbers column, I want to round up the numbers to the nearest 0.5&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.2 ----&amp;gt; 1.5&lt;/P&gt;&lt;P&gt;1.9----&amp;gt;2&lt;/P&gt;&lt;P&gt;0.6---&amp;gt;1&lt;/P&gt;&lt;P&gt;0.4---&amp;gt; 0.5&lt;/P&gt;&lt;P&gt;tried all the round function W/O any success,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:17:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-up-the-the-nearest-5/m-p/4099963#M162702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-14T10:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding up the the nearest .5</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-up-the-the-nearest-5/m-p/4100000#M162703</link>
      <description>&lt;P&gt;You could try one of these functions&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/tv/floor-mround-ceiling-iso-ceiling-dax-guide" target="_blank"&gt;https://www.sqlbi.com/tv/floor-mround-ceiling-iso-ceiling-dax-guide&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:32:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-up-the-the-nearest-5/m-p/4100000#M162703</guid>
      <dc:creator>SachinNandanwar</dc:creator>
      <dc:date>2024-08-14T10:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding up the the nearest .5</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-up-the-the-nearest-5/m-p/4101645#M162758</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I create a table as you mentioned.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then I think you can use&amp;nbsp;CEILING function and here is the document:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/dax/ceiling-function-dax" target="_blank"&gt;CEILING function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So here is a new calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = CEILING('Table'[Number] * 2, 1) / 2&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 06:38:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rounding-up-the-the-nearest-5/m-p/4101645#M162758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-15T06:38:36Z</dc:date>
    </item>
  </channel>
</rss>

