Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hola
¿Cómo puedo corregir las medias totales de la tabla para cada medida? Como se puede ver en la figura adjunta los promedios totales de la tabla no son correctos. Para instace, el promedio total de variabl "TD" debe ser 28,34% y no 25,2.
El código para esa medida es: %_TD = DIVIDE([Day_TD],[Final_MatchReferenceTD]).
Gracias
Prueba este y hazme saber el resultado:
%_TD =
IF( HASONEVALUE(Tabla[Jugador]),
DIVIDIR([Day_TD],[Final_MatchReferenceTD]),
PROMEDIOX(
VALORES(Tabla[Jugador]),
DIVIDIR([Day_TD],[Final_MatchReferenceTD])))
Buena solución. Trabajado. ¡Gracias!
Para su referencia.
Por favor, utilice la función 'EXPANDALL'.
Ej.) Promedio del nivel de hoja = EXPANDALL([TD]), FILAS)
Uso de cálculos visuales en Power BI Desktop - Power BI | Microsoft Learn
La función EXPANDALL no funciona. Gracias.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.