<?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: Round and divide DAX formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111553#M109946</link>
    <description>&lt;P&gt;It we works if I do =[cases]/[cases per pallet] but it does not work when I add round([cases]/[cases per pallet],0)&lt;/P&gt;</description>
    <pubDate>Sat, 04 Mar 2023 11:41:50 GMT</pubDate>
    <dc:creator>EugenioBeltran</dc:creator>
    <dc:date>2023-03-04T11:41:50Z</dc:date>
    <item>
      <title>Round and divide DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111507#M109936</link>
      <description>&lt;P&gt;Hello, i am looking for a DAX formula that combines divide and round, in example i ha tried round(divide(table1[cases],table1[cases per pallet],0) but it gives me an errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 10:36:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111507#M109936</guid>
      <dc:creator>EugenioBeltran</dc:creator>
      <dc:date>2023-03-04T10:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Round and divide DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111520#M109938</link>
      <description>&lt;P&gt;Do you use this as a measure? This will not work. You use columns without a minx,maxx or sumx...&lt;BR /&gt;Or do you use it as a calculated column?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 10:42:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111520#M109938</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-04T10:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Round and divide DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111546#M109944</link>
      <description>&lt;P&gt;I use it as a measure, , row by row&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 11:26:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111546#M109944</guid>
      <dc:creator>EugenioBeltran</dc:creator>
      <dc:date>2023-03-04T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Round and divide DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111553#M109946</link>
      <description>&lt;P&gt;It we works if I do =[cases]/[cases per pallet] but it does not work when I add round([cases]/[cases per pallet],0)&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 11:41:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111553#M109946</guid>
      <dc:creator>EugenioBeltran</dc:creator>
      <dc:date>2023-03-04T11:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Round and divide DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111578#M109950</link>
      <description>&lt;P&gt;&lt;SPAN&gt;round(divide(table1[cases],table1[cases per pallet],0) a bracket is missing.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;round(divide(table1[cases],table1[cases per pallet]),0) &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 12:25:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3111578#M109950</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-04T12:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Round and divide DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3120611#M110652</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="524216" data-lia-user-login="EugenioBeltran" class="lia-mention lia-mention-user"&gt;EugenioBeltran&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try the following methods&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;BR /&gt;Sample data:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = ROUND(DIVIDE(SELECTEDVALUE('Table'[Cases]),SELECTEDVALUE('Table'[Cases per pallet])),0)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 = ROUND(DIVIDE(SUM('Table'[Cases]),SUM('Table'[Cases per pallet])),0)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this the result you expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 05:56:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-and-divide-DAX-formula/m-p/3120611#M110652</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2023-03-09T05:56:25Z</dc:date>
    </item>
  </channel>
</rss>

