Calculating a linear extrapolation (or Trend) in DAX | Towards Data Science
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.

Source: Towards Data Science
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.