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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Syndicate_Admin
Administrator
Administrator

porcentaje

Estimados todos

hay algo que estoy haciendo incorrectamente en la medida, que está dando el resultado equivocado, a continuación se muestra la fórmula que he utilizado

todos los resultados están llegando al 100% y más

No estoy seguro de qué es lo que estoy haciendo incorrectamente

Estoy tratando de mostrar qué % de las horas se cobran por una línea de servicio en particular (usando un gráfico de líneas), en este caso, su GCR del total de horas mensualmente

GCR% =
DIVIDIR(
SUMA('ECH MoM'[Actual] ),
CALCULAR(
SUMA('ECH MoM'[Actual]),
TODOSSELECCIONADOS('ECH MoM'[Actual]),
'ECH MoM'[Eng SSL Mapped1]="GCR"
)
)

vjnvinod_0-1640162809369.png

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

@vjnvinod , Prueba como


GCR% =
calcular( DIVIDE(
SUM('ECH MoM'[Actual] ),
CALCULAR(
SUM(«ECH MoM»[Actual]),
ALLSELECTED('ECH MoM'[Actual])
)
), filter('ECH MoM', 'ECH MoM'[Eng SSL Mapped1]="GCR"))

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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