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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Syndicate_Admin
Administrator
Administrator

ALL & ALLEXCEPT, ALL FUNCTION.. Desea mostrar el promedio general en cada fila

Hola Equipo,

El siguiente código funciona, calcula el nivel de servicio de tres equipos diferentes,

Nivel de servicio= CALCULATE(COUNTROWS('Call Log'), 'Call log'[CAMPAIGN] = "Inbound", Call Log[Queue TIme (sec)] <= 1) / [Total inbound call]
Ahora el problema es que en lugar de mostrar el nivel de servicio para cada equipo, no quiero filtrar por equipo
kelvinbala_1-1626222867764.png

Tengo dos tablas, registro de llamadas y tabla de equipos. ¿Cómo puedo usar el ALL o ALLEXCEPT?

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

hola

Prueba esta medida

Medida = calculate([Sevice level],all(Teams[Team]))

Además, modifique la medida de nivel de servicio a

Nivel de servicio= divide(CALCULATE(COUNTROWS('Registro de llamadas'), 'Registro de llamadas'[CAMPAIGN] = "Entrante", Registro de llamadas[Cola TIme (seg)] <= 1),[Total de llamadas entrantes])

View solution in original post

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

hola

Prueba esta medida

Medida = calculate([Sevice level],all(Teams[Team]))

Además, modifique la medida de nivel de servicio a

Nivel de servicio= divide(CALCULATE(COUNTROWS('Registro de llamadas'), 'Registro de llamadas'[CAMPAIGN] = "Entrante", Registro de llamadas[Cola TIme (seg)] <= 1),[Total de llamadas entrantes])

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.