In DAX there is no built-in method to calculate a Trend. Therefore we must do it manually. Let’s look at how to do it.
Calculating a linear extrapolation (or Trend) in DAX

In DAX there is no built-in method to calculate a Trend. Therefore we must do it manually. Let’s look at how to do it.