Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
RnVssR
Regular Visitor

Calculate tommorow value

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.

RnVssR_0-1701690950468.png

 

What am I doing wrong? Or is there a better way to achieve my goal?

 

1 ACCEPTED 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:

DATEVALUE(OperationsActivities[resolutionDate]) = TODAY() +1

View solution in original post

2 REPLIES 2
Pfandgiraffe
Frequent Visitor

Hi @RnVssR ,

 

works well for me.

Maybe your column do not use the right data type?

 

Pfandgiraffe_0-1701693769476.png

 

 

 

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:

DATEVALUE(OperationsActivities[resolutionDate]) = TODAY() +1

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors