Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • Karthik12's avatar
    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