Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Dax Measure Conditions

Hi,

 

I have a conditional measure: A leaf is shown only if company HAS leaf...

 

However, the visual "breaks" once no data bar is shown:

Leaf & (and another conditional measure, Exclamation mark) is always shown!

 

I´ve tried this: 

MeasureHatBlatt = IF (
SELECTEDVALUE ( FaktStruktur[Basisinfo:HatBlatt] ) <> "Nein" && HASONEVALUE ( FaktKPI[BewertungsKPI]  ),
"https://www.dropbox.com/s/scqqphx9wgvpefl/Blatt-klein.png?raw=1"
)

but this doesn`t work!

Why not?

What should I use instead?