The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello
I need a calculated colum for these conditions, and my formula doesn´t work
I have a table whit the first 3 columns, I want to calculate the last one: wich is based on the conditions in the second one,
The conditions are
if( cod = 1010 && hour =12; nextday(Hourdate))
if( cod = 1011 && hour =19; nextday(Hourdate))
if( cod = 1012 && hour =12; nextday(Hourdate))
Please someone help me
Solved! Go to Solution.
I would just use "[HOURDATE] + 1" instead of NEXTDAY function honestly.
I would just use "[HOURDATE] + 1" instead of NEXTDAY function honestly.