March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hola a todos
Tengo la tabla anterior sobre power bi.
Descripción es una categoría de productos, Cantidad para expirar es una medida de la tabla Stock, Pronóstico es otra medida de la tabla de pronóstico. Risc BDD es Quantity-Forecast.
¿Cómo puedo mostrar como Total en Risc columna BDD sólo el 617 no toda la agregación que muestra -11581 resultado.
¡Gracias!
Solved! Go to Solution.
@ekoland88 , creo que esto debería funcionar
if([RiskBDD]>0, [RISK BDD],0)
Pero si no consiguen un gran total
Pruebe sumx(table,if([RiskBDD]>0, [RISK BDD],0))
o sumx(values(table[description]),if([RiskBDD]>0, [RISK BDD],0))
@ekoland88 , suponiendo que [RISK BDD] es una medida
sumx(table,if([RiskBDD]>0, [RISK BDD],0))
Sí, RiskBDD es de hecho una medida, pero ¿qué tabla debo usar en el sumx?
@ekoland88 , creo que esto debería funcionar
if([RiskBDD]>0, [RISK BDD],0)
Pero si no consiguen un gran total
Pruebe sumx(table,if([RiskBDD]>0, [RISK BDD],0))
o sumx(values(table[description]),if([RiskBDD]>0, [RISK BDD],0))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.