<?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 Adding a measure ignores all the filters applied in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1234053#M20183</link>
    <description>&lt;P&gt;I have created below table visualization which is filterd by the month selected in the slicer. There are also some visual level filters applied.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created this measure which I want to add to the visualization.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Status = IF([MP COUNT]&amp;gt;0,1,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ISBLANK([IB Template Created])|| ISBLANK([OB Created Date]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2,3))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;When I do so, the table displays all the records. The slicer and visual filters are both ignored. However, the value returned by the measure is accurate and there are no duplicate records. But why are the filters not applying anymore?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2020 06:05:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-07-20T06:05:46Z</dc:date>
    <item>
      <title>Adding a measure ignores all the filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1234053#M20183</link>
      <description>&lt;P&gt;I have created below table visualization which is filterd by the month selected in the slicer. There are also some visual level filters applied.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created this measure which I want to add to the visualization.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Status = IF([MP COUNT]&amp;gt;0,1,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ISBLANK([IB Template Created])|| ISBLANK([OB Created Date]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2,3))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;When I do so, the table displays all the records. The slicer and visual filters are both ignored. However, the value returned by the measure is accurate and there are no duplicate records. But why are the filters not applying anymore?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 06:05:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1234053#M20183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-20T06:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a measure ignores all the filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1234148#M20184</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , is blank can force a left join. &lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 06:46:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1234148#M20184</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-07-20T06:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a measure ignores all the filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1234317#M20188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you elaborate the problem description.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not very clear as to what you need in the visualization.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, share the major details to help yo better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 07:48:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1234317#M20188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-20T07:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a measure ignores all the filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1236072#M20219</link>
      <description>&lt;P&gt;Thank you for your response. Here is a sample dataset:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The slicer would filter column B to show only the items created in Month of Jan. I would like to add values calculated by the below measure to this visualization as well:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Status = IF([MP COUNT]&amp;gt;0,1,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ISBLANK([IB Template Created])|| ISBLANK([OB Created Date]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2,3))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So expected result is:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;PID&lt;/TD&gt;&lt;TD&gt;PID Created&lt;/TD&gt;&lt;TD&gt;IB Template Created&lt;/TD&gt;&lt;TD&gt;OB Created Date&lt;/TD&gt;&lt;TD&gt;MP Count&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1/6/2020&lt;/TD&gt;&lt;TD&gt;6/30/2020&lt;/TD&gt;&lt;TD&gt;12/30/2019&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;1/17/2020&lt;/TD&gt;&lt;TD&gt;5/6/2020&lt;/TD&gt;&lt;TD&gt;1/17/2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;1/13/2020&lt;/TD&gt;&lt;TD&gt;2/11/2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But what I get on the visualization is:&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;PID&lt;/TD&gt;&lt;TD&gt;PID Created&lt;/TD&gt;&lt;TD&gt;IB Template Created&lt;/TD&gt;&lt;TD&gt;OB Created Date&lt;/TD&gt;&lt;TD&gt;MP Count&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1/6/2020&lt;/TD&gt;&lt;TD&gt;6/30/2020&lt;/TD&gt;&lt;TD&gt;12/30/2019&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;1/17/2020&lt;/TD&gt;&lt;TD&gt;5/6/2020&lt;/TD&gt;&lt;TD&gt;1/17/2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;2/14/2020&lt;/TD&gt;&lt;TD&gt;3/18/2020&lt;/TD&gt;&lt;TD&gt;7/2/2020&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;1/13/2020&lt;/TD&gt;&lt;TD&gt;2/11/2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;3/16/2020&lt;/TD&gt;&lt;TD&gt;1/18/2020&lt;/TD&gt;&lt;TD&gt;1/23/2020&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Eventhough the Status value calculation is correct, all the items are displayed irrespective of the slicer selection.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Jul 2020 18:30:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1236072#M20219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-20T18:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a measure ignores all the filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1272299#M21462</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have used your sample data, but I am unable to reproduce your issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the dax code you have created will only work as a calculated column, not as a measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could try to recreate your issue in a sample report and share the report?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Sturla&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 17:19:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-measure-ignores-all-the-filters-applied/m-p/1272299#M21462</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2020-08-04T17:19:26Z</dc:date>
    </item>
  </channel>
</rss>

