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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Need to check how we can create a change line in Bar chart

Hi Team - 

 

I have data in below format:

 20202021Change
Quant           102.3           116.414%
Analytics              18.6              20.29%
Qual              21.2              14.7-31%
Other                3.6                5.757%
Total        145.7        157.18%

 

Need to show "change" in Bar Chart as per below:

 

Shruti_Khanna_0-1633528539453.png

To create these bar charts I had written 4 different measures and added in "Column Values". In "Shared axis" mentioned Year

 

One KPI: 

 

Total Research Investment by Bucket: Hive Research - Analytics =

var aa= CALCULATE(SUM(Data[Value]),
FILTER(
Data,
Data[Methodology type] = "Analytics"
 
)) / 1000000
return aa + CALCULATE(SUM(Mktg_research_investment_US_Final[Total]),
FILTER(
Mktg_research_investment_US_Final,
Mktg_research_investment_US_Final[Mktg Research Investment]="RMS & Data"
 
))

 

Kindly let me know how I can create change line as per above chart in PBI.

 

Quick response would be appreciated.

 

 

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , with clustered stacked line visual, you can not break line by legend as of now.

Please check for some custom visual

https://appsource.microsoft.com/en-us/marketplace/apps?product=power-bi-visuals

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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