Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
jcaranibar
Helper I
Helper I

How to split line value in line and clustered column chart?

I need to have two lines in LINE AND CLUSTERED COLUMN CHART, but based on the same variable splited according COLUMN SERIES field. I mean, I don't have another variable to add into LINE VALUES. I want to use the same variable but not accumulating into just one line. It seems that LINE VALUE does not recognize the COLUMN SERIES specification.

I cannot use formulas because I am using SSAS basically with fields: month (SHARED AXIS), type (COLUMN SERIES), budget (COLUMN VALUES), actual (LINE VALUES).

 

Thanks for any help.

 

JCA

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jcaranibar,

Do you connect to SSAS data source via a live connection option? If that the case, you are not able to split line value based on type field in LINE AND CLUSTERED COLUMN CHART as you cannot create measures.

In your scenario , you can consider to connect to SSAS data source via import option, then create measures. Alternatively, create a Line chart using these fields: month, type, actual in the current PBIX file.


Thanks,
Lydia Zhang

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @jcaranibar,

Do you connect to SSAS data source via a live connection option? If that the case, you are not able to split line value based on type field in LINE AND CLUSTERED COLUMN CHART as you cannot create measures.

In your scenario , you can consider to connect to SSAS data source via import option, then create measures. Alternatively, create a Line chart using these fields: month, type, actual in the current PBIX file.


Thanks,
Lydia Zhang

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors