Forum Discussion
Anonymous
3 years agoNot applicable
TRICKY max date - Calculated column measure
Hi Experts See expected result in the table below with light blue header. Need a cacalated column measure to give the max ACTDate if all the Child TaskID and WorkORder ID's have a date. If they h...
- 3 years ago
Anonymous , A new column like
if([POC] ="Parent" , blank(), maxx(filter(Table, [TAsk id] =earlier([Task id]) && [Workitem id] =earlier([Workitem id]) ), [Act Date])
ChrisMendoza
Resident Rockstar
3 years agoAnonymous - You have the same issue as your last post; the variant data type:
Anonymous
3 years agoNot applicable
posted a correction to the question in a new question as no one else got this
https://community.powerbi.com/t5/Desktop/Modify-current-DAX-Measure/m-p/3041067#M1034597