Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a task event date in the past. This task was not reported as done and it's on hold.
I can create a Column with Datediff (Due Date, Date(), but would like to create a Measure instead.
My Event table have muilty tasks open for muilty units.
Thank you!!
Solved! Go to Solution.
Hi Guys,
Just found the solution:
[ # Days] = SUMX(JOBSTABLE, DATEDIFF(JOBSTABLE[Date], [ZToday],DAY))
ZToday is a measure= TODAY()
Hope will help someone else.
Jose Milhazes
Hi Guys,
Just found the solution:
[ # Days] = SUMX(JOBSTABLE, DATEDIFF(JOBSTABLE[Date], [ZToday],DAY))
ZToday is a measure= TODAY()
Hope will help someone else.
Jose Milhazes
Hi @Anonymous
Why do you want to create it as a measure instead of a column
Hi @Phil_Seamark,
Main reason is my dataset is reaching the PBI limits, and the file size is also growing fast.
Let me continue to investigate.
Regards
Jose Milhazes
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.