Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

avoid summing over entries in bar chart

Hey, I would like to compare premiums of two different tables in a bar chart, grouped by year.  in the one table, there are several entries per year (with different id numbers), so they are aggregat...
  • v-juanli-msft's avatar
    6 years ago

    Hi Anonymous 

    Create relationship between two tables

    Then create measures

    premium_table1 = SUM(Table1[premium])
    
    premium_table2 = SUM(Table2[premium])

    Best Regards
    Maggie
    Community Support Team _ Maggie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.