Forum Discussion
0 Value on Ribbon Chart
- 7 years ago
Anonymous i guess than ribbon chart doesn't show anything for 0 like bar chart but line chart goes to x-axis and go up/down from there for next value. I don't htink there is any solution for this, may be you want to put this as an idea on ideas forum.
Anonymous what measure you currently used on left side?
I don't quite understand the question.
Axis: EndOfWeek
Legend: {Blank}
Values: PC, AC, CL
Hopefully this answers your question
- parry2k7 years agoSuper User
Anonymous create a measure something like this, seems like you are directly dropping column on values
other suggestion is to unpivot your table and then use legend but without that you can make three measures
PC Total = SUM( Table[PC] ) + 0 AS Total = SUM( Table[AS ) + 0 CL Total = SUM( Table[CL] ) + 0
drop above measures on value. but if you unpivot your table, you just need one measure.
- Anonymous7 years agoNot applicable
The total would still be 0, much like the data in the table.
Regardless, I tried your suggestion but it still leaves the blank for the 7/6 record. On a line chart, the line goes to the 0 point of the chart.
Now if a ribbon chart reacts more like the bar chart, I also get the blank for that date.
- parry2k7 years agoSuper User
Anonymous i guess than ribbon chart doesn't show anything for 0 like bar chart but line chart goes to x-axis and go up/down from there for next value. I don't htink there is any solution for this, may be you want to put this as an idea on ideas forum.