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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Max Date Calculated column Measure not work to give MAX Date

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 have no ACTDate as shown in the first image then return back no max date..

 

BlueWhite111_0-1674579936883.png

 

The following measure which was done by a Experts on this site give the same same dates as shown in the second image with Blue Headers. SHOULD BE THE MAX DATE as shown above 12.04.2022

 

Measure = if([POC] ="Parent" , blank(), maxx(filter(Table, [TAsk id] =earlier([Task id]) && [Workitem id] =earlier([Workitem id]) ), [Act Date])

1 ACCEPTED SOLUTION
grantsamborn
Solution Sage
Solution Sage

Hi @Anonymous 

Your measure appears to be a calculated column.  If you make that change, it appears to match your expected results.

Let me know if this helps.

 

View solution in original post

6 REPLIES 6
grantsamborn
Solution Sage
Solution Sage

Hi @Anonymous 

Your measure appears to be a calculated column.  If you make that change, it appears to match your expected results.

Let me know if this helps.

 

Anonymous
Not applicable

Hi Grant - what change?

You have to create a calculated column instead of a measure.

Anonymous
Not applicable

i need a calculated column,,,,the calcaulted column measure is not correct. thanks

I'm not sure what you mean by "calculated Column measure".

A DAX calculation can result in a Calculated Table, Calculated Column OR a Measure.

 

Take a look at my pbix.

CalcColumn_problem.pbix

Anonymous
Not applicable

Calculated Column

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.