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
Anonymous
Not applicable

Count of average score between 1 and 2

Hello,

 

Thanks to @amitchandak  I have a measure that shows the number of average scores equal to 1, however when I try to change it to between 1 and 2, I'm receiving an error message. My current measure is below, I'm trying to change it to 1 < [average_] < 2. 

 

Any Ideas?

 

Count of urgent = 
CALCULATE (
DISTINCTCOUNT ('Table'[Section] ),
FILTER (
SUMMARIZE (
'Table',
'Table'[Country],
'Table'[Section],
"average_", AVERAGE ( 'Table'[Score] )
),
[average_] = 1
)
)

  

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

[average_] >= 1 && [average_] <= 2

View solution in original post

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

[average_] >= 1 && [average_] <= 2
Anonymous
Not applicable

That's annoyingly simple! 🙂 Thanks @Syndicate_Admin 

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.

Top Solution Authors
Top Kudoed Authors