Forum Discussion
ashmitp869
1 year agoResponsive Resident
Need help in Combo Chart - Visual
Hi , Help me with the Combo Chart. I have a sample chart requirement . I have data set like I have used Line and Stacked Column Chart. But how can I show the Mesh Roof...
- 1 year ago
Then prefer using measure to calculate sum of value and cumilative value separatly using measure
this will solve your problem
Vijay_Chethan
1 year agoResolver III
You can use measures to calculate sum of value for two mesh categories
add sum of value in column field and measure to calculate cumilative(if u dont already have a column for it), and add it in line axis, this will give you the desired combo chart, if you are worried about legend, you will get legend considering column field and line field, just name them in visual accordingly
please mark this as solution if it helps