Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
PowerBIOrg
Resolver II
Resolver II

Number of Days fall on weekday

Hi All,

I would like to count number of days fall on certain day (Sun, Mon, etc) providing StartDate and EndDate.

The following is the data structure:

PowerBIOrg_2-1663900843274.png

 

I expect the output as following:

1) Filtered Date: 2022-08-01 to 2022-09-30:

PowerBIOrg_4-1663900961761.png

2) Filterd Date: 2022-09-01 to 2022-09-10

PowerBIOrg_0-1663903595030.png

 

 

Thanks!

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

I am not sure about the result that is shown in your sample, but please check the below picture and the attached pbix file.

It is for creating a measure.

 

Jihwan_Kim_1-1663902935979.png

 

 

 

Jihwan_Kim_0-1663902925202.png

 

Expected result measure: =
SUMX (
    Data,
    CALCULATE (
        COUNTROWS (
            FILTER (
                'Calendar',
                'Calendar'[Date] >= MAX ( Data[StartDate] )
                    && 'Calendar'[Date] <= MAX ( Data[EndDate] )
            )
        )
    )
)

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

View solution in original post

5 REPLIES 5
Jihwan_Kim
Super User
Super User

Hi,

I am not sure about the result that is shown in your sample, but please check the below picture and the attached pbix file.

It is for creating a measure.

 

Jihwan_Kim_1-1663902935979.png

 

 

 

Jihwan_Kim_0-1663902925202.png

 

Expected result measure: =
SUMX (
    Data,
    CALCULATE (
        COUNTROWS (
            FILTER (
                'Calendar',
                'Calendar'[Date] >= MAX ( Data[StartDate] )
                    && 'Calendar'[Date] <= MAX ( Data[EndDate] )
            )
        )
    )
)

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Hi, 
what if the duration in decimal places? and I would like the decimal place count in start date. 

PowerBIOrg_1-1664160774322.png

Thanks!

 

Hi,

I am not sure if I understood your question correctly, but please check the attached file.

Thank you.


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Hi, is there anyway that can do this without creating another calculated table? I worry there will be performance issue. 

Hi,

Thank you for your message.

Please check the attached file.

I tried to add two more measures and created a table visualization by only using two measures, and without using a physical-calculated-table.

Please kindly check if the result shows correct numbers or not.

Thank you.


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.