<?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: Calculate working days from today() in a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3055165#M105359</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507911" data-lia-user-login="ScottCC" class="lia-mention lia-mention-user"&gt;ScottCC&lt;/a&gt;,&lt;BR /&gt;It works just like this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2023 12:44:59 GMT</pubDate>
    <dc:creator>Payeras_BI</dc:creator>
    <dc:date>2023-02-01T12:44:59Z</dc:date>
    <item>
      <title>Calculate working days from today() in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3055047#M105353</link>
      <description>&lt;P&gt;Hi all, new to the forum and to PBI too!&amp;nbsp; Ive checked the archives but cant find an answer to the following....&lt;/P&gt;&lt;P&gt;I am trying to figure out how I can add a column to an existing table that will show me the number of working days (Networkdays?) between today and the date in another column.&lt;/P&gt;&lt;P&gt;Is it as simple as using Newtworkdays and adding a VAR for today()??&amp;nbsp; I assuming not but thought I would ask the community!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:46:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3055047#M105353</guid>
      <dc:creator>ScottCC</dc:creator>
      <dc:date>2023-02-01T11:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate working days from today() in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3055165#M105359</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507911" data-lia-user-login="ScottCC" class="lia-mention lia-mention-user"&gt;ScottCC&lt;/a&gt;,&lt;BR /&gt;It works just like this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 12:44:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3055165#M105359</guid>
      <dc:creator>Payeras_BI</dc:creator>
      <dc:date>2023-02-01T12:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate working days from today() in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3055212#M105364</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507911" data-lia-user-login="ScottCC" class="lia-mention lia-mention-user"&gt;ScottCC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you expects a calculated column, try like:&lt;/P&gt;&lt;P&gt;Column = NETWORKDAYS([Date], TODAY())&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NETWORKDAYS accepts additional holiday arguments, if you have a list of holidays as a table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dax.guide/networkdays/" target="_blank"&gt;https://dax.guide/networkdays/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 13:06:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3055212#M105364</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-01T13:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate working days from today() in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3057416#M105520</link>
      <description>&lt;P&gt;This worked perfectly for what I needed, clearly I was overcomplicating things!!!&amp;nbsp; Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 09:27:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3057416#M105520</guid>
      <dc:creator>ScottCC</dc:creator>
      <dc:date>2023-02-02T09:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate working days from today() in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3057425#M105521</link>
      <description>&lt;P&gt;Hi, Thanks for this.&amp;nbsp; It worked, partly.&amp;nbsp; For some reason for a small data set it worked exactly as expected.... but whn the same was applied to a larger set it gave the same return, irrespective of the table column dates.&amp;nbsp; Strange one I just couldnt understand at all, despite the dates being all different the return came bac all as 33211.&amp;nbsp; But it really helped in my understanding so thank you&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 09:30:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-working-days-from-today-in-a-column/m-p/3057425#M105521</guid>
      <dc:creator>ScottCC</dc:creator>
      <dc:date>2023-02-02T09:30:09Z</dc:date>
    </item>
  </channel>
</rss>

