Forum Discussion
Power BI Desktop : Conditional formatting on cards visual for Emoji's.
- Anonymous2 years ago
HI swatichouksey05,
I'd like to suggest you create a new table with icons and index, then you can change the Dax expression to lookup the new table value based on current rank.
You can change the table icons dynamically based on the records that user provided.In addition, you can also try import these image data to power bi table instead of use image URL.
Storing Images in a PowerBI/Analysis Services Data Models
Regards,
Xiaoxin Sheng
HI swatichouksey05,
I'd like to suggest you create a new table with icons and index, then you can change the Dax expression to lookup the new table value based on current rank.
You can change the table icons dynamically based on the records that user provided.
In addition, you can also try import these image data to power bi table instead of use image URL.
Storing Images in a PowerBI/Analysis Services Data Models
Regards,
Xiaoxin Sheng
Hi Xiaoxin Sheng,
I can't use table as per client requirement. thye need in cards only.
Thanks for reply. I tried with HTML content visual and used .svg image sourcecode in measures. Then used measures in column conditions.
Regards
SC