Forum Discussion
Checkmark emoji on raspberry pi
- Anonymous1 year ago
Hi duddys ,
Currently there is no direct feature available which can help with modifying the image colour, Please try modifying the data source or try modifying the TV settings to get the correct colour.
If the feature is important for your functionality Please consider sharing your suggestion in the Power BI Ideas forum
Fabric Ideas - Microsoft Fabric Community,
where the product team actively monitors user feedback. Ideas with strong community support are more likely to be considered for future implementation. Posting there helps ensure your request reaches the right audience and contributes to shaping the product roadmap.
Thank you
Hello duddys
You can use this DAX code make sure you will apply data type as Image URL
CheckMarkSVG =
IF(
'Table'[Status] = "Complete",
"<svg width='20' height='20' viewBox='0 0 24 24' fill='green' xmlns='http://www.w3.org/2000/svg'><path d='M20.285 6.709l-11.285 11.293-5.285-5.293 1.414-1.414 3.871 3.879 9.871-9.879z'/></svg>",
""
)
Thanks,
Pankaj Namekar | LinkedIn
If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.
- duddys1 year ago
Helper I
But I need to replace the emoji in the cells, with this new svg image, is it doable? Like here. the checkmark in the middle should be replaced with the svg -> 24/02/2025✅• 100% visual check on ST50