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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Himaja95
Helper I
Helper I

Power Bi

Hi Everyone,

 

I made a stacked bar graph (CHART1) and intended to show a trend line till 2040, which isn't appearing on this bar graph.So I modified the graph (CHART 2) and enabled the trend line.However, I need to display that line in a slowly decreased manner to 0 till 2040.

 

Please Help

 

CHART 1

Himaja95_0-1690383834818.png    

CHART 2

Himaja95_1-1690383938155.png

 

 

1 ACCEPTED SOLUTION
kpost
Solution Sage
Solution Sage

Make it a "line and stacked column" chart, then create a measure using slope intercept form and the YEAR as the x value... ( y = mx + b )  where :


M is the slope calculated by using the points (2016, 22000) and (2040, 0), or -916.67.


I did the math and got this as your line measure based on an initial value of 22000 in 2016 and going to 0 in 2040


sloped line = -916.67*distinct(Date_Table[Year]) + 1870000

You can then format the line's style to make it a dashed line .

help.pngline.

View solution in original post

3 REPLIES 3
kpost
Solution Sage
Solution Sage

Make it a "line and stacked column" chart, then create a measure using slope intercept form and the YEAR as the x value... ( y = mx + b )  where :


M is the slope calculated by using the points (2016, 22000) and (2040, 0), or -916.67.


I did the math and got this as your line measure based on an initial value of 22000 in 2016 and going to 0 in 2040


sloped line = -916.67*distinct(Date_Table[Year]) + 1870000

You can then format the line's style to make it a dashed line .

help.pngline.
Himaja95
Helper I
Helper I

Data is only available till 2022.Forecasting option isn't available for the bar charts That I selected. I have to display the trendy line as below chart (used Tableau) in POWERBI

Himaja95_0-1690388721835.png

 

mario_ruiz
Helper II
Helper II

Is the data missing till 2040? Because it's not showing it, it seems You don't have any more data to show. You could try to forecast and see if the AI reconstructs the data till 2040 year. 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.