<?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 Keep filter from visual - Ignore row context in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-filter-from-visual-Ignore-row-context/m-p/3068868#M106391</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to calculate a percentage of how many times a value has been overwritten based on the total records for a selected period. To simplify things, lets just say that i need to show the minimum date based on the &lt;U&gt;slicer only&lt;/U&gt;. This can be displayed correctly based on the below screen. The measure definition used is:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;('Noonreports Override Value'[FromUtc]), &lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;('Noonreports Override Value'[FromUtc]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The problem is that when i am filtering the above table to exclude the Times Overwritten % that are below 1, i see as a date the 6/2/2023.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i would like to do is to always show the min date based on the slicer, ignoring the date that is on the matrix.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated, since i am stuck for some time now...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 12:37:21 GMT</pubDate>
    <dc:creator>gap</dc:creator>
    <dc:date>2023-02-08T12:37:21Z</dc:date>
    <item>
      <title>Keep filter from visual - Ignore row context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-filter-from-visual-Ignore-row-context/m-p/3068868#M106391</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to calculate a percentage of how many times a value has been overwritten based on the total records for a selected period. To simplify things, lets just say that i need to show the minimum date based on the &lt;U&gt;slicer only&lt;/U&gt;. This can be displayed correctly based on the below screen. The measure definition used is:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;('Noonreports Override Value'[FromUtc]), &lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;('Noonreports Override Value'[FromUtc]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The problem is that when i am filtering the above table to exclude the Times Overwritten % that are below 1, i see as a date the 6/2/2023.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i would like to do is to always show the min date based on the slicer, ignoring the date that is on the matrix.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated, since i am stuck for some time now...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:37:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-filter-from-visual-Ignore-row-context/m-p/3068868#M106391</guid>
      <dc:creator>gap</dc:creator>
      <dc:date>2023-02-08T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Keep filter from visual - Ignore row context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-filter-from-visual-Ignore-row-context/m-p/3069836#M106480</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="137070" data-lia-user-login="gap" class="lia-mention lia-mention-user"&gt;gap&lt;/a&gt; , Try with all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CALCULATE(MIN('Noonreports Override Value'[FromUtc]), all('Noonreports Override Value'[FromUtc]))&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 17:35:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-filter-from-visual-Ignore-row-context/m-p/3069836#M106480</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-02-08T17:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Keep filter from visual - Ignore row context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-filter-from-visual-Ignore-row-context/m-p/3071617#M106647</link>
      <description>&lt;P&gt;Thanks for your reply, but using All will also remove the filter from the slicer, so its not an option&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 10:36:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-filter-from-visual-Ignore-row-context/m-p/3071617#M106647</guid>
      <dc:creator>gap</dc:creator>
      <dc:date>2023-02-09T10:36:06Z</dc:date>
    </item>
  </channel>
</rss>

