This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Dear community,
Good day!
I need guidance on how to display the icons (conditional formatting), when user forgets to fill in the date.
The condition is:
Expected outcome:
Appreciated any help provided.
Attached pbix: https://drive.google.com/file/d/1QtPNtqjQIevB38guOU57ZT3f679ueK3z/view?usp=sharing
Thank you!
@NickProp28 , You have to create a measure which return unichar or date or use icon conditional formatting
if(Left(max(Table[Term])) = "D" && isblank(max(Table[ATA])) ,1,blank())
and you can use icon formatting using this measure
https://exceleratorbi.com.au/conditional-formatting-using-icons-in-power-bi/
https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692
https://exceleratorbi.com.au/dax-unichar-function-power-bi/
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |