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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Countrows that dont match a related table

Hi All,

 

I am busy with a measure that count rows of calls excecpt the days and calls of holidays.

Ezz_0-1594917948195.png

Can anyone help?

kind regards,
Ezz

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

You can refer the solutions in the following threads to achieve it.

Calculating number of days between two dates

How exclude holidays from networking days

If the above ones are not applicable for your scenario, please provide some sample data of these three tables(Calls, Date and Holidays) and your expected result. It is better if you can explain more details with examples. Thank you.

Best Regards

Rena

amitchandak
Super User
Super User

@Anonymous , do you have a holiday . Assume you have date table with Holiday

measure

calls = calculate(count(Table[callid]),[WeekDay]=1)

A column in date table

WeekDay = if(weekday([Date],2) <6,1,0)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors