<?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: Sum column total female owner  only if column SME Name is distinct in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169551#M114202</link>
    <description>&lt;P&gt;Thanks it worked very well&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 13:55:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-03T13:55:37Z</dc:date>
    <item>
      <title>Sum column total female owner  only if column SME Name is distinct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3168938#M114150</link>
      <description>&lt;P&gt;I am trying to get the sum of the column "Total Female Owner" only if "SME Name" is distinct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help. Thanks&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 09:31:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3168938#M114150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-03T09:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sum column total female owner  only if column SME Name is distinct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169055#M114155</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum total female owners =
SUMX (
    SUMMARIZE ( 'Table', 'Table'[SME Name], 'Table'[Total Female Owners] ),
    'Table'[Total Female Owners]
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Apr 2023 10:28:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169055#M114155</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-03T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sum column total female owner  only if column SME Name is distinct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169147#M114162</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thanks for the support, this is what I am geting.. am I missing something?&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;</description>
      <pubDate>Mon, 03 Apr 2023 11:21:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169147#M114162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-03T11:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum column total female owner  only if column SME Name is distinct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169167#M114165</link>
      <description>&lt;P&gt;You're creating it as a new table, it should be a new measure.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 11:25:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169167#M114165</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-03T11:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sum column total female owner  only if column SME Name is distinct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169551#M114202</link>
      <description>&lt;P&gt;Thanks it worked very well&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 13:55:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-total-female-owner-only-if-column-SME-Name-is/m-p/3169551#M114202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-03T13:55:37Z</dc:date>
    </item>
  </channel>
</rss>

