Forum Discussion
Line graph with summation values
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
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
- bvsaicharitha7 years agoHelper I
Hi,
This is the similar output that I am interested .
Example ,the top green one is the summation of all the brand sales and the rest colors are the individual brands . Ideally, when I create the line graph, I will only get the individual ones by setting legend. I am interested to see the total as well in the same graph. Now the green graph is total of all sales over period