<?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: Check if a date from a list is between two dates of another table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472295#M67378</link>
    <description>&lt;P&gt;It still returns the same error message unfortunately&lt;/P&gt;</description>
    <pubDate>Fri, 22 Apr 2022 20:14:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-22T20:14:14Z</dc:date>
    <item>
      <title>Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2469606#M67201</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently analyzing option data for my thesis and I'm trying to do the filtering in Power Pivot. One filter is to check if a dividend is paid over the duration of the option contract.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have two tables: One is for the Option data that contains the start date of the option contract and the expiry date as well as the underlying company name. The other table contains the company name and the ex-dividend dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought I could solve this via LOOKUPVALUE but since there's no unique key in the second table, it doesn't really work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this be solved with DAX at all?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 16:37:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2469606#M67201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-21T16:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2469657#M67206</link>
      <description>&lt;P&gt;Hi Phil&lt;/P&gt;&lt;P&gt;would you please explain further the relationship between two table? How are the dates in both tables related&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 17:06:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2469657#M67206</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-21T17:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2469775#M67211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They are not per se related. The only relation they would have would be through the column "OPT.U/LYING NAME".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would need to check if, for example, for the first row in the first table with "OPT.U/LYING NAME" = Deutsche Bank, there is any ex dividend date for Deutsche Bank in the second table that lies between "Base or start date" 21.03.2017 and "Option Expiry Date" 19.05.2017. Since there is an ex dividend date 19.05.2017, I would assume the result to be true.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 18:14:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2469775#M67211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-21T18:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2469835#M67218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can create a new calculated column in the first table (data table)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;New Column =
VAR CurrentCompany = 'Option Data'[OPT.U/LYING NAME]
VAR DataDates =
    CALENDAR ( 'Option Data'[BASE OR ST DATE], 'Option Data'[OPTION EXPIRY DATE] )
VAR ContractsDates =
    FILTER (
        VALUES ( 'Option Contract'[Datum] ),
        'Option Contract'[OPT.U/LYING NAME] = CurrentCompany
    )
RETURN
    NOT ISEMPTY ( INTERSECT ( DataDates, ContractsDates ) )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 19:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2469835#M67218</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-21T19:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472224#M67361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your answer. However, I get the following error message when I try to create the column: "&lt;SPAN&gt;A single value for column 'OPT.U/LYING NAME' in table 'Option Contract' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 18:43:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472224#M67361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-22T18:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472226#M67362</link>
      <description>&lt;P&gt;Are you sure you creating a &lt;STRONG&gt;New Column&lt;/STRONG&gt; in the same table?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 18:46:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472226#M67362</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-22T18:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472232#M67363</link>
      <description>&lt;P&gt;Yep I am, unfortunately &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Btw, please don't be confused by the table names: 'Option Data' would be 'Stammdaten' in my file, and 'Option Contract' would be 'Ex_Div_Tag'&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;(Sorry had to edit the image since there was a mistake in the formula in the previous image)&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:05:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472232#M67363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-22T19:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472248#M67364</link>
      <description>&lt;P&gt;The column should be created in the table that has start and end dates&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:08:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472248#M67364</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-22T19:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472262#M67365</link>
      <description>&lt;P&gt;That's what I'm doing though&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":downcast_face_with_sweat:"&gt;😓&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:22:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472262#M67365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-22T19:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472274#M67368</link>
      <description>&lt;P&gt;Any chance you can share sample file?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:41:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472274#M67368</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-22T19:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472279#M67370</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please paste the exact code that you are using and indicate the name of the table which has the start snd end dates&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:47:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472279#M67370</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-22T19:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472286#M67373</link>
      <description>&lt;P&gt;I uploaded a sample file to my Dropbox (I didn't know how else to do it on here)&amp;nbsp;&lt;A href="https://www.dropbox.com/scl/fi/lky9rbqrpec0mf9uqdc3b/Sample.xlsx?dl=0&amp;amp;rlkey=2uclvpcn1t23k9a6eopg8cajc" target="_blank" rel="noopener"&gt;https://www.dropbox.com/scl/fi/lky9rbqrpec0mf9uqdc3b/Sample.xlsx?dl=0&amp;amp;rlkey=2uclvpcn1t23k9a6eopg8cajc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Stammdaten table has the start and end dates and I used the code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;VAR CurrentCompany &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'Stammdaten'&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;OPT&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;U&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;LYING NAME&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;VAR DataDates &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CALENDAR &lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Stammdaten'&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;BASE OR ST DATE&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;SPAN&gt;'Stammdaten'&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;OPTION EXPIRY DATE&lt;/SPAN&gt;&lt;SPAN&gt;])&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;VAR ExDivDates &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;FILTER &lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES &lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Ex_Div_Tag'&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;Datum&lt;/SPAN&gt;&lt;SPAN&gt;]),&lt;/SPAN&gt;&lt;SPAN&gt;'Ex_Div_Tag'&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;OPT&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;U&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;LYING NAME&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CurrentCompany&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;BR /&gt;NOT ISEMPTY &lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;INTERSECT &lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DataDates&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;ExDivDates &lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 20:03:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472286#M67373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-22T20:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472291#M67374</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on my understanding this column to be created in the&amp;nbsp;&lt;SPAN&gt;Stammdaten table&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;New Column =
VAR StartDate = 'Stammdaten'[BASE OR ST DATE]
VAR EndDate = 'Stammdaten'[OPTION EXPIRY DATE]
VAR CurrentCompany = 'Stammdaten'[OPT.U/LYING NAME]
VAR DataDates =
    CALENDAR ( StartDate, EndDate )
VAR ContractsDates =
    FILTER (
        VALUES ( 'Ex_Div_Tag'[Datum] ),
        'Ex_Div_Tag'[OPT.U/LYING NAME] = CurrentCompany
    )
RETURN
    NOT ISEMPTY ( INTERSECT ( DataDates, ContractsDates ) )&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Apr 2022 20:08:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472291#M67374</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-22T20:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472295#M67378</link>
      <description>&lt;P&gt;It still returns the same error message unfortunately&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 20:14:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472295#M67378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-22T20:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472467#M67382</link>
      <description>&lt;P&gt;Good morning Phil&lt;/P&gt;&lt;P&gt;Here is the file with the solution&amp;nbsp;&lt;A href="https://www.dropbox.com/t/phfme1hP5qVxktZl" target="_blank"&gt;https://www.dropbox.com/t/phfme1hP5qVxktZl&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Flag :=
VAR StartDate = 'Stammdaten'[BASE OR ST DATE]
VAR EndDate = 'Stammdaten'[OPTION EXPIRY DATE]
VAR CurrentCompany = 'Stammdaten'[OPT.U/LYING NAME]
VAR DataDates =
    CALENDAR ( StartDate, EndDate )
VAR ContractsDates =
    CALCULATETABLE (
        VALUES ( 'Ex_Div_Tag'[Datum] ),
        FILTER ( 'Ex_Div_Tag', 'Ex_Div_Tag'[OPT.U/LYING NAME] = CurrentCompany )
    )
VAR Result =
    NOT ISEMPTY ( INTERSECT ( DataDates, ContractsDates ) )
RETURN
    Result&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2022 03:23:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472467#M67382</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-23T03:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a date from a list is between two dates of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472767#M67399</link>
      <description>&lt;P&gt;Thank you so so much&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;,&amp;nbsp;this worked!!! You made my day!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2022 17:04:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-if-a-date-from-a-list-is-between-two-dates-of-another/m-p/2472767#M67399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-23T17:04:34Z</dc:date>
    </item>
  </channel>
</rss>

