Forum Discussion

ignas's avatar
ignas
Advocate II
6 years ago
Solved

Total Calculation with multiple fact Table

I cannot make changes in Data Model, so I hope there is a possibility to calculate correctly totals in measure. Data model: It is a simplified version of a real model.   Correct Absolute Tu...
  • amitchandak's avatar
    amitchandak
    6 years ago

    ignas 

    I created it like this.

     

    Absolute Turnover Target_Control = 
    sumx(SUMMARIZE(factGroup,dimName[Name],dimMonth[Month],dimSegment[Segment],"_1",[Target+control Size],"_2",[AVG Target turnover]),[_1]*[_2])

     

     

    and corrected datatype.  it coming 14.48. Can you explain how it should be 15.

     

    File attached.