Forum Discussion
Line graph with 2 colors
- 2 years ago
Hi calloni
**"The "gap" in your data is created because the data is not continuous once you split it into 2 lines. The gray line ends before the orange line starts.
If you want to get a graph like the one in the picture where the gray line is present until the orange line starts, you can artificially create it with 2 measures.
Grey = sum('Table'[Y axis])orangeline_ = CALCULATE(sum('Table'[Y axis]),'Table'[Line color]="orange")The pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi calloni
**"The "gap" in your data is created because the data is not continuous once you split it into 2 lines. The gray line ends before the orange line starts.
If you want to get a graph like the one in the picture where the gray line is present until the orange line starts, you can artificially create it with 2 measures.
The pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly