The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I want to create some cards (new) that show me an icon. 1 means green icon, 2 means yello icon and 3 means red icon.
I have first done it in a table, but that has its limitation. So as I see Power BI introduced new cards I would like to show it in a card. But there is no standard conditional formatting where I can say if 1 use green icon etc.
What would be best way to solve this. Are there codes for the icons that I could use in a measure?
kind regards,
Frank
Solved! Go to Solution.
You can achieve it using dax code ( for every measure )
The icons that I used are from the linked website:
https://www.i2symbol.com/symbols/circle
You just select the needed icon click on it and copy and paste it into the code.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
It works. Thanks for your answer.
Glad to help 😊
You can achieve it using dax code ( for every measure )
The icons that I used are from the linked website:
https://www.i2symbol.com/symbols/circle
You just select the needed icon click on it and copy and paste it into the code.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.