<?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 PER MONTH DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021419#M102811</link>
    <description>&lt;P&gt;&amp;nbsp;Please create a measure&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;    MIN (
        MAX ( Calendario[Date] ),
        TODAY ()
    )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and let me know what it returns.&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499104" data-lia-user-login="LucasMascarellD" class="lia-mention lia-mention-user"&gt;LucasMascarellD&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Jan 2023 13:13:54 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-01-15T13:13:54Z</dc:date>
    <item>
      <title>NETWORKDAYS PER MONTH DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3020848#M102768</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;&lt;BR /&gt;I need to calculate the balance of working days for the current month and the number of working days for the following months,&lt;BR /&gt;I did this measure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It did´t work to calculante the balance of workings days for de current month, the result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;In february it´s ok, but in january it´s need to return 12, today ( 01/14).&lt;BR /&gt;&lt;BR /&gt;Someone can help me?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 16:23:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3020848#M102768</guid>
      <dc:creator>LucasMascarellD</dc:creator>
      <dc:date>2023-01-14T16:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS PER MONTH DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3020910#M102770</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499104" data-lia-user-login="LucasMascarellD" class="lia-mention lia-mention-user"&gt;LucasMascarellD&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please use&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=
NETWORKDAYS (
    MIN ( Calendario[Date] ),
    MIN (
        MAX ( Calendario[Date] ),
        TODAY ()
    ),
    1,
    Feriados
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 14 Jan 2023 18:17:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3020910#M102770</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-14T18:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS PER MONTH DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021400#M102807</link>
      <description>&lt;P&gt;Didnt work&lt;BR /&gt;The result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;With your measure is on the second line (teste3)&lt;/P&gt;&lt;P&gt;On first line (DiasUteis) I have the working days of the month, It is right.&lt;BR /&gt;But in January, needs to return 12, because we still have 12 days to the end of the month.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 11:52:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021400#M102807</guid>
      <dc:creator>LucasMascarellD</dc:creator>
      <dc:date>2023-01-15T11:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS PER MONTH DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021419#M102811</link>
      <description>&lt;P&gt;&amp;nbsp;Please create a measure&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;    MIN (
        MAX ( Calendario[Date] ),
        TODAY ()
    )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and let me know what it returns.&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499104" data-lia-user-login="LucasMascarellD" class="lia-mention lia-mention-user"&gt;LucasMascarellD&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 13:13:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021419#M102811</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-15T13:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS PER MONTH DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021460#M102820</link>
      <description>&lt;P&gt;it´s return&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use this measure&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;it´s return to me 12, but in other month returns 12 too and add a new column&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 14:44:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021460#M102820</guid>
      <dc:creator>LucasMascarellD</dc:creator>
      <dc:date>2023-01-15T14:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS PER MONTH DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021467#M102822</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499104" data-lia-user-login="LucasMascarellD" class="lia-mention lia-mention-user"&gt;LucasMascarellD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I initially misunderstood your requirement. Please try&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;NETWORKDAYS (&lt;BR /&gt;MAX ( MIN ( Calendario[Date] ), TODAY () ),&lt;BR /&gt;MAX ( Calendario[Date] ),&lt;BR /&gt;1,&lt;BR /&gt;Feriados&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 14:51:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021467#M102822</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-15T14:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: NETWORKDAYS PER MONTH DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021475#M102824</link>
      <description>&lt;P&gt;My english is not the best, Maybe I didnt expresss my self inthe best way.&lt;BR /&gt;&lt;BR /&gt;But the your measure works perfectly&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It´s creating a new column with no title, Do you know why?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 15:02:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NETWORKDAYS-PER-MONTH-DAX/m-p/3021475#M102824</guid>
      <dc:creator>LucasMascarellD</dc:creator>
      <dc:date>2023-01-15T15:02:04Z</dc:date>
    </item>
  </channel>
</rss>

