Forum Discussion
undefined
Hi jacob2102
One thing that puzzles me is that in the data you gave, there doesn't seem to be any rows that also satisfy "cerrada = 1" & "area = 3" & "entorno = 1" & "tiempo 1 = S" & "tiempo 2 = S" & "tiempo 3 = S".
Here are the calculations I made. The sum of segs satisfying "cerrada = 1" & "area = 5" & "entorno = 1" & "tiempo 1 = S" & "tiempo 2 = S" & "tiempo 3 = S" was calculated.
Measure:
total = CALCULATE(SUM('Table'[segs]), FILTER('Table', [cerrada] = 1 && [area] = "5" && [entorno] = 1 && [tiempo 1] = "S" && [tiempo 2] = "S" && [tiempo 3] = "S"))
Output:
If I've misunderstood you, please present your desired results in EXCEL. Please remove any sensitive data in advance.
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Buenos días,
En este enlace he dejado un ejemplo de los datos facilitados para poder obtener el cálculo.
En el total de datos no existen líneas que cumplan "cerrada = 1" & "area = 3" & "entorno = 1" & "tiempo 1 = S" & "tiempo 2 = S" & "tiempo 3 = S", por eso no se puede meter ambas condiciones ya que el resultado sería "en blanco".
Tampoco nos podemos basar en "cerrada = 1" & "area = 5" & "entorno = 1" & "tiempo 1 = S" & "tiempo 2 = S" & "tiempo 3 = S", ya que sólo queremos sumar las líneas que cumplan "area = 3" & "entorno = 1" & "tiempo 1 = S" & "tiempo 2 = S" & "tiempo 3 = S", pero sólo esas líneas en las tarjetas que cumplen que son cerradas (sea cuál sea la línea).
Gracias. Un saludo,
Jacob