Forum Discussion

Mooma's avatar
Mooma
Frequent Visitor
3 years ago
Solved

DAX formula needed to extrapolate missing values

Dataset:  Table: Table2:   What I have so far: Sales % = CALCULATE(DIVIDE(SUM([Sales]),CALCULATE(SUM([Sales]),ALLSELECTED('Table')))) Profit = SUM([Profit Amount])   ...
  • DataNinja777's avatar
    3 years ago

    Hi Mooma 

    I am not sure if I am addressing your question properly, as you already have extrapolated profits in the visualization, but does the following measure answer your question?