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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

Columna de varianza

Hola a todos,

Necesito agregar una columna de varianza para mostrar la variación de Actuales VS Presupuesto

Por ejemplo, aquí para los beneficios complementarios asignados, necesito la columna de varianza para mostrar el valor "-1,171.82"

dpeeples281_1-1638392887902.png

Pero mis datos en Excel están configurados así:

dpeeples281_0-1638392812499.png

Cualquier ayuda es apreciada

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

Hola @dpeeples281

Basándome en los datos que compartiste con nosotros creé 3 medidas:

GLBUD = CALCULATE(SUM(Sheet1[Total]), FILTER(Sheet1, Sheet1[Year_Code] = "GLBUD2021"))

GLACT = CALCULATE(SUM(Sheet1[Total]), FILTER(Sheet1, Sheet1[Year_Code] = "GLACT2021"))

Diff = [GLACT]-[GLBUD]

Luego creé una tabla (no una matriz) y agregué todos los atributos relevantes.

Ver archivo PowerBI adjunto

View solution in original post

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

Hola @dpeeples281

Basándome en los datos que compartiste con nosotros creé 3 medidas:

GLBUD = CALCULATE(SUM(Sheet1[Total]), FILTER(Sheet1, Sheet1[Year_Code] = "GLBUD2021"))

GLACT = CALCULATE(SUM(Sheet1[Total]), FILTER(Sheet1, Sheet1[Year_Code] = "GLACT2021"))

Diff = [GLACT]-[GLBUD]

Luego creé una tabla (no una matriz) y agregué todos los atributos relevantes.

Ver archivo PowerBI adjunto

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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