Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
)
)
Solved! Go to Solution.
[average_] >= 1 && [average_] <= 2
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!