The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
User | Count |
---|---|
69 | |
65 | |
63 | |
55 | |
28 |
User | Count |
---|---|
112 | |
81 | |
65 | |
48 | |
42 |