<?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: Calculating a divide for a table - what am I missing?? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5127594#M187343</link>
    <description>&lt;P&gt;Can you please sow images abou the issue? Otherwise we cannot help more&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Want to check your DAX skills? &lt;A href="https://www.linkedin.com/company/kubisco/" target="_blank"&gt;Answer my biweekly DAX challenges on the kubisco Linkedin page&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;</description>
    <pubDate>Sun, 08 Mar 2026 12:48:16 GMT</pubDate>
    <dc:creator>FBergamaschi</dc:creator>
    <dc:date>2026-03-08T12:48:16Z</dc:date>
    <item>
      <title>Calculating a divide for a table - what am I missing??</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5126350#M187319</link>
      <description>&lt;P&gt;I have a table like below, that details cases &amp;amp; hrs for a large datatset.&amp;nbsp; The intent here is to calculate cases per hr.&amp;nbsp; The desired result is to be able to visualize CPH at 3 different levels:&amp;nbsp; Cumulative CPH (if no slicer selected), Unit (when selected), Hub (when selected) and finally down to the building CPH.&amp;nbsp; I have no problem getting the correct number at the row level, but once I remove slicers, the calc is no longer correct.&amp;nbsp; It must be simple, but I'm having a total block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Unit&lt;/TD&gt;&lt;TD&gt;Hub&lt;/TD&gt;&lt;TD&gt;Bldg&lt;/TD&gt;&lt;TD&gt;Cases&lt;/TD&gt;&lt;TD&gt;Hrs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;77833&lt;/TD&gt;&lt;TD&gt;1396&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;75713&lt;/TD&gt;&lt;TD&gt;1121&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;420953&lt;/TD&gt;&lt;TD&gt;6081&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;20723&lt;/TD&gt;&lt;TD&gt;515&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;e&lt;/TD&gt;&lt;TD&gt;242874&lt;/TD&gt;&lt;TD&gt;2769&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;f&lt;/TD&gt;&lt;TD&gt;189318&lt;/TD&gt;&lt;TD&gt;3233&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;g&lt;/TD&gt;&lt;TD&gt;364389&lt;/TD&gt;&lt;TD&gt;3777&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;h&lt;/TD&gt;&lt;TD&gt;809959&lt;/TD&gt;&lt;TD&gt;10862&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;i&lt;/TD&gt;&lt;TD&gt;426925&lt;/TD&gt;&lt;TD&gt;6403&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;j&lt;/TD&gt;&lt;TD&gt;119439&lt;/TD&gt;&lt;TD&gt;425&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;k&lt;/TD&gt;&lt;TD&gt;138445&lt;/TD&gt;&lt;TD&gt;2190&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;l&lt;/TD&gt;&lt;TD&gt;504590&lt;/TD&gt;&lt;TD&gt;6522&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 20:22:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5126350#M187319</guid>
      <dc:creator>unknown917</dc:creator>
      <dc:date>2026-03-05T20:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a divide for a table - what am I missing??</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5126359#M187320</link>
      <description>&lt;P&gt;This will work correctly at all levels,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Total Cases = SUM(Table[Cases])&lt;/P&gt;
&lt;P&gt;Total Hours = SUM(Table[Hrs])&lt;/P&gt;
&lt;P&gt;CPH = DIVIDE([Total Cases], [Total Hours])&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 20:48:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5126359#M187320</guid>
      <dc:creator>MasonMA</dc:creator>
      <dc:date>2026-03-05T20:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a divide for a table - what am I missing??</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5126360#M187321</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="712480" data-lia-user-login="unknown917" class="lia-mention lia-mention-user"&gt;unknown917&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;can you please clairfy better what you want to achieve, showing examples of the 3 levels you are defining?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 - Cumulative with respect to what?&lt;/P&gt;
&lt;P&gt;2 - Unit - what do you mean here? And here the CPH would still need to be cumulative?&lt;/P&gt;
&lt;P&gt;3 - Hub - what do you mean here? And here the CPH would still need to be cumulative?&lt;/P&gt;
&lt;P&gt;Please show images and clearly point out the desired results including in case slicer etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;@me in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Want to check your DAX skills? &lt;A href="https://www.linkedin.com/company/kubisco/" target="_blank" rel="noopener"&gt;Answer my biweekly DAX challenges on the kubisco Linkedin page&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank" rel="noopener"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 20:49:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5126360#M187321</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2026-03-05T20:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a divide for a table - what am I missing??</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5126397#M187323</link>
      <description>&lt;P&gt;The issue with this is that when I drill down to the Bldg level, the CPH target stays the same, when it should calc the CPH at the bldg level&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 21:34:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5126397#M187323</guid>
      <dc:creator>unknown917</dc:creator>
      <dc:date>2026-03-05T21:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a divide for a table - what am I missing??</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5127594#M187343</link>
      <description>&lt;P&gt;Can you please sow images abou the issue? Otherwise we cannot help more&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Want to check your DAX skills? &lt;A href="https://www.linkedin.com/company/kubisco/" target="_blank"&gt;Answer my biweekly DAX challenges on the kubisco Linkedin page&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2026 12:48:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5127594#M187343</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2026-03-08T12:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a divide for a table - what am I missing??</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5127898#M187345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="712480" data-lia-user-login="unknown917" class="lia-mention lia-mention-user"&gt;unknown917&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for reaching out to the Microsoft fabric community forum.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1287762" data-lia-user-login="FBergamaschi" class="lia-mention lia-mention-user"&gt;FBergamaschi&lt;/a&gt;&amp;nbsp;  , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/P&gt;
&lt;P&gt;Could you please share the images&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 06:05:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5127898#M187345</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-03-09T06:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a divide for a table - what am I missing??</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5130569#M187375</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="712480" data-lia-user-login="unknown917" class="lia-mention lia-mention-user"&gt;unknown917&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I hope the issue has been resolved. If you continue to experience any problems, please reach out here and we will assist you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 06:30:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-a-divide-for-a-table-what-am-I-missing/m-p/5130569#M187375</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-03-12T06:30:26Z</dc:date>
    </item>
  </channel>
</rss>

