Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Necesito sumar los el presupuesto total del periodo, pero que solo respete el segmentador periodo e ignore los demas segmentadores como el mes.
Campos de tabla calendario
Solved! Go to Solution.
Hi, @MONTENEGRO
If there is no relationship created between your calendar table and Resultados Operaciones table, you can try to calculate total budget with measures like the following.
Presupuesto anual =
CALCULATE (
SUM ( 'Resultados Operaciones'[Presupuesto] ),
FILTER (
'Resultados Operaciones',
'Resultados Operaciones'[Fecha] IN VALUES ( Calendario[Fecha] )
)
)
Presupuesto anual2 = SUMX(ALLEXCEPT(Calendario,Calendario[Periodo]),[Presupuesto anual])
Hope this could help.
Best Regards,
Community Support Team _ Eason
Hi, @MONTENEGRO
If there is no relationship created between your calendar table and Resultados Operaciones table, you can try to calculate total budget with measures like the following.
Presupuesto anual =
CALCULATE (
SUM ( 'Resultados Operaciones'[Presupuesto] ),
FILTER (
'Resultados Operaciones',
'Resultados Operaciones'[Fecha] IN VALUES ( Calendario[Fecha] )
)
)
Presupuesto anual2 = SUMX(ALLEXCEPT(Calendario,Calendario[Periodo]),[Presupuesto anual])
Hope this could help.
Best Regards,
Community Support Team _ Eason
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |