Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |