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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
LeppyR64
Regular Visitor

Count Weeks Above Target

I have the following tables:
 - Calendar table (Date, ISO Year, ISO Week Number)
- Operation Data (Date, Production Area, Order Number, Labour to be Completed) - Measure (Sum of Labour to be Completed)
- Schedule Data (Date, Production Area, Labour Scheduled) - Measure (Sum of Labour Scheduled)

- Production Areas (Production Area) - Measure (Utilizaiton Pct = Sum of Labour to be Completed / Sum of Labour Scheduled)

 

Operation Data is filtered by Calendar and Production Areas
Schedule Data is filtered by Calendar and Production Areas


This model has two fact tables, Schedule Data, and Operation Data.

For each Production Area (say, "packaging"), for the time period selected (say "this year"),  we want to see the Utilization Percentage, which works fine.  The other measure that I can't get to work is to give the count of Weeks where the total utilization exceeds 100%.

 

Count of Weeks Above Capacity =

var tbl = filter(SUMMARIZECOLUMNS(DateDimension[Iso Year Week], "util", [Utilization Pct]), [util] > 1)

return COUNTROWS(tbl)


This gives me the error that Summarize Columns cannot be used in this context.

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@LeppyR64 , try like

 

Count of Weeks Above Capacity =

var tbl = filter(summarize(Fact, DateDimension[Iso Year Week], "util", [Utilization Pct]), [util] > 1)

return COUNTROWS(tbl)

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

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@LeppyR64 , try like

 

Count of Weeks Above Capacity =

var tbl = filter(summarize(Fact, DateDimension[Iso Year Week], "util", [Utilization Pct]), [util] > 1)

return COUNTROWS(tbl)

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

That worked great.  I thought I had tried that, but I must not have done it correctly.  Thanks!

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

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.