@MikeRu ,
presupuesto =
VAR _ret = CALCULATE([Сумма ]/1000, 'ovip_fact_budget'[measure] = "budget " && 'ovip_fact_budget'[data_type] = "bud")
VAR _show = [isShow]
return (SWITCH(TRUE(),
_show= "otro", 0,
_ret)
)
#################
presupuesto =
VAR _ret = CALCULATE([Сумма ]/1000, 'ovip_fact_budget'[measure] = "budget " || ' ovip_fact_budget'[data_type] = "brote")
VAR _show = [isShow]
return (SWITCH(TRUE(),
_show= "otro", 0,
_ret)
)
>> Prueba ambas fórmulas, espero que te ayude.
>> Si esta publicación ayuda, considere aceptar como solución para ayudar a otros miembros a encontrarla más rápidamente.