Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
i am trying to write dax code which help me setup conditional formatting for my collateral due column. I want to identify Collateral Due dates(Column1) which are past the current date and have no callateral received date(column2) filled in the collateral rec date column.
currently im trying to add an AND to this
@Anonymous , Try like
if(vALL_ORDER_DETAILS_ENH_V2[Collateral_Rec] <> BLANK()
Switch(true(),
DATEDIFF(vALL_ORDER_DETAILS_ENH_V2[Collateral_Due].[Date],TODAY(),DAY)<0,"Current" ,
DATEDIFF(vALL_ORDER_DETAILS_ENH_V2[Collateral_Due].[Date],TODAY(),DAY)>=0,"Past Due"
) , blank())
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
9 | |
8 | |
8 |