<?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: Now to compare two date columns from different tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Now-to-compare-two-date-columns-from-different-tables/m-p/2986276#M100239</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2022 10:55:16 GMT</pubDate>
    <dc:creator>Mahesh0016</dc:creator>
    <dc:date>2022-12-23T10:55:16Z</dc:date>
    <item>
      <title>Now to compare two date columns from different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Now-to-compare-two-date-columns-from-different-tables/m-p/2986018#M100224</link>
      <description>&lt;P&gt;I need to compare two date columns in the tables 'Verzuim' and 'Verzuimmelding', both are conected to a central date table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Verzuimmelding column show the start date of when somebody called in sick.&lt;BR /&gt;Verzuim column shows the total days of them being sick (as an example if somebody called in sick on 01-01-2022 and returned on 08-01-2022, then it would show 01-01, 02-01, 03-01 etc etc).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to check if the start date is the same as the date that they called in sick, but I just can't seem to find the right forumla.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 08:56:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Now-to-compare-two-date-columns-from-different-tables/m-p/2986018#M100224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-23T08:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Now to compare two date columns from different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Now-to-compare-two-date-columns-from-different-tables/m-p/2986276#M100239</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 10:55:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Now-to-compare-two-date-columns-from-different-tables/m-p/2986276#M100239</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2022-12-23T10:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Now to compare two date columns from different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Now-to-compare-two-date-columns-from-different-tables/m-p/2996419#M100990</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;the date that called in sick = CALCULATE(MIN('Verzuim'[Date]),FILTER(ALL('Verzuim'),[ID]=MAX('Verzuimmelding'[ID])))&lt;/LI-CODE&gt;
&lt;P&gt;Then apply it to the visual:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Final output:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Jianbo Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 07:59:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Now-to-compare-two-date-columns-from-different-tables/m-p/2996419#M100990</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2023-01-02T07:59:18Z</dc:date>
    </item>
  </channel>
</rss>

