<?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: Measure not filtering as per time Calculation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630215#M177250</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="337242" data-lia-user-login="SUMESHKUMAR22" class="lia-mention lia-mention-user"&gt;SUMESHKUMAR22&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I may suggest updating the "val" to below measure&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;val = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&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;COALESCE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('Sample'[VALUE]), &lt;/SPAN&gt;&lt;SPAN&gt;0&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;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;('DIM Date'[Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope it help!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If this solved your problem, please accept it as a solution!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 29 Mar 2025 09:03:31 GMT</pubDate>
    <dc:creator>Hakuna_matata</dc:creator>
    <dc:date>2025-03-29T09:03:31Z</dc:date>
    <item>
      <title>Measure not filtering as per time Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4629606#M177235</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the attached&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://drive.google.com/file/d/14na-kLXCX3H00Tu6bwhNdW23qNa5YB_P/view?usp=sharing" target="_self" rel="nofollow noopener noreferrer"&gt;pbix file&lt;/A&gt;&lt;SPAN&gt;, Im facing issue with Problem -1 in atached pbix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Issue : Im trying to use colesce function in the base measure 'vall' but due to that the date filter context is getting removed and showing data for all dates. But when i dont use colesece it works fine.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 15:56:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4629606#M177235</guid>
      <dc:creator>SUMESHKUMAR22</dc:creator>
      <dc:date>2025-03-28T15:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not filtering as per time Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630121#M177249</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any suggestions please. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 06:35:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630121#M177249</guid>
      <dc:creator>SUMESHKUMAR22</dc:creator>
      <dc:date>2025-03-29T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not filtering as per time Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630215#M177250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="337242" data-lia-user-login="SUMESHKUMAR22" class="lia-mention lia-mention-user"&gt;SUMESHKUMAR22&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I may suggest updating the "val" to below measure&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;val = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&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;COALESCE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('Sample'[VALUE]), &lt;/SPAN&gt;&lt;SPAN&gt;0&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;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;('DIM Date'[Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope it help!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If this solved your problem, please accept it as a solution!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 29 Mar 2025 09:03:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630215#M177250</guid>
      <dc:creator>Hakuna_matata</dc:creator>
      <dc:date>2025-03-29T09:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not filtering as per time Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630288#M177260</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="827982" data-lia-user-login="Hakuna_matata" class="lia-mention lia-mention-user"&gt;Hakuna_matata&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;It didn't work still even after adjusting the base measure 'vall' .&lt;BR /&gt;&lt;BR /&gt;Any other possibilities to fix this ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 11:23:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630288#M177260</guid>
      <dc:creator>SUMESHKUMAR22</dc:creator>
      <dc:date>2025-03-29T11:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not filtering as per time Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630310#M177262</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="337242" data-lia-user-login="SUMESHKUMAR22" class="lia-mention lia-mention-user"&gt;SUMESHKUMAR22&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Try this measure&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;vall =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&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;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Sample'&lt;/SPAN&gt;&lt;SPAN&gt;[VALUE]&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;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'DIM Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&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;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this solved your problem, please accept it as a solution!! ^_^&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 12:01:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630310#M177262</guid>
      <dc:creator>Hakuna_matata</dc:creator>
      <dc:date>2025-03-29T12:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not filtering as per time Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630340#M177267</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="827982" data-lia-user-login="Hakuna_matata" class="lia-mention lia-mention-user"&gt;Hakuna_matata&lt;/a&gt;&amp;nbsp;, Well even if we use sum(value) , still it will work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Im actually trying to show 0 whereever the 'Organic' is coming 0 for specific dates, that the reason I used (colesce,0) .&lt;BR /&gt;&lt;BR /&gt;Thanks for the repsonses.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 12:44:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-filtering-as-per-time-Calculation/m-p/4630340#M177267</guid>
      <dc:creator>SUMESHKUMAR22</dc:creator>
      <dc:date>2025-03-29T12:44:41Z</dc:date>
    </item>
  </channel>
</rss>

