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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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.