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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
PurpleNinja
Regular Visitor

Count Working Days with Month and Week Starting Slicer Filters

Hi Power BI Community,

 

I am having trouble with a measure that calculates number of working days based on my date calendar.  When I use a slicer that has only the month it returns working days as intended, when I use a slicer that has only the start week, it returns days as intended. The problm is when I have a slicer that has Month and Start Week.  It seems that when the slicer has both and I select a week, it defaults to the month. See measures and examples below. 

 

If anyone can please help, I've tried several different approaches but none allow me to have Month and Week in a single slicer 😞

 

Date Master Table: 
AddIsWorkingDay = Table.AddColumn(AddMonthWeekStartNumber, "IsWorkingDay", each if Date.DayOfWeek([Date], Day.Monday) > 4 then "Weekend" else "Weekday")
 
Measure:
Number of Working Days =CALCULATE (COUNTROWS('Date Master'),'Date Master'[IsWorkingDay]= "Weekday")
 
Examples:
PurpleNinja_2-1702420180289.pngPurpleNinja_1-1702420132428.png

 

 

PurpleNinja_3-1702420253341.pngPurpleNinja_4-1702420312136.png

 

 
1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information or anything not related to the issue or question.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors