Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fórmula sumando valores negativos.

publicado

Hola, la descripción del problema es sencilla, tengo una fórmula en DAX que condiciona el valor de un monto dependiendo del estado de la transacción (closed, confirmed, high, medium, lost y low). Para lost  necesito que el valor sea negativo, pero en los totales me está sumando en vez de restar. Adjunto imagen:

image.thumb.png.66e24ffe7410d655872fefbc334d1f03.png

Featured Replies

publicado
  • Autor

Resuelto!

TOTAL SIGN =
IF(ISFILTERED('Scorecard Metrics'[STAGE]),
CALCULATE([KAM Amount sign]),CALCULATE([KAM Amount sign],'Scorecard Metrics'[STAGE]<>"Lost")
 
)
publicado
hace 19 horas, Johnny Castaneda dijo:

Resuelto!

TOTAL SIGN =
IF(ISFILTERED('Scorecard Metrics'[STAGE]),
CALCULATE([KAM Amount sign]),CALCULATE([KAM Amount sign],'Scorecard Metrics'[STAGE]<>"Lost")
 
)

Que bueno @Johnny Castanedaese es el verdadero espíritu del foro, que nos colabore y colaborar compartiendo soluciones

En tu caso, me parece que la medida puede faltar el segundo argumento, para el caso que la columna STAGE, no tenga filtros

Algo asi: 

TOTAL SIGN =
IF(ISFILTERED( 'Scorecard Metrics'[STAGE]) ,
CALCULATE( [KAM Amount sign]) ,'Scorecard Metrics'[STAGE] <> "Lost" ), [KAM Amount sign] )

De tal forma que te devuelva todo el calculo

 

¡Saludos a ambos!

 

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.