<?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: Group order lines then apply filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725226#M145093</link>
    <description>&lt;P&gt;Uuuhg looks like my company blocked uploads from those sites. I used to be able to do it from one drive, but for some reason it asked you for a PW. It hasn't done that in the past.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best I can do is just the visual&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The measure results in the above total.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The filters on the visual result in this total. I just want a measure that replicates the filters on the right.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2024 22:37:31 GMT</pubDate>
    <dc:creator>jwin2424</dc:creator>
    <dc:date>2024-02-26T22:37:31Z</dc:date>
    <item>
      <title>Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3724820#M145062</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am struggling to get the same answer as the visual I created. I have data that shows order #s broken out by lines. When I create the filter to show orders greater than 250,000, it is filtering order lines by 250,000 and not the order itself. Examples&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Order #&lt;/TD&gt;&lt;TD&gt;Line #&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1122&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;50000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1122&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;150000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1122&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;200000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1122&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;50000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2233&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;25000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2233&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;25000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Order 1122 is over 250,000 and order 2233 is not. However, when I filter by order #'s greater than 250,000, it will show none.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I finally went one step at a time and got to this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I made a visual with the same filters as the measure I created. The numbers come out the same.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I then go one step furter and ask it to group the table by order # and only shows orders over 250,000 and I get this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Once I try and add a measure to group the orders by 250,000, the numbers dont match. The visual is correct and I used the filters on the right and just threw the orders in the rows. In the filter on the visual, I said orders greater than 250000.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can't for the life of me figure out what I am doing wrong.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 18:29:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3724820#M145062</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-26T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3724881#M145063</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With a measure like this, you should be able to filter orders over 250K.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Filter Orders over 250K = 
VAR _OrderSales =
    CALCULATE(
        SUM( 'Table'[Amount] ),
        ALLEXCEPT(
            'Table',
            'Table'[Order #]
        )
    )
VAR _Result =
    IF(
        _OrderSales &amp;gt; 250000,
        1,
        0
    )
RETURN
    _Result&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I understood correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AnF6rI36HAVkhYUNEYkvmILkDepmzA?e=t5RZ3V" target="_blank"&gt;Group order lines then apply filters.pbix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 19:03:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3724881#M145063</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2024-02-26T19:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3724974#M145070</link>
      <description>&lt;P&gt;Unfortunately that does not work. I need a measure that fulfills these filters.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Where I am struggling is grouping the data by the order # so that the measure applies the filters to order #s over 250000. Right now, it is calculating row by row, and the order #'s are broken down by line #'s. I need the order # to be grouped into one distinct order # THEN apply the remaining filters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 20:13:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3724974#M145070</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-26T20:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725018#M145075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way you could come up with a pbix with sample data that covers this issue including the columns to be used as filters ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 20:33:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725018#M145075</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2024-02-26T20:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725177#M145085</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hopefully this works. You can see the measure itself does not reflect the visual with the same filters applied&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:26:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725177#M145085</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-26T22:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725186#M145089</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's asking for my password at your company which I'm sure isn't what you wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll have to upload your pbix file to OneDrive, GoogleDrive, WeTransfer, or Dropbox and copy the link.&amp;nbsp; Remember to give necessary permissions if required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:43:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725186#M145089</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2024-02-26T22:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725226#M145093</link>
      <description>&lt;P&gt;Uuuhg looks like my company blocked uploads from those sites. I used to be able to do it from one drive, but for some reason it asked you for a PW. It hasn't done that in the past.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best I can do is just the visual&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The measure results in the above total.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The filters on the visual result in this total. I just want a measure that replicates the filters on the right.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:37:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725226#M145093</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-26T22:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725246#M145094</link>
      <description>&lt;P&gt;Not sure why it is capturing these orders&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:43:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725246#M145094</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-26T22:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725277#M145096</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it help to change your variable declaration to something like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VAR FilteredOrders =
	SELECTCOLUMNS(
		FILTER(
			ADDCOLUMNS(
				VALUES( 'Sheet1'[Order # 2] ),
				"_sales",
					CALCULATE( SUM( 'Sheet1'[Ext Price-USD] ) )
			),
			[_sales] &amp;gt; 250000
		),
		"Order # 2",
			[Order # 2]
	)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 00:33:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725277#M145096</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2024-02-27T00:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725366#M145103</link>
      <description>&lt;P&gt;Unfortunately, this yielded the same result as mine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 00:35:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3725366#M145103</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-27T00:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3727694#M145221</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please use this measure, you need to add all the filters in FILTER as well as add these columns in SUMMARIZE.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In screenshot, table on right is my source data.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AmountFilter =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;_SummTbl&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;ADDCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;[OnATP]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Yes" &amp;amp;&amp;amp; Filter2 &amp;amp;&amp;amp; Filter3.....&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;[OredrNo]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;[OnATP], Add filter columns here.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@SumAmt"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;[Amount]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt; &lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;_SummTbl&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[@SumAmt]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;50000&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;[@SumAmt]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Feb 2024 13:12:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3727694#M145221</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-27T13:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3728462#M145264</link>
      <description>&lt;P&gt;THANK YOU!!!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;That worked. However, can you help with ONE more thing?&lt;BR /&gt;&lt;BR /&gt;Here is the DAX measure:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Orders Over &lt;/SPAN&gt;&lt;SPAN&gt;250&lt;/SPAN&gt;&lt;SPAN&gt;k = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt; _SummTbl = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ADDCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;('Backlog Reports', 'Backlog Reports'[On ATP] = &lt;/SPAN&gt;&lt;SPAN&gt;"No"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; 'Backlog Reports'[PF] &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;2505&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; 'Backlog Reports'[Has Fixed Holds] = &lt;/SPAN&gt;&lt;SPAN&gt;"Has Fixed Hold"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; ('Backlog Reports'[Schedule Category] = &lt;/SPAN&gt;&lt;SPAN&gt;"Q2+ 24"&lt;/SPAN&gt;&lt;SPAN&gt; || 'Backlog Reports'[Schedule Category] =&lt;/SPAN&gt;&lt;SPAN&gt;" Unscheduled"&lt;/SPAN&gt;&lt;SPAN&gt;)), 'Backlog Reports'[Order #], 'Backlog Reports'[On ATP], 'Backlog Reports'[Has Fixed Holds], 'Backlog Reports'[Schedule Category] ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@SumAmt"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('Backlog Reports'[Ext Price-USD]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt; &lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(_SummTbl, [@SumAmt] &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;250000&lt;/SPAN&gt;&lt;SPAN&gt;), [@SumAmt])&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, I can't seem to get the OR statement to apply. I need to filter "Q2+ 24" OR " Unscheduled" and it seems to be only applying the Q2+ 24 filter.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Feb 2024 18:38:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3728462#M145264</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-27T18:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3730237#M145355</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see a space before Unscheduled, please confirm if that is correct.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;" Unscheduled"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I see that you have not included&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Backlog Reports'[PF] in Summarize which means that it will not be applied as filter when calculating this CALCULATE(SUM('Backlog Reports'[Ext Price-USD]))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 10:08:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3730237#M145355</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-28T10:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3731251#M145410</link>
      <description>&lt;P&gt;The " Unscheduled" indeed has a space before the word. For sake of simplifying things, I wanted to show you just Q2+ 24 for this example:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When I leave out PF, I get the right number as the visual with the exact same filters.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When I add in PF, the numbers in the measure change.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have also notived another weird thing with the power bi visual and the filters.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have the fields Customer and Order # in the rows section of the visual with the power bi "Filters on this visual." When I remove Order # from the rows, the total changes.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The total $5,581,139 is the total I get when I create a pivot in excel with these same filters. I am not sure why adding or removing the order # is changing the result in the visual with the filters on the right. It doesn't affect the measure when i remove the order # (which is what I would expect).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 16:59:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3731251#M145410</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-28T16:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3732376#M145457</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem lies with Measure, since PF has a &amp;lt;&amp;gt; operator, it means all values other than 2505, since one order no can have multiple line items and may be has different PF values, SUMMARIZE and&amp;nbsp;@Sum will calculate sum at grup level and this group includes all the columns that are part of Summarize, so when you add PF total is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try below measure and let me know. Also I am using single table, if you have multiple tables then it may require modification. Providing explanation with measure in screenshot.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AmountFilter =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;_SummTbl&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;ADDCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;-- Group data by Order#&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;[OredrNo]&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@SumAmt"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;--Here I am adding SUM of amount at Order level(I have only used OrderNo in SUMMARIZE so that @SumAMt is calculated at Order level rather than order line item level.)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;--I am passing order# to CALCULATE along with all the filters.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;_OrderNo&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;[OredrNo]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;[Amount]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;[OredrNo]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;_OrderNo&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;Orders&lt;/SPAN&gt;&lt;SPAN&gt;[OnATP]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Yes"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;--This will remove all orders where SumAmt is &amp;lt;= 350000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;--If you place it in card it will give you sum of all the orders, but if you place it in a table with Order#&lt;/SPAN&gt;&lt;SPAN&gt;, it will give you sum by Order#&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt; &lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;_SummTbl&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[@SumAmt]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;350000&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;[@SumAmt]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Feb 2024 05:32:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3732376#M145457</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-29T05:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3734390#M145550</link>
      <description>&lt;P&gt;This is driving me insane. I tried the above, and it isnt working. I have one table and no relationships. Let's see if this helps explain. I have created another single table with less data. Filters are same. You can see in both power bi and excel, when the filters are applied, the totals are the same. When I use the formula, I do not get the same answer.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add in the OR filter, nothing changes in the results.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And to show you what happens when I try the new formula you provided&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will not let me paste in my table (which is only 8500 characters) because it says I exceed the 20,0000 character limit for a post. I am going to try and post on a seperate reply.&lt;BR /&gt;&lt;BR /&gt;EDIT: Maybe this will work&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.google.com/spreadsheets/d/14-DlkOumQKKPTRgKVCWAtnfuGP62vUFZ7pESLZ9iOeM/edit?usp=sharing" target="_blank"&gt;https://docs.google.com/spreadsheets/d/14-DlkOumQKKPTRgKVCWAtnfuGP62vUFZ7pESLZ9iOeM/edit?usp=sharing&lt;/A&gt;&lt;BR /&gt;I also created a measure for On ATP as follows:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;On ATP =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[ATP Desc]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;"No"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Yes"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 18:17:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3734390#M145550</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-02-29T18:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3735374#M145594</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If its a single table and I have used the data which you shared and the numbers match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have uploaded pbix file here, please let me know once you have copied.&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1s5tjDp40tp__pTJnXc7tTfseMAIg2_F-/view?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/1s5tjDp40tp__pTJnXc7tTfseMAIg2_F-/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Left table is with filters applied with a simple SUM amount measure.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the right is Table with measure.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 05:04:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3735374#M145594</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-03-01T05:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3736740#M145657</link>
      <description>&lt;P&gt;I included the OR filter as well, and this worked. I did take out the REMOVEFILTERS () because I did have a date slicer on the page.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you SO much for helping me! This will make a huge imapct for my report.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 16:39:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3736740#M145657</guid>
      <dc:creator>jwin2424</dc:creator>
      <dc:date>2024-03-01T16:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Group order lines then apply filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3737392#M145698</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343802" data-lia-user-login="jwin2424" class="lia-mention lia-mention-user"&gt;jwin2424&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're welcome.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 05:12:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-order-lines-then-apply-filters/m-p/3737392#M145698</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-03-02T05:12:50Z</dc:date>
    </item>
  </channel>
</rss>

