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.

By · · 1 min read
Calculating a linear extrapolation (or Trend) in DAX | Towards Data Science

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.