Forum Discussion
davewardd10
8 years agoFrequent Visitor
Combo Chart Line Series
Hi There, I'm trying to create a combo chart in Power BI such that I can see both a clustered column set and two line series, similar to what you see in the screengrab from excel attached. ...
- Anonymous8 years ago
Create the following measures in your table, then drag them to Line values of Line and clustered column chart and check if you get expected result.
Smartphone FCPA = CALCULATE([FCPA],Table1[Device]="Smartphone")
Computer FCPA = CALCULATE([FCPA],Table1[Device]="Computer")
Regards,
Lydia
Anonymous
8 years agoNot applicable
Create the following measures in your table, then drag them to Line values of Line and clustered column chart and check if you get expected result.
Smartphone FCPA = CALCULATE([FCPA],Table1[Device]="Smartphone")
Computer FCPA = CALCULATE([FCPA],Table1[Device]="Computer")
Regards,
Lydia
davewardd10
8 years agoFrequent Visitor
Thanks Lydia that worked :)