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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Wellingtonluis
New Member

Line Chart with total bar at the end

Wellingtonluis_0-1625417433240.png


Hello guys. Any tip do make a chart like this ?
Thanks in advance.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Wellingtonluis ,

 

According to the screenshots, it seems that you want to display value of each month by Line visual and display the total value whole year by Stacked Column visual, right?

 

If so, please follow these steps:

 

1. Add a measure for total value and display it using Stacked Column chart(disable visual title and X-axis title):

total = CALCULATE(SUM('Table'[Value]),ALLEXCEPT('Table','Table'[Date].[Year]))

Stacked Column chart.PNG

2. create Line chart (disable the X-axis title)

Line chart.PNG

3. Group these two visuals:

group visuals.jpg

 

Or use Waterfall chart like this:

waterfall visual.PNG

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Wellingtonluis ,

 

According to the screenshots, it seems that you want to display value of each month by Line visual and display the total value whole year by Stacked Column visual, right?

 

If so, please follow these steps:

 

1. Add a measure for total value and display it using Stacked Column chart(disable visual title and X-axis title):

total = CALCULATE(SUM('Table'[Value]),ALLEXCEPT('Table','Table'[Date].[Year]))

Stacked Column chart.PNG

2. create Line chart (disable the X-axis title)

Line chart.PNG

3. Group these two visuals:

group visuals.jpg

 

Or use Waterfall chart like this:

waterfall visual.PNG

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

mahoneypat
Microsoft Employee
Microsoft Employee

The Charticulator visual is great for making your own combined visuals like this.  There is some learning curve, but well worth it for flexibility in no-code visualization.

(10) Charticulator: Now a Power BI Custom Visual! (with Daniel Marsh-Patrick) - YouTube

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Wellingtonluis
New Member

Thanks aj1973, could you give more datais about your solution, because for me it seems like one chart.

@Wellingtonluis  Would you send me a sample of your model and i will give it a try!

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

aj1973
Community Champion
Community Champion

Hi @Wellingtonluis 

You can put 2 visuals on top of each others, one for line chart and another for Total Bar. 

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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