<?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 How to use dates between on 2 dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124170#M163760</link>
    <description>&lt;P&gt;I have a table named fct_BINotes which has 2 columns named [JsonParameters.Start Date] and [JsonParameters.End Date]. And I have a date range filter that comes from a table named dim_Calendar with a column CalendarDate.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My problem is it's not filtering properly with the date.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The measure IsInDateRange checks if Start Date and End Date is between the Date Range&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Both&amp;nbsp;[JsonParameters.Start Date] and [JsonParameters.End Date] are connected to CalendarDate&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope you can help me&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2024 02:10:08 GMT</pubDate>
    <dc:creator>dabeans518</dc:creator>
    <dc:date>2024-08-30T02:10:08Z</dc:date>
    <item>
      <title>How to use dates between on 2 dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124170#M163760</link>
      <description>&lt;P&gt;I have a table named fct_BINotes which has 2 columns named [JsonParameters.Start Date] and [JsonParameters.End Date]. And I have a date range filter that comes from a table named dim_Calendar with a column CalendarDate.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My problem is it's not filtering properly with the date.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The measure IsInDateRange checks if Start Date and End Date is between the Date Range&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Both&amp;nbsp;[JsonParameters.Start Date] and [JsonParameters.End Date] are connected to CalendarDate&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope you can help me&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 02:10:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124170#M163760</guid>
      <dc:creator>dabeans518</dc:creator>
      <dc:date>2024-08-30T02:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use dates between on 2 dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124249#M163765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="798810" data-lia-user-login="dabeans518" class="lia-mention lia-mention-user"&gt;dabeans518&lt;/a&gt;&amp;nbsp;some of your measure/s now working properly or...? If it is about measure, please share measure definition and other details.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 06:29:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124249#M163765</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-08-29T06:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use dates between on 2 dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124251#M163766</link>
      <description>&lt;P&gt;Sorry I forgot to put the measure. Let me edit my question&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 06:32:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124251#M163766</guid>
      <dc:creator>dabeans518</dc:creator>
      <dc:date>2024-08-29T06:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use dates between on 2 dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124638#M163774</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="798810" data-lia-user-login="dabeans518" class="lia-mention lia-mention-user"&gt;dabeans518&lt;/a&gt;&amp;nbsp;I really tried to understand your measure, still I do not understand it. It is mainly due to fact that measure firstly calculate min and max date on Calendar date and after that there are filter argument in CALCULATE for different combination min and max date.&lt;/P&gt;
&lt;P&gt;In addition, I do not understand your part&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Both [JsonParameters.Start Date] and [JsonParameters.Start Date] are connected to CalendarDate&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;is it some part typo here becuse Start Date is mentioned twice&lt;/P&gt;
&lt;P&gt;I would like to understand what is your request.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume you want to calculate something like number of rows for some filter conditions, maybe in addition with not active table, but I need more details example input and expected output for that inputs to provide possible solutions.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 08:37:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4124638#M163774</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-08-29T08:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use dates between on 2 dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4126009#M163850</link>
      <description>&lt;P&gt;Sorry for the confusion, my goal on the measure is if the date range is in between the&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[JsonParameters.Start Date]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;and&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;[JsonParameters.End Date]&lt;/STRONG&gt;&lt;/SPAN&gt;, then it will return 1, else 0&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 02:12:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4126009#M163850</guid>
      <dc:creator>dabeans518</dc:creator>
      <dc:date>2024-08-30T02:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use dates between on 2 dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4126248#M163859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="798810" data-lia-user-login="dabeans518" class="lia-mention lia-mention-user"&gt;dabeans518&lt;/a&gt;&amp;nbsp;no prob &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please provide example data with inputs and expected output as measure should be precise&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 05:19:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-dates-between-on-2-dates/m-p/4126248#M163859</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-08-30T05:19:36Z</dc:date>
    </item>
  </channel>
</rss>

