Forum Discussion

marcopaz's avatar
marcopaz
Frequent Visitor
5 years ago
Solved

Measure to Forecast based on average

Hello,   I am having a hard time to create a DAX formula that will create a projection of when a project will be completed based on how much is being Earned per month. I am trying to achieve someth...
  • wdx223_Daniel's avatar
    5 years ago

    1 create a date table, mark it as date table, and create a column of "YearMonthNumber" 

    2 create a relationship between fact table and date table with date columns

    3 create two measures