<?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: Ignore a slicer but consider another on the same page in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3716573#M144665</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="421077" data-lia-user-login="WTAS80486" class="lia-mention lia-mention-user"&gt;WTAS80486&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try formula like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TotalOrders =
CALCULATE ( COUNTROWS ( Orders ), ALL ( 'Orders'[FinishDate] ) )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;CompletedOrders =
CALCULATE (
    COUNTROWS ( Orders ),
    'Orders'[OrderStatus] = "COMP",
    ALL ( 'Orders'[ReportedDate] )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 09:07:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-22T09:07:39Z</dc:date>
    <item>
      <title>Ignore a slicer but consider another on the same page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3674109#M142585</link>
      <description>&lt;P&gt;I have a table called Order, with columns Order, Reported date, Finish Date etc.I want to create a dax mesure to calculate Total no of workorders in that table such that the measure when pulled in a visual to show total orders should change with Reported date slicer but it should not affected by a Finish Date slicer on the same page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example slicer on Finish date shows date from 1/29/2024 to 1/31/2024 and total orders created as 103 which is actually for any reported date on or after 1/29/2024, now when date on slicer for Finish Date is chnaged to 1/30/2024-1/31/2024 it should still show 103 and same 103 for finish date 1/29/2024 to 1/31/2024&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have another measure in the same visual which calculates orders which are closed and completed and this measure should be affected by Finish date slicer and not the reported date slicer&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 22:39:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3674109#M142585</guid>
      <dc:creator>WTAS80486</dc:creator>
      <dc:date>2024-02-01T22:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a slicer but consider another on the same page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3674786#M142624</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="421077" data-lia-user-login="WTAS80486" class="lia-mention lia-mention-user"&gt;WTAS80486&lt;/a&gt; , Create an independent/Disconnected table and use that filter finish date , close or completed date as per need &lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 06:45:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3674786#M142624</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2024-02-02T06:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a slicer but consider another on the same page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3674804#M142626</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="421077" data-lia-user-login="WTAS80486" class="lia-mention lia-mention-user"&gt;WTAS80486&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, you can try to implement this using the edit interactions feature: create separate report date and finish date date slicers and let them filter the specified visual.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, you can read below document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions?tabs=powerbi-desktop" target="_blank"&gt;Change how visuals interact in a report - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 06:57:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3674804#M142626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-02T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a slicer but consider another on the same page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3675726#M142695</link>
      <description>&lt;P&gt;My issue is I have to use two measures in the same visual and the first measure should not be affected by finish date but the second one should be affected by finish date so I cannot disconncet the visual from slicer.same for reported date, first ne should be affected by reported date and 2nd measure should not be affected.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 14:07:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3675726#M142695</guid>
      <dc:creator>WTAS80486</dc:creator>
      <dc:date>2024-02-02T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a slicer but consider another on the same page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3675772#M142699</link>
      <description>&lt;P&gt;I need to use finish date and reported date from the same table. calculate total orders so that it is not affected by finish date slicer but is affected by reported date. just the reverse for another measure to calculate completed orders(order status =COMP) . should change with finish date slicer&amp;nbsp; but not with reported date. both these measures have to be used in a column chart to show total orders and completed orders&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 14:24:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3675772#M142699</guid>
      <dc:creator>WTAS80486</dc:creator>
      <dc:date>2024-02-02T14:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a slicer but consider another on the same page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3675775#M142700</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 14:25:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3675775#M142700</guid>
      <dc:creator>WTAS80486</dc:creator>
      <dc:date>2024-02-02T14:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a slicer but consider another on the same page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3675777#M142701</link>
      <description>&lt;P&gt;I need to use finish date and reported date from the same table. calculate total orders so that it is not affected by finish date slicer but is affected by reported date. just the reverse for another measure to calculate completed orders(order status =COMP) . should change with finish date slicer&amp;nbsp; but not with reported date. both these measures have to be used in a column chart to show total orders and completed orders&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 14:25:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3675777#M142701</guid>
      <dc:creator>WTAS80486</dc:creator>
      <dc:date>2024-02-02T14:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a slicer but consider another on the same page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3716573#M144665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="421077" data-lia-user-login="WTAS80486" class="lia-mention lia-mention-user"&gt;WTAS80486&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try formula like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TotalOrders =
CALCULATE ( COUNTROWS ( Orders ), ALL ( 'Orders'[FinishDate] ) )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;CompletedOrders =
CALCULATE (
    COUNTROWS ( Orders ),
    'Orders'[OrderStatus] = "COMP",
    ALL ( 'Orders'[ReportedDate] )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 09:07:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-a-slicer-but-consider-another-on-the-same-page/m-p/3716573#M144665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-22T09:07:39Z</dc:date>
    </item>
  </channel>
</rss>

