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

This formula is working perfectly , but my problem is that if the user have no internet he cannot see the pictures since Power BI import it from internet everytime.
I want to download the pictures once on my computer and link it with the measure without having access too internet
 
I wish i was clear and thank you in advance
  • 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.

     

     

5 Replies