Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

DAX

Hi,   I have a dataset of production values with dates and a flag column indicating the first production value in the series.   Is it possible to force a measure to divide the flagged values by 1...
  • amitchandak's avatar
    6 years ago

    Try

    calculate(averagex(filter(table,table[flag]=1),value/12))