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.
Hi,
Should i approach the following? In a IT tickiting dashboard, I want tasks scheduled for tomorrow to have a specific color. My idea was to achieve this using conditional formatting, where i create a new colomn next to the resolutionDate to calculate tomorrow, so i can use that as condition. I wanted to use the Today() +1 function, but somehow the calculation for today is nog right
For an example see below, where I dit not put the '+1' in t, just to check if the calculation for 'today' is right. I should get '1' as output but I only see zero's.
What am I doing wrong? Or is there a better way to achieve my goal?
Solved! Go to Solution.
Hi, thank you for your response. I think the reason it failes is because of the date/time format. In my colomn resulutiondate i got a date+time value. I found another formula using function DATEVALUE which is the solution:
Hi, thank you for your response. I think the reason it failes is because of the date/time format. In my colomn resulutiondate i got a date+time value. I found another formula using function DATEVALUE which is the solution: