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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
In Power Query, I've the table "InterimForEarliestDateCalculation(2)" which contains fields :
I'd like to add a custom column (Text): "ErrorInMilestonesDates" which would comply with :
= "Correct" if "earliestStartDateCorrected" = "earliestStartDateCorrectedv2"
= "Incorrect" if "earliestStartDateCorrected" <> "earliestStartDateCorrectedv2"
Could someone help me with the code?
Thanks in advance
Fab
Solved! Go to Solution.
Hi @Fab117 ,
try like:
Hi @Fab117 ,
try like:
This works perfectly.
Big thanks.
Fab