<?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: NETWORKDAYS() not excluding holidays in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388240#M174207</link>
    <description>&lt;P&gt;It is. And IsFeestdag is a column too.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 13:27:09 GMT</pubDate>
    <dc:creator>rsch91</dc:creator>
    <dc:date>2025-01-30T13:27:09Z</dc:date>
    <item>
      <title>NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388212#M174201</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following piece of DAX:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;VAR tabel_vakantiedagen = CALCULATETABLE(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SELECTCOLUMNS(Dim_Datum, "Feestdag", Dim_Datum[Datum]),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dim_Datum[IsFeestdag] = 1)&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;RETURN NETWORKDAYS([Datum gereedgemeld], [Datum factuur], 1, tabel_vakantiedagen) - 1&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But it's not properly excluding the holidays. How do I bug fix?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:01:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388212#M174201</guid>
      <dc:creator>rsch91</dc:creator>
      <dc:date>2025-01-30T13:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388219#M174202</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="816079" data-lia-user-login="rsch91" class="lia-mention lia-mention-user"&gt;rsch91&lt;/a&gt;&amp;nbsp;Hi! try with:&lt;/P&gt;
&lt;P&gt;VAR tabel_vakantiedagen = &lt;BR /&gt;CALCULATETABLE(&lt;BR /&gt;SELECTCOLUMNS(Dim_Datum, "Datum", Dim_Datum[Datum]), -- Use "Datum" instead of "Feestdag"&lt;BR /&gt;Dim_Datum[IsFeestdag] = 1&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;RETURN NETWORKDAYS([Datum gereedgemeld], [Datum factuur], 1, tabel_vakantiedagen) - 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:14:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388219#M174202</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2025-01-30T13:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388224#M174204</link>
      <description>&lt;P&gt;Thank you, it doesn't work unfortunately &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:18:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388224#M174204</guid>
      <dc:creator>rsch91</dc:creator>
      <dc:date>2025-01-30T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388230#M174205</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="816079" data-lia-user-login="rsch91" class="lia-mention lia-mention-user"&gt;rsch91&lt;/a&gt;&amp;nbsp;Dim_Datum[Datum] is a date column?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:21:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388230#M174205</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2025-01-30T13:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388240#M174207</link>
      <description>&lt;P&gt;It is. And IsFeestdag is a column too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:27:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388240#M174207</guid>
      <dc:creator>rsch91</dc:creator>
      <dc:date>2025-01-30T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388246#M174209</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="816079" data-lia-user-login="rsch91" class="lia-mention lia-mention-user"&gt;rsch91&lt;/a&gt;&amp;nbsp;column ok, but it's date type?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:29:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388246#M174209</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2025-01-30T13:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388253#M174210</link>
      <description>&lt;P&gt;Datum is a date type. IsFeestdag is a whole number and has two options: 0 and 1 (so boolean).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:33:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388253#M174210</guid>
      <dc:creator>rsch91</dc:creator>
      <dc:date>2025-01-30T13:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388257#M174211</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="816079" data-lia-user-login="rsch91" class="lia-mention lia-mention-user"&gt;rsch91&lt;/a&gt;&amp;nbsp;can you paste some sample data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:37:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388257#M174211</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2025-01-30T13:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388265#M174212</link>
      <description>&lt;P&gt;I don't really know how - my company uses semantic models. Do you have a link to a tutorial or something? Thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:41:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4388265#M174212</guid>
      <dc:creator>rsch91</dc:creator>
      <dc:date>2025-01-30T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS() not excluding holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4393944#M174436</link>
      <description>&lt;P&gt;Found the solution. It applied the filter context of the table it was in while it had to ignore it. Just added ALL(Dim_Datum[Datum]) and it worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 09:14:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-not-excluding-holidays/m-p/4393944#M174436</guid>
      <dc:creator>rsch91</dc:creator>
      <dc:date>2025-02-04T09:14:56Z</dc:date>
    </item>
  </channel>
</rss>

