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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
xRTP
Helper V
Helper V

Count less than 90%

Hello, how to count Name of handler that scored less than 90%

xRTP_0-1660223951174.png

xRTP_1-1660224081594.png

It returns a boolean.

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @xRTP 

 

Measure:

Quality<90 = 
CALCULATE (
    COUNT ( 'US RAW'[Name of Handler] ),
    FILTER ( ALL ( 'US RAW' ), [Quality Rating Score] < 0.9 )
)

vzhangti_0-1660726863070.png

Based on the sample data you provided, is it what you expected to get such a result?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-zhangti
Community Support
Community Support

Hi, @xRTP 

 

Measure:

Quality<90 = 
CALCULATE (
    COUNT ( 'US RAW'[Name of Handler] ),
    FILTER ( ALL ( 'US RAW' ), [Quality Rating Score] < 0.9 )
)

vzhangti_0-1660726863070.png

Based on the sample data you provided, is it what you expected to get such a result?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Ayee thanks! Works like magic.

amitchandak
Super User
Super User

@xRTP , if Quality Rating score is a measure then 

 

Countx(filter(values(Table[Name of handler]), [Quality Rating score] <.8 ) , [Name of handler])

Hello,

 

It only returns 1, this is their quality everyday. The thing is i want to count how many times per handler they scored <80% in a month(slicer).

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.