<?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: Match datetime column with another datetime column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Match-datetime-column-with-another-datetime-column/m-p/1506277#M29207</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You can use&amp;nbsp; = &lt;/P&gt;
&lt;P&gt;if([date1] =[date2],1,0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or if( datediff([Date1], [Date2], second) =0,1,)&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2020 03:31:33 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-11-20T03:31:33Z</dc:date>
    <item>
      <title>Match datetime column with another datetime column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Match-datetime-column-with-another-datetime-column/m-p/1506242#M29206</link>
      <description>&lt;P&gt;I have a datetime column ( dd/mm/yyyy HH:MM:SS TT). I want to match this with another datetime column with same structure. How can i do this in dax ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 03:01:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Match-datetime-column-with-another-datetime-column/m-p/1506242#M29206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-20T03:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Match datetime column with another datetime column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Match-datetime-column-with-another-datetime-column/m-p/1506277#M29207</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You can use&amp;nbsp; = &lt;/P&gt;
&lt;P&gt;if([date1] =[date2],1,0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or if( datediff([Date1], [Date2], second) =0,1,)&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 03:31:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Match-datetime-column-with-another-datetime-column/m-p/1506277#M29207</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-20T03:31:33Z</dc:date>
    </item>
  </channel>
</rss>

