<?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: Help with a measure that displays a total in each row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3268320#M121056</link>
    <description>&lt;P&gt;Thank you, this worked for me! Whenever I attempted to do it myself I kept placing the ALL after everything and not in the middle. Thank you again!&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 11:27:02 GMT</pubDate>
    <dc:creator>ejf18</dc:creator>
    <dc:date>2023-06-05T11:27:02Z</dc:date>
    <item>
      <title>Help with a measure that displays a total in each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3266507#M120934</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just starting with measures and have been trying to create a measure that will display the total of all of my true sold assets in a column for each id to view in a visual tooltip. I used my true sold measure as my starting point and tried to integrate ALLSELECTED into it to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my sample data and the desired columns are bordered. My true sold measure works as expected, but I cannot figure out how to get a measure to display what is in the True Sold All column.&lt;/P&gt;&lt;P&gt;&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; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help!&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 02:09:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3266507#M120934</guid>
      <dc:creator>ejf18</dc:creator>
      <dc:date>2023-06-03T02:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a measure that displays a total in each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3267884#M121019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="570324" data-lia-user-login="ejf18" class="lia-mention lia-mention-user"&gt;ejf18&lt;/a&gt;&amp;nbsp;to count all sold without any filter for ID's it is simple COUNTROWS ('Repairs'). I hope this help&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 07:13:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3267884#M121019</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-06-05T07:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a measure that displays a total in each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3268175#M121039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="570324" data-lia-user-login="ejf18" class="lia-mention lia-mention-user"&gt;ejf18&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest you to try measures as below.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;True Sold = 
 CALCULATE(DISTINCTCOUNT(Repairs[Asset]),Repairs[Sold] = TRUE())&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;True Sold All = 
 CALCULATE(DISTINCTCOUNT(Repairs[Asset]),FILTER(ALL(Repairs),Repairs[Sold] = TRUE()))&lt;/LI-CODE&gt;
&lt;P&gt;Result is as below.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&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>Mon, 05 Jun 2023 09:38:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3268175#M121039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-05T09:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a measure that displays a total in each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3268320#M121056</link>
      <description>&lt;P&gt;Thank you, this worked for me! Whenever I attempted to do it myself I kept placing the ALL after everything and not in the middle. Thank you again!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 11:27:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-that-displays-a-total-in-each-row/m-p/3268320#M121056</guid>
      <dc:creator>ejf18</dc:creator>
      <dc:date>2023-06-05T11:27:02Z</dc:date>
    </item>
  </channel>
</rss>

