Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

Anonymous
Not applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Calcular el promedio de una medida de una medida de porcentaje
04-27-2022
12:16 PM
Hola a todos, favor su ayuda. Tengo una medida que esta calculando la rotación mensual de personal de una tabla de Ingresos y Bajas de personal. Tengo las siguientes medidas:
No Bajas = CALCULATE(COUNTROWS('Empleados Activos'),USERELATIONSHIP(Fechas[Fecha],'Empleados Activos'[Fecha_baja]))
Empleados Todos a la Fecha =
var FechaComparacion = LASTDATE(Fechas[Fecha])
return
CALCULATE(COUNTROWS('Empleados Activos'),FILTER('Empleados Activos','Empleados Activos'[Fecha_ingreso]<=FechaComparacion),FILTER('Empleados Activos','Empleados Activos'[Fecha_baja]>=FechaComparacion))
Rotacion % = DIVIDE([No Bajas],Medidas[Empleados Todos a la Fecha])
Cuendo coloco la información en una tabla puedo tener la %Rotación mensual sin problema. Pero al final de la tabla me está dando la suma de las rotaciones mensuales, cuando deseo tener El Promedio de todas las Rotaciones por mes
Gracias de antemano
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022
08:56 PM

@Anonymous , Try like
Rotacion % = Averagex(Values(Fechas[AnoMes]) , calculate(DIVIDE([No Bajas],Medidas[Empleados Todos a la Fecha])))
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Helpful resources
Announcements
Power BI Monthly Update - April 2025
Check out the April 2025 Power BI update to learn about new features.
NEW! Community Notebooks Gallery
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

Featured Topics
Top Kudoed Authors (Last Month)
User | Count |
---|---|
106 | |
68 | |
48 | |
44 | |
42 |