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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
thx
Frequent Visitor

Help with a measure, please.

Hello,

I need to create a measue to calculate "workdays," meaning, only count M-F and non holidays. I have holidays listed in a separate data table. The goal is to: if i select an auditor, the measure would calculate how many work days the auditor had within the date range. 

 

thx_0-1680883117226.png

Any help is greatly appreciated. Thanks. 

 

2 REPLIES 2
DOLEARY85
Super User
Super User

Hi,

 

You could create a calculated column in report view instead of a measure and use :

 

Column = IF(WEEKDAY('Data'[Date]) in {1,2,3,4,5},1,0)
 
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

amitchandak
Super User
Super User

@thx , Something like this

 

networkdays(min(Table[Action date]), Max(Table[Action Date]) , 1)

 

Learn Power BI Advance- 90 :Power BI - Business day with and without using DAX Function NETWORKDAYS
Power BI - Business day with and without using DAX Function NETWORKDAYS: https://www.youtube.com/watch?v=Qs03ZZXXE_c

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

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