Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
NickProp28
Post Partisan
Post Partisan

Conditional Formatting icons if user forgets to fill in the date

Dear community,

 

Good day!

I need guidance on how to display the icons (conditional formatting), when user forgets to fill in the date.

 

NickProp28_0-1663727949368.png

The condition is:

  •  If the term starts with 'D' and the direction is import, then date ETA, ATD, and ATA must be filled. 
  •  If the direction is export, then date of ATA and Actual delivery date must be filled.
  •  If the direction is Domestic and mode is 'ROA', then date of ATD and ATA must be filled. 

Expected outcome:

NickProp28_1-1663728589262.png

 

Appreciated any help provided.

Attached pbix: https://drive.google.com/file/d/1QtPNtqjQIevB38guOU57ZT3f679ueK3z/view?usp=sharing
Thank you!

 

1 REPLY 1
amitchandak
Super User
Super User

@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/

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.