<?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: Number of Days fall on weekday in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2794934#M87789</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, but please check the attached file.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 04:25:29 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2022-09-26T04:25:29Z</dc:date>
    <item>
      <title>Number of Days fall on weekday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2788388#M87482</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I would like to count number of days fall on certain day (Sun, Mon, etc) providing StartDate and EndDate.&lt;/P&gt;&lt;P&gt;The following is the data structure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I expect the output as following:&lt;/P&gt;&lt;P&gt;1) Filtered Date: 2022-08-01 to 2022-09-30:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;2) Filterd Date:&amp;nbsp;2022-09-01 to 2022-09-10&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 03:26:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2788388#M87482</guid>
      <dc:creator>PowerBIOrg</dc:creator>
      <dc:date>2022-09-23T03:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Days fall on weekday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2788437#M87485</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure about the result that is shown in your sample, but please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;It is for creating a measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&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;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Expected result measure: =
SUMX (
    Data,
    CALCULATE (
        COUNTROWS (
            FILTER (
                'Calendar',
                'Calendar'[Date] &amp;gt;= MAX ( Data[StartDate] )
                    &amp;amp;&amp;amp; 'Calendar'[Date] &amp;lt;= MAX ( Data[EndDate] )
            )
        )
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 03:16:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2788437#M87485</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-09-23T03:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Days fall on weekday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2794855#M87783</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;what if the duration in decimal places? and I would like the decimal place count in start date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 02:53:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2794855#M87783</guid>
      <dc:creator>PowerBIOrg</dc:creator>
      <dc:date>2022-09-26T02:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Days fall on weekday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2794934#M87789</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, but please check the attached file.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 04:25:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2794934#M87789</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-09-26T04:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Days fall on weekday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2795161#M87810</link>
      <description>&lt;P&gt;Hi, is there anyway that can do this without creating another calculated table? I worry there will be performance issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 06:22:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2795161#M87810</guid>
      <dc:creator>PowerBIOrg</dc:creator>
      <dc:date>2022-09-26T06:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Days fall on weekday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2795212#M87811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your message.&lt;/P&gt;
&lt;P&gt;Please check the attached file.&lt;/P&gt;
&lt;P&gt;I tried to add two more measures and created a table visualization by only using two measures, and without using a physical-calculated-table.&lt;/P&gt;
&lt;P&gt;Please kindly check if the result shows correct numbers or not.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 06:45:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-Days-fall-on-weekday/m-p/2795212#M87811</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-09-26T06:45:45Z</dc:date>
    </item>
  </channel>
</rss>

