Forum Discussion
Anonymous
3 years agoNot applicable
100% stacked bar chart customize
Hi , Please i need your help . I want to create the visualization below : My problem is i don't know how can i create Overall from Party Funds and Corporate . I have information on Party Fu...
- 3 years ago
I can attempt
You can create a new measure like '
Overall = sum('Table'[party funds])+sum('table'[corporate])Then add it into X axis of the chart along with party funds and corporate.Please place some examples if it not helps you. I will try
Karthik12
Post Patron
3 years agoI can attempt
You can create a new measure like '
Overall = sum('Table'[party funds])+sum('table'[corporate])
Then add it into X axis of the chart along with party funds and corporate.
Please place some examples if it not helps you. I will try