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

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.

Reply
Syndicate_Admin
Administrator
Administrator

Promedio total No correcto

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]).

Example.png

Gracias

4 REPLIES 4
Syndicate_Admin
Administrator
Administrator

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!

Syndicate_Admin
Administrator
Administrator

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.

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors
Top Kudoed Authors