<?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: Custom Column Min and Max Count Difference of a Group in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-Column-Min-and-Max-Count-Difference-of-a-Group/m-p/2654373#M78368</link>
    <description>&lt;P&gt;where is your customer ID?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 22:53:32 GMT</pubDate>
    <dc:creator>vapid128</dc:creator>
    <dc:date>2022-07-21T22:53:32Z</dc:date>
    <item>
      <title>Custom Column Min and Max Count Difference of a Group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-Column-Min-and-Max-Count-Difference-of-a-Group/m-p/2654366#M78365</link>
      <description>&lt;P&gt;See below. Need a custom column that returns the difference between the min and max count of the 'count_column' grouped by the 'group_column'. And then return a boolean. Something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE(
    MIN(
        COUNT(table[count_column])) - 
    MAX(
        COUNT(table[count_column])), 
    ALLEXCEPT(table,table[group_column])
) = 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;group_column&lt;/TD&gt;&lt;TD&gt;count_column&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;text&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;text&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;text&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;text&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;text&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 21 Jul 2022 22:44:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-Column-Min-and-Max-Count-Difference-of-a-Group/m-p/2654366#M78365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-21T22:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Column Min and Max Count Difference of a Group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-Column-Min-and-Max-Count-Difference-of-a-Group/m-p/2654373#M78368</link>
      <description>&lt;P&gt;where is your customer ID?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 22:53:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-Column-Min-and-Max-Count-Difference-of-a-Group/m-p/2654373#M78368</guid>
      <dc:creator>vapid128</dc:creator>
      <dc:date>2022-07-21T22:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Column Min and Max Count Difference of a Group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-Column-Min-and-Max-Count-Difference-of-a-Group/m-p/2656184#M78508</link>
      <description>&lt;P&gt;Not sure what you're referring to. For additional clarity. I'm using matrix visual that needs to be filtered if a value (column_count) changes over time. Hence the min minus max. So there is no cutomer ID. Each row has a date associated with it. The count of items for that calandar week needs to be compared across time and then a boolean value is returned if that value has changed.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 16:20:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-Column-Min-and-Max-Count-Difference-of-a-Group/m-p/2656184#M78508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-22T16:20:54Z</dc:date>
    </item>
  </channel>
</rss>

