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
kristty1805
Frequent Visitor

Conditional in measure but for blanks

Hello,

I have this formula but as you see there are so many blanks. I want to get rid of them. I don't want to filter but I want to include a conditional in my formula. for example. If ActualCompltDate is Blank, then take the column PlannedUTComplDate and if planned ut complDate is blank, then take the column ModifyDate

kristty1805_0-1624455248959.png

 

2 REPLIES 2
arvindsingh802
Super User
Super User

Use = COALESCE(ActualCompltDate, PlannedUTComplDate,ModifyDate)

 

COALESCE function (DAX) - DAX | Microsoft Docs

 

If this post helps, then please consider Accept it as the solution and give it a thumbs up


If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Proud to be a Super User!!

But how should I combine with the other formula? 

CD_closed = CALCULATE(COUNTROWS(CD), USERELATIONSHIP(CD[ActualUTCmplDate],'Calendar'[Date]), OR (CD[Statusforreporting]="4. Build & Unit Test Completed", CD[Statusforreporting]="5. Functional Sign-Off Completed"))

Helpful resources

Announcements
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 Kudoed Authors