Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Buenas Comunidad, requiero de su ayuda.
El caso es el siguiente: tengo una tabla que tienen varias filas con un mismo número de "Código de Ingreso", la cual tiene un valor numérico que requiero sumar. Esto me funciona sin inconveniente para el primer valor de "Código de Ingreso" utilizando la siguiente sixtasis:
Solved! Go to Solution.
Hi, @saipcca
If you want to change your DAX expression to three income codes, then the new DAX expression is as follows:
Emergencia =
CALCULATE (
[Total-De-Ingresos],
'Servicios2022'[Codigo de Ingreso] IN { "6001001", "6001030", "6001031" }
)
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @saipcca
If you want to change your DAX expression to three income codes, then the new DAX expression is as follows:
Emergencia =
CALCULATE (
[Total-De-Ingresos],
'Servicios2022'[Codigo de Ingreso] IN { "6001001", "6001030", "6001031" }
)
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |