Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Multiply Across Fact Tables with Measures

Hi all,

 

I have two Fact Tables, with a two measures that calculate values from each Fact Table. The Fact Tables share common Dimension Tables for the purposes of aggregation and filtering. As you can see in DAX studio (and in PowerBI) I can generate a table that calculates both measures properly in the context supplied by the Dimension Tables.

 

However, what I need to do is multiply the sum of the one measure (based on one of the dimensions) by the value calculated by the other measure. Help!

 

10 Replies

  • Use another measure (or do the computation inline) using the ALLEXCEPT('prog Space Categories','prog Space Categories'[Name]) filter modifier.

    • Anonymous's avatar
      Anonymous
      Not applicable

      lbendlin I tried a couple of different permutations but I'm clearly not following what you're suggesting, would you mind providing a slightly more detailed explanation of what you're thinking?

       

      Thank you,

      -Robert

      • lbendlin's avatar
        lbendlin
        Icon for Super User rankSuper User

        Please provide sample data in usable format.