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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a Line and Stacked column chart constructed from a dataset which has four significant columns :- Commodity Price, Forecast Week and two other columns depicting different levels of Commodity Prices .Commodity price is a series having actual prices till certain date and forecast price after that date.
I have tried below approach to construct the Line and Stacked Column chart :-
X axis :- Forecast Week
Column Y axis :- columns with different levels for Commodity Prices.
Line Y axis :- Commodity Prices.
This has resulted in a Line and Stacked Column chart Representation with the line Y axis showing the whole Commodity Prices distribution.
I want to split the Line into two parts based on actual prices and forecast prices represented with separate styles.
Please help.
Thanks for your quick reply.
I was able to solve this.
The forecast prices were below the actual prices. For your example, the commodity price column has actual values till let's say nth row(till today) and the forecast prices from (n+1)th row till end of column. I just split the column into two columns(DAX based) : Actuals and Forecasts in line y axis included them using separate measures. The line got split into separate representations based on the measures. This is how I solved this.
Hi @Anonymous ,
According to your description, I made a sample and here is my solution.
Sample data:
Put them into a Line and Stacked Column chart.
But, could you tell me how you want to split the Line into two parts based on actual prices and forecast prices represented with separate styles? Do you mean if actual prices is below the forecast prices, it will show a part and if is above, show another part? You can provide a expected output in order that we can help you further more.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.