<?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: Calculate proportion of groups using particular item in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-proportion-of-groups-using-particular-item/m-p/2092485#M47664</link>
    <description>&lt;P&gt;thanks Daxer! Your solution worked perfectly for the example I gave. As it turns out though, I oversimplified my example. The table has the majority of its rows filtered out based on several different columns. So it's more like this the picture below. Any help would be appreciated. Thanks.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 22:37:49 GMT</pubDate>
    <dc:creator>citylights</dc:creator>
    <dc:date>2021-09-22T22:37:49Z</dc:date>
    <item>
      <title>Calculate proportion of groups using particular item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-proportion-of-groups-using-particular-item/m-p/2078539#M47131</link>
      <description>&lt;P&gt;I have a table structured as below. I would like to show in a table or chart the proportion of "Groups" using each item in the "Item" column. What's the best way to do this? thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 20:18:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-proportion-of-groups-using-particular-item/m-p/2078539#M47131</guid>
      <dc:creator>citylights</dc:creator>
      <dc:date>2021-09-15T20:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate proportion of groups using particular item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-proportion-of-groups-using-particular-item/m-p/2079414#M47143</link>
      <description>&lt;LI-CODE lang="csharp"&gt;[Proportion] =
DIVIDE(
	DISTINCTCOUNT( T[Group] ),
	COUNTROWS( ALL( T[Group] ) )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Sep 2021 07:27:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-proportion-of-groups-using-particular-item/m-p/2079414#M47143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-16T07:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate proportion of groups using particular item</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-proportion-of-groups-using-particular-item/m-p/2092485#M47664</link>
      <description>&lt;P&gt;thanks Daxer! Your solution worked perfectly for the example I gave. As it turns out though, I oversimplified my example. The table has the majority of its rows filtered out based on several different columns. So it's more like this the picture below. Any help would be appreciated. Thanks.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 22:37:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-proportion-of-groups-using-particular-item/m-p/2092485#M47664</guid>
      <dc:creator>citylights</dc:creator>
      <dc:date>2021-09-22T22:37:49Z</dc:date>
    </item>
  </channel>
</rss>

