<?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: Business Days Since a Date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3784240#M147828</link>
    <description>&lt;P&gt;Does your date table also have a business day flag column?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2024 00:57:39 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-03-22T00:57:39Z</dc:date>
    <item>
      <title>Business Days Since a Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3784071#M147822</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with an incident date. I need to create a column that calculates the business days between that date and todays date so that I can filter a report to only show me incidents older than 2 business days. I do have a date table that has a is weekday true/false column.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 21:55:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3784071#M147822</guid>
      <dc:creator>AmberJane</dc:creator>
      <dc:date>2024-03-21T21:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Business Days Since a Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3784240#M147828</link>
      <description>&lt;P&gt;Does your date table also have a business day flag column?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 00:57:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3784240#M147828</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-22T00:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Business Days Since a Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3784374#M147833</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="353227" data-lia-user-login="AmberJane" class="lia-mention lia-mention-user"&gt;AmberJane&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, here are my steps you can follow as a solution.&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Date table:&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Table:&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create a calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = COUNTROWS(FILTER('Date Table',[date]&amp;gt;=EARLIER('Table'[incident date]) &amp;amp;&amp;amp; [date] &amp;lt;=TODAY() &amp;amp;&amp;amp; [weekday]=TRUE()))&lt;/LI-CODE&gt;
&lt;P&gt;(3) Then the result is as follows.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 02:10:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3784374#M147833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-22T02:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Business Days Since a Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3786340#M147895</link>
      <description>&lt;P&gt;Worked!! super easy to follow. Appreciate you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 14:05:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Business-Days-Since-a-Date/m-p/3786340#M147895</guid>
      <dc:creator>AmberJane</dc:creator>
      <dc:date>2024-03-22T14:05:42Z</dc:date>
    </item>
  </channel>
</rss>

