Forum Discussion
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
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
- PattemManoharCommunity Champion
Anonymous Just wandering, if there is no internet how can the user can access the Power BI Service to access the reports and dashboards ?
- AnonymousNot applicable
PowerBI spends too much time downloading the pictures everytime i run the project because i have more than 40 measure. I want to improve that point
- PattemManoharCommunity Champion
Anonymous Ok ! Thanks for confirming that.. In that case, store the images in a database table and use the image field (binary format) in Power BI. Here is the useful thread about storing the images in SQL Server table and accessing in Power BI.