<?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 DAX Measure not subtotaling in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2871555#M92675</link>
    <description>&lt;P&gt;I've created a custom measure called "Turn Ratio" but it does not work for totals and subtotals. What am I doing wrong?&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PU&amp;amp;SO = &lt;/SPAN&gt;&lt;SPAN&gt;[Pickups]&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;[Deliveries]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Turn Ratio = ( &lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;( (&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[PU&amp;amp;SO]&lt;/SPAN&gt;&lt;SPAN&gt;, (&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Stop[Total trailers]&lt;/SPAN&gt;&lt;SPAN&gt;)))), &lt;/SPAN&gt;&lt;SPAN&gt;[Count Weeks]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 28 Oct 2022 20:30:25 GMT</pubDate>
    <dc:creator>noahbowerman</dc:creator>
    <dc:date>2022-10-28T20:30:25Z</dc:date>
    <item>
      <title>DAX Measure not subtotaling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2871555#M92675</link>
      <description>&lt;P&gt;I've created a custom measure called "Turn Ratio" but it does not work for totals and subtotals. What am I doing wrong?&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PU&amp;amp;SO = &lt;/SPAN&gt;&lt;SPAN&gt;[Pickups]&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;[Deliveries]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Turn Ratio = ( &lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;( (&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[PU&amp;amp;SO]&lt;/SPAN&gt;&lt;SPAN&gt;, (&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Stop[Total trailers]&lt;/SPAN&gt;&lt;SPAN&gt;)))), &lt;/SPAN&gt;&lt;SPAN&gt;[Count Weeks]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Oct 2022 20:30:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2871555#M92675</guid>
      <dc:creator>noahbowerman</dc:creator>
      <dc:date>2022-10-28T20:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure not subtotaling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2871846#M92715</link>
      <description>&lt;P&gt;Please see this article and video.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/why-power-bi-totals-might-seem-inaccurate/" target="_blank"&gt;Why Power BI totals might seem inaccurate - SQLBI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=UJPBeiGBEg4&amp;amp;t=10s" target="_blank"&gt;(2) Power BI - Tales from the front #01 - Getting the Right Total - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 00:35:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2871846#M92715</guid>
      <dc:creator>ppm1</dc:creator>
      <dc:date>2022-10-29T00:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure not subtotaling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2872780#M92777</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="463576" data-lia-user-login="noahbowerman" class="lia-mention lia-mention-user"&gt;noahbowerman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you're a new member on the forum, I'd strongly and kindly suggest that you read this first (before posting any questions):&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Quickly/td-p/1626726" target="_blank"&gt;How to Get Your Question Answered Quickly - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should help you obtain good answers quickly. Really.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Oct 2022 07:57:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2872780#M92777</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-10-30T07:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure not subtotaling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2875259#M92904</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 18:44:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2875259#M92904</guid>
      <dc:creator>noahbowerman</dc:creator>
      <dc:date>2022-10-31T18:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure not subtotaling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2876642#M92965</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="463576" data-lia-user-login="noahbowerman" class="lia-mention lia-mention-user"&gt;noahbowerman&lt;/a&gt;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;If these also don't help, please share more detailed information to help us clarify your scenario to test.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 08:50:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-not-subtotaling/m-p/2876642#M92965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T08:50:52Z</dc:date>
    </item>
  </channel>
</rss>

