Forum Discussion
Anonymous
4 years agoNot applicable
Creating a Combo chart in Power BI
Hello, Hello all! New PowerBI user here. I have always created my reports in Excel. I am trying to recreate the below viz in Power BI. I've tried using the Line and clustered column chart ...
- 4 years ago
You can get close but it seems that the chart doesn't like to use dates other than on the x-axis so you have to convert them to some numeric type.
AlexisOlson
4 years agoSuper User
You can get close but it seems that the chart doesn't like to use dates other than on the x-axis so you have to convert them to some numeric type.
- Anonymous4 years agoNot applicable
This looks great Alexis! Could you please share how to do this?
- AlexisOlson4 years agoSuper User
I used INT ( MAX ( Data[Date] ) ) for the line measure definition.
- Anonymous4 years agoNot applicable
Could you share a screenshot? I only have drag and drop fields when trying to modify a "line and clustered column chart"