cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Syndicate_Admin
Administrator
Administrator

Restar valor del total de otras categorías

Hola

Tengo datos de la siguiente manera:

SeGATOVALOR
EsteA100
EsteB200
EsteC 300
EsteD200
EsteE300

Desea mostrar un valor de segmento Este como 500 (es decir, Suma (gato A + gato B + gato C + gato D) - Suma (Cat E) = (100 + 200 + 300 + 200) - 300 = 500 )

Por favor, ayúdame a hacer

Gracias

AshDil

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

@AshDil , Pruebe a medir como

calculate(sum(Table[value]), filter(all(Table[CAT]), Table[CAT] en {"A","B","C","D"})) - calculate(sum(Table[value]), filter(all(Table[CAT]), Table[CAT] ="E") )

Si es necesario, retire todo el filtro

View solution in original post

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

@AshDil , Pruebe a medir como

calculate(sum(Table[value]), filter(all(Table[CAT]), Table[CAT] en {"A","B","C","D"})) - calculate(sum(Table[value]), filter(all(Table[CAT]), Table[CAT] ="E") )

Si es necesario, retire todo el filtro

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors