Forum Discussion
LayerWulf
4 years agoNew Member
Comparing two dates on the Y axis
Hello Community, I'm trying to duplicate a chart I created in Excel into PBI. I need to compare the difference in shipping dates vs. installation dates for certain equipment. Therefore, the X axi...
- 4 years ago
Thank you. I took your advice but created a new column using DateDiff to acquire the whole number.
lbendlin
4 years agoSuper User
You are using a visual type that is unsuitable for the story you are telling. A line chart implies a dependency between the items on the x axis, like a temporal succession. Your products are independent of each other and should not be connected via a line. Use a column chart instead.
You can convert dates to Whole Number format and use that for the column values.
LayerWulf
4 years agoNew Member
Thank you. I took your advice but created a new column using DateDiff to acquire the whole number.