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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors