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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
learner03
Post Partisan
Post Partisan

Today() Format problem

I have a measure based on TODAY(), which is-

Current Closed Orders = 
CALCULATE (
COUNT( 'Packing Jobs'[JobID] ),
FILTER ( ALLSELECTED('Packing Jobs'), [Job Close Time(Date format)] =TODAY() )
)
This works fine in desktop but when I publish this in service and schedule refresh, I have seen that it doesn't show values till 10:00 am and shows BLANK as I think it takes UTC time for refresh. I am based in Australia. After the 10:00 am refresh it shows values.
To overcome this I have created this offset and trying this for the first time, but it shows below error. What am I doing wrong here?
akapoor03_0-1628565365059.png

 

 
1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

test returns a text value, it can not compare with a date value

try add a VALUE in the code of test

VALUE(FORMAT())

View solution in original post

1 REPLY 1
wdx223_Daniel
Super User
Super User

test returns a text value, it can not compare with a date value

try add a VALUE in the code of test

VALUE(FORMAT())

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.