Forum Discussion
Line graph with summation values
try this
Total = CALCULATE(SUM(Table[Sales]), ALL(Table[Brand Name]))
If I create a total measure, how can i include that in the existing graph?
- Stachu7 years agoCommunity Champion
I thought that you can use multiple measures with a legend but that's not the case
you would need to remove the Brand Name from the legend, and create set of measures per Brand, e.g.A = CALCULATE(SUM('Table'[Sales]), 'Table'[Brand Name]="A")then you can have multiple measures in a visual, but I imagine that's lot of effort with multiple brands
- bvsaicharitha7 years agoHelper I
I think If I add an extra custom row with the summation of the total, then,I can use it in the graph. Can you help me how can i create such custom row?
- v-piga-msft7 years agoResident Rockstar
Hi bvsaicharitha,
I'm afraid that we may not add custom rows in power bi.
Actually, I'm a little confused about your requirement.
If it is convenient, could you share your desired output so that we could help further on it?
Best Regards,
Cherry