Forum Discussion

patrickrw99's avatar
patrickrw99
Frequent Visitor
4 years ago
Solved

Convert Calculated Column to Measure, Need to use Row Context

Hi,   I would like to know how to convert the following DAX Calculated Column Formula:     Calculated Column = VAR ValueA=CALCULATE(SUM('DataSource1'[ValueA]),FILTER('DataSource1',SEARCH('Data...
  • v-kkf-msft's avatar
    v-kkf-msft
    4 years ago

    Hi patrickrw99 ,

     

    I create another measure, please try it and see if it works.

     

    SumMeasure = SUMX ( VALUES ( 'Data Mapping'[AttributeA] ), [Measure] )

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
    Best Regards,
    Winniz
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.