Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Interactive Image

Hello Community,   I'm willing to create a measure that returns an image that changes depending on another measure. Here is my DAX formula Mesure 11 = IF([Mesure 4   =0;"https://t.pimg.jp/033/...
  • PattemManohar's avatar
    PattemManohar
    7 years ago

    Anonymous Yes, why can't you have an another field call it as Flag. Then flag with "Y" for one image and another one with "N". Use the Flag filter in to get the appropriate image and use that in your IF statement.