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 ?
5 Replies
- saadmarwanRegular Visitor
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 ?
- AnonymousNot applicable
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.
- saadmarwanRegular Visitor
Sorry I am new to power bi, can you elaborate more on how to create two data series ?
- AnonymousNot applicable
HI saadmarwan,
Current power bi only support modify whole layout of chart, it not support the feature which you mention.
I 'd like to suggest you submit this requirement to ideas.Regards,
Xiaoxin Shneg