Forum Discussion

gregers1972's avatar
gregers1972
Frequent Visitor
3 years ago
Solved

DAX calculation for factor correction

Good Morning I have a small issue with some data, where they need to be rescaled as follows. Lets say we have a pressure value p_i (i = 1 - n) and I need to scaled this as : p_i_scaled = (p_i / 3276...
  • tamerj1's avatar
    tamerj1
    3 years ago

    gregers1972 

    You can 

    SUMX ( 'Table', 500 * 'Table'[VarValue] / 32768 )