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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Syndicate_Admin
Administrator
Administrator

Informe de pérdidas y ganancias

hola

¿Puede alguien por favor aconsejar cómo mostrar los ingresos, gastos y ganancias en una matriz?

Mis ingresos y gastos son cifras positivas, como a continuación

Ingresos 120

Gasto 20

Total 140

¿Cómo cambiar el Total a beneficio que debe ser 100?

Por favor, avise y muchas gracias.

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

No @hongyuliu ,

Intente utilizar la función ISINSCOPE.

Measure =
IF (
    ISINSCOPE ( 'Table'[Income/Expense] ),
    SUM ( 'Table'[Value] ),
    CALCULATE ( SUM ( 'Table'[Value] ), 'Table'[Income/Expense] = "Income" )
        - CALCULATE ( SUM ( 'Table'[Value] ), 'Table'[Income/Expense] = "Expense" )
)

13.png

Saludos

Esteban Tao

Si este post ayuda,entonces por favor considere Aceptarlo como la solución para ayudar a los otros miembros a encontrarlo más rápidamente.

View solution in original post

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

No @hongyuliu ,

Intente utilizar la función ISINSCOPE.

Measure =
IF (
    ISINSCOPE ( 'Table'[Income/Expense] ),
    SUM ( 'Table'[Value] ),
    CALCULATE ( SUM ( 'Table'[Value] ), 'Table'[Income/Expense] = "Income" )
        - CALCULATE ( SUM ( 'Table'[Value] ), 'Table'[Income/Expense] = "Expense" )
)

13.png

Saludos

Esteban Tao

Si este post ayuda,entonces por favor considere Aceptarlo como la solución para ayudar a los otros miembros a encontrarlo más rápidamente.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors
Top Kudoed Authors