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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
KA95
Helper III
Helper III

I'm getting this "Operator or expression '()' is not supported in this context." I'm not sure why

So I've got a SUM function that adds up all the hours in the LineItem table. That is then filtered by a StageLabel text which is "Booked Schools" which is from another table called DealPipelineStage, here is what it looks like below:

 

Delivered Hours = (SUM(LineItem[Hours]), FILTER(DealPipelineStage, DealPipelineStage[StageLabel] = "Booked Schools"))
 
However, I keep getting "Operator or expression '()' is not supported in this context." and I'm not sure why, I've tried to change up the brackets but I've still got the error, does anyone know what the problem could be here? 
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Add a calculate before the sum

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Add a calculate before the sum

Ahhh thank you @Anonymous so calculate is needed for two seperate functions? I appreciate that. 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Kudoed Authors