Forum Discussion
SteveIOW
Helper II
4 years agocreate a constant value
Good afternoon, I am trying to use linear rgeression to caluclate how long it will take to reach a target. In the chart below you cna see the target as the horizontal red line - generated from ...
- 4 years ago
SteveIOW , Try a measure like
calculate(AVERAGEX(KEEPFILTERS(VALUES('PreC'[Date])), CALCULATE(SUM('PreC'[Value]))) * 1.2, allselected())
amitchandak
Super User
4 years agoSteveIOW , Try a measure like
calculate(AVERAGEX(KEEPFILTERS(VALUES('PreC'[Date])), CALCULATE(SUM('PreC'[Value]))) * 1.2, allselected())