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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Pricey79
Helper V
Helper V

Datediff? Help please

Hello

I was hoping someone could help me please

 

I have two columns, all in the same query. 

Target Date and Actual Date

 

I'd like to work out when the actual date is the same as the target date, and when it is earlier. 

How would I work that out please?

 

Thank you in advance

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Pricey79 

You can add a new column to your table using DAX as follows:

Check Date = if( Table[actual date] =  Table[target date] , "Same", if (  Table[actual date] >  Table[target date] , "Ealier"))
Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

2 REPLIES 2
Pricey79
Helper V
Helper V

@Fowmy Thank you very much sir

Fowmy
Super User
Super User

@Pricey79 

You can add a new column to your table using DAX as follows:

Check Date = if( Table[actual date] =  Table[target date] , "Same", if (  Table[actual date] >  Table[target date] , "Ealier"))
Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.