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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
poornadeepthi
Regular Visitor

Power BI Line and Stacked Column Chart

Hello,

 

I am using Line and Stacked Column Chart to show the availability and target for FY hierarchy(FY and Month). I have two categories like A, B. When I drill down directly from FY to months the visual working fine. But when I add filter to visual as B like that and drill down to months. The visual is looking odd. 

 

Please help.

 

Measures I am using:

 

Bar = MIN([Available],[Target])
Marker Value = MAX([Available],[Target])
Met Bar =
var available = [Available]
var target = [Target]
return
  IF(available>=target, [Marker Value]-[Bar])
 
Target = CALCULATE(SUM('DigitalCASP'[Days]),FILTER('DigitalCASP','DigitalCASP'[Category]="CASP Target"))
 
UnMet Bar =
var available = [Available]
var target = [Target]
return
  IF(target>available, [Marker Value]-[Bar])
 
poornadeepthi_1-1714120015961.png

 

 

poornadeepthi_0-1714119837171.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @poornadeepthi ,

You can navigate to Format pane, change the range of Y-axis and second Y-axis separately to make them align just shown as the ones in below screenshot...

vyiruanmsft_1-1714356070076.png

Best Regards

View solution in original post

2 REPLIES 2
poornadeepthi
Regular Visitor

I think it is because showing two different ranges on the sides, if you see.

 

poornadeepthi_1-1714121326375.png

How to align these two ranges.

 

Appreciate your help.

 

Anonymous
Not applicable

Hi @poornadeepthi ,

You can navigate to Format pane, change the range of Y-axis and second Y-axis separately to make them align just shown as the ones in below screenshot...

vyiruanmsft_1-1714356070076.png

Best Regards

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.