Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

DAX Incorrect Grand Totals in Table

Looking for help with a DAX measurement that will provide the correct grand total;

Scenarion below;

 

Here is the relationship

Dimension

 

UniqueID

ABC010
CBE010
ERB010

 

Measurements: 

Table2 = [TTL Volume]*[sum of cst]
TTL Volume = SUM(Table1[Volume])
sum of cst = SUM(Table2[Cst/Unit])

 

 

Table 1

UniqueID Volume

ABC010500
CBE010450
ERB010150

 

 

Table 2

UniqueID   Cst/Unit

ABC010150

 

Desired results would be a measurement that will give me the correct grand total of 75000.

 

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Add an advanced filter on that table visualization where ID is not blank. Should fix your issue.

     

     

    Let me know if this helps.

     

    Thanks,

    Ben

    • Anonymous's avatar
      Anonymous
      Not applicable

      Anonymous I should have mentioned this model is in PowerPivot. 

      • Anonymous's avatar
        Anonymous
        Not applicable

        Any suggestions? Anonymous