Forum Discussion

Cbishop's avatar
Cbishop
Frequent Visitor
5 years ago
Solved

SUM function issue with referencing columns

Hi all,   I have created the following measure in my report   ERF Lower Threshold Achievement = if('Measure Table'[ERF Actuals]>('Measure Table'[ERF Baseline]*0.7),if('Measure Table'[ERF Actuals...
  • v-angzheng-msft's avatar
    5 years ago

    Hi, Cbishop 

     

    Does it mean to use different multipliers according to different months?

    Create an auxiliary table that contains the baseline values for all months.
    Then use the month to establish a one-to-many relationship with the previous table, and use the RELATED function to create a new column. So you can use the sum function to refer to the new column.

    Hope this helps.

     

    Best Regards,
    Community Support Team _ Zeon Zheng
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.