Forum Discussion
Anonymous
7 years agoNot applicable
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/...
- 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.
Anonymous
7 years agoNot applicable
Thank you for your answer , i did try that., I created a query with the pirctures in binary format : It works when you want to simply display the images.
In my case i want to link it with a measure , when it's zero it shows a picture , when it's not it shows another
PattemManohar
7 years agoCommunity Champion
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.