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
Hello,
I am facing an issue with a new measure.
I want to use an if statement comparing a column to a var.
However, when I am using the measure in the matrix, it is not returning the good result.
Here is what I have so far:
CONECTIVIDAD? =
VAR conectividad = 6.75
VAR _horas = SELECTEDVALUE(TareasXOperariosXCias[Horas])
RETURN
IF(_horas<conectividad, "Revisar", "OK")
But here in my matrix, I only have "Revisar" even when "Horas" is higher than the VAR conectividad. For example the second line should show "OK"
Any idea how I could solve this issue ?
Solved! Go to Solution.
User | Count |
---|---|
11 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
16 | |
10 | |
7 |