Reply
Syndicate_Admin
Administrator
Administrator
Syndicated - Inbound

No se pudo obtener el total correcto

Source Community: Power BI | Source Author Name: New_be

2024-07-10_16-40-57.jpg

Hola experto,
En cuanto al tema, no logré obtener un recuento total correcto como en la imagen. Para crear un objeto visual de tabla de matriz, creé una medida para calcular el número de empleados:

Plantilla =
CALCULAR(
MIN('Dejar'[Plantilla]),
TODOSEXCEPTO(Calendario, Calendario[AñoMes]),
TODOSEXCEPTO(EmpProfile (Perfil Emp), EmpProfile (Perfil Emp)[Departamento])
)
Por nivel de departamento (departamento proveniente de la tabla EmpProfile), obtuve un valor correcto, pero en el nivel YearMonth (proveniente de la tabla de calendario) para mostrar el total de la suma de valores en el nivel de departamento, fallé. Por favor, muéstrame una forma correcta de obtener el total por AñoMes en mi caso explicado en la imagen adjunta.

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

Source Community: Power BI | Source Author Name: New_be
Syndicated - Inbound

Hola a todos
Gracias por responder, por fin encontré la solución;
Esta es la medida de trabajo:

SUMX(
VALORES(EmployeeProfile[Departamento]),
CALCULAR(
MIN('Dejar mesa' [Plantilla])
)
)

View solution in original post

6 REPLIES 6
v-tianyich-msft
Community Support
Community Support

Source Community: Power BI Spanish
Syndicated - Inbound

Hi @New_be ,

 

I checked that the original post has been resolved, are there any new problem that are still not resolved?

 

Best regards,
Community Support Team_ Scott Chang

 

 

Syndicate_Admin
Administrator
Administrator

Source Community: Power BI | Source Author Name: New_be
Syndicated - Inbound

Hola a todos
Gracias por responder, por fin encontré la solución;
Esta es la medida de trabajo:

SUMX(
VALORES(EmployeeProfile[Departamento]),
CALCULAR(
MIN('Dejar mesa' [Plantilla])
)
)
Syndicate_Admin
Administrator
Administrator

Source Community: Power BI | Source Author Name: Uzi2019
Syndicated - Inbound

Hola @New_be

Pruebe la siguiente medida:

SUMX(
SUMMARIZE('LeaveTable',Leavetable[añomes],"YM",leavetabe[Departamento],MIN('Leavetable'[headcount])),
[Cuartel general]
)


¡Espero que la medida anterior funcione para ti!

Syndicate_Admin
Administrator
Administrator

Source Community: Power BI | Source Author Name: MFelix
Syndicated - Inbound

Hola @New_be ,

Intente agregar la siguiente medida:

Headcount total = SUMX(VALUES(Calendar[YearMonth]) , [Headcount])

Source Community: Power BI | Source Author Name: New_be
Syndicated - Inbound

Hola @MFelix
Gracias por su respuesta.
El código no funcionó ya que en SUMX, la expresión es simplemente [headcount]. Intenté reemplazarlo con MIN [headcount], pero aún no funcionó.

Source Community: Power BI | Source Author Name: MFelix
Syndicated - Inbound

Hola @New_be ,

Esta es una nueva medida que recoge el valor de su medida anterior, no es para reemplazar la medida actual que tiene.

avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

Check out the March 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)