The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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