Hi, i am trying to create simple Stacked bar combo chart, with two line. First line (red one one a picture) is shown correctly, but the second is shown only where there are data on month. When I swap them on the left column, the upper line is shown whole and lower one is broken.
I need to see both lines continuous.
Is this some kind of error or it is about some settings please?
To create a continuous line in a Quick Sight stacked bar combo chart where both lines are shown completely, even when there’s no data for certain periods, you can try these solutions:
Data Preparation:
Make sure you have data points for all time periods, even if the values are 0
You might need to fill in missing dates/months using calculated fields or data preparation
Messure Settings:
Go to the Field Wells panel - Format data for the impacted measure (
For both line measures, check their settings by clicking on the field dropdown
Hope this message finds you well! Do you have any other questions/concerns that pertain to this thread? If you do not and/or we do not receive a response within the next 3 business days, I’ll go ahead and archive this topic.
Hi!
This usually happens when QuickSight breaks the line at missing data points. Try going to Format visual → Y-axis → Missing data and set it to Show as continuous line.
If that doesn’t help, use a calculated field like:
{
COALESCE([YourMeasure], 0)
}
to fill missing values. That should make the second line display correctly.
Hope so this will help you. If not you can tell me i will try to find some other possible fixes.
Since we have not heard back from you, I’ll go ahead and close/archive this topic. However, if you have any additional questions, feel free to create a new topic in the community and link this discussion for relevant information.