Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
8 |
User | Count |
---|---|
22 | |
13 | |
11 | |
10 | |
10 |