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
beheshtifarid
New Member

Creating Measure for average yearly & monthly sales for different countries based on working days

Hi everyone,

I want to create a measure which calculates sales based on working days in different countries (three country: DE,AT,CH).

There are two major tables for sales and calender in my data set.

The sales table includes all information about orders in each country and calender table includes all dates and three binary columns for working days in each country.

Sales Table:

datecountrySales
01.01.2022AT20€
01.01.2022AT50€
01.01.2022CH10€
02.01.2022DE20€
.........

 

Caleder Table:

dateworking_day_DEworking_day_ATworking_day_CH
01.01.2022011
02.01.2022100
03..01.2022111
............

  

Now I want to create a measure which calculates avrage of Sales in each country divided by SUM of working days in year/month.

I would appreciate, if someone can help me with this issue.

1 REPLY 1
amitchandak
Super User
Super User

@beheshtifarid , Try a new measure like

 

AverageX(Values(Sales[Country]), calculate(Sum(Sales[Sales]) , filter(calendar, calendar[working_day_DE] =1)))

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
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.