Forum Discussion
line chart change shape format based on x-axis value
Simply speaking I do have a line chart for 28 days, the X-axis is the date. I want the srtoke width to change after certain date, for example after day 14 I want the stroke width to be 2 instead of 5 for the previous dates.
How can I do this ?
I don't think you can do it with 1 line.
Top of mind solution would be splitting the data into (1) the data series with a thinner stroke and (2) the data series with a thicker stroke. Having the 2 line series enables you to customize one from the other.
To do this, you need a validator(measure) that tells the data to be included in either data series.
- saadmarwan9 years agoRegular Visitor
Sorry I am new to power bi, can you elaborate more on how to create two data series ?
- Anonymous9 years agoNot applicable
Hi saadmarwan,
Perhaps you can take a look at below tutorial :
Customize X-axis and Y-axis properties (Tutorial)
Regards,
Xiaoxin Sheng