Forum Discussion
Anonymous
3 years agoNot applicable
Remove Gap Between Lines in Line Chart
Hi. I have a few measures represented by lines on the chart but I would like to remove the gap in between. Is this possible? Appreciate any help please. Thanks. Sample pbix attached https://driv...
- Anonymous3 years ago
Hi Anonymous ,
The two measures represent the different values. Cannot remove the gap.
Maybe you can write the two measures into a measure or column.
valuecolumn = IF([Actual Value]=BLANK(),'final_ccc_forecast for graph'[Forecast Value],[Actual Value])Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Hi Anonymous ,
The two measures represent the different values. Cannot remove the gap.
Maybe you can write the two measures into a measure or column.
valuecolumn = IF([Actual Value]=BLANK(),'final_ccc_forecast for graph'[Forecast Value],[Actual Value])
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous3 years agoNot applicable
Anonymous thank you, that works.