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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
pjpreddy2
Frequent Visitor

calculate measure datediff

So I'm trying to calculate the number of days for this year, meaning 2/28/2018=the 58th day of the year.  I'm using Date Diff, but I keep getting a weird return.

 

I've tried:

 

DD = (DATEDIFF(1/1/2018,TODAY(),DAY))

 

and

 

DD = (DATEDIFF(TODAY(),12/31/2018,DAY))

 

both return a value of +/-43,159.

 

Any ideas on how to fix this?

 

PJ

1 ACCEPTED SOLUTION

2 REPLIES 2
pjpreddy2
Frequent Visitor

What I'm ultimately trying to do is calculate what the previous year did on our current date, meaning if 2/28/18=$10,000, I want to see what last year did on the same day.  SO I took the average daily balance from last year and wanted to multiply it by the day, to get the day's average. 

 

Might be a better way to do this so I'll take suggestions, thanks!!

@pjpreddy2

 

Try this

 

DD = DATEDIFF(Date(2018,1,1),TODAY(),DAY)

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