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

Aggregation and if condition in measure.

Hi,

Not Working. Please help.

Measure:

if(Min(StartDate) = aggr( minString(StartDate), MachineId),'1','2')

I tried

also

if(StartDate = aggr( min(StartDate), MachineId),'1','2')

Regards,

Balaji

1 Reply
sunny_talwar

What exactly are you looking to do? Do you have a sample you can share with the expected output?