I want to have an output of people with grade greater than 4.75 in the last 3 months. I managed to have this output in the browser:
It would be ok if I had grades greater than 4.75, but I have all values. How do I specify what values I want to have as an output? It's worth mentioning that sredniaOcenaKelnera
is a calculated value from Ocena - Usluga Obslugi
measure. Calculation looks like this:
UPDATE
I was trying to write the following color expression:
IIF([Measures].[sredniaOcenaKelnera] > 4,75, 32768 /*Green*/, 0 /*Black*/)
But for some reason it doesn't work. Values above 4,75 doesn't appear green
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…