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.
Hola comunidad,
no encuentro solucion a un inconveniente que se me presento, tengo que realizar un indicador para el cual tengo que tener el valor de una variable PE_STEGE y compararla con el resultado de esa misma variable en el periodo anterior
cree la medida de gasto pero no me la esta mostrando en el renglo que quisiera.
Solved! Go to Solution.
Hi @WilliamForero ,
Please try this measure:
GASTO =
VAR _DATE =
MAX ( IFRS_vwREPORTE_PROVISION_IFRS[Fecha_corte] )
VAR IFRSPREVIUOS =
CALCULATE (
SUM ( IFRS_vwREPORTE_PROVISION_IFRS[PE_STAGE] ),
FILTER (
ALL ( IFRS_vwREPORTE_PROVISION_IFRS[Fecha_corte] ),
EDATE ( IFRS_vwREPORTE_PROVISION_IFRS[Fecha_corte], -3 ) = _DATE
)
)
RETURN
IFRSPREVIUOS
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @WilliamForero ,
Please try this measure:
GASTO =
VAR _DATE =
MAX ( IFRS_vwREPORTE_PROVISION_IFRS[Fecha_corte] )
VAR IFRSPREVIUOS =
CALCULATE (
SUM ( IFRS_vwREPORTE_PROVISION_IFRS[PE_STAGE] ),
FILTER (
ALL ( IFRS_vwREPORTE_PROVISION_IFRS[Fecha_corte] ),
EDATE ( IFRS_vwREPORTE_PROVISION_IFRS[Fecha_corte], -3 ) = _DATE
)
)
RETURN
IFRSPREVIUOS
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
User | Count |
---|---|
116 | |
73 | |
61 | |
48 | |
47 |
User | Count |
---|---|
173 | |
123 | |
60 | |
59 | |
57 |