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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

YTD on the end of clusterd column chart (one chart)

Hello, team. 

 

I would like to know how can I put the YTD on the same chart of the other values. 

 

azauskis_1-1651764899577.png

 

I tried following these guidelines but it didn't work: Solved: Re: Weekly graph data and YTD data in one chart - Microsoft Power BI Community

 

Thank you in advance for your help 🙂

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello,
I got solve it! 🙂
Soon, i will post the solution. 
Thank you for your attention.

View solution in original post

3 REPLIES 3
Whitewater100
Solution Sage
Solution Sage

Hi:

If you have two separate measures (base and YTD) you can add to a chart(s). It's important to have a date table,marked as date table and with relationship to your fact table(table with data you are visualizing). There are more ways to do this and some people like using bookmark to give this flexibility. If interested in bookmark approach, there are many youtube videos on that. I hope this helps..

Whitewater100_0-1652274273654.png

Total Sales = SUM(Data[Sales])
YTD Sales = TOTALYTD([Total Sales], Dates[Date])
 
Whitewater100_1-1652274368508.png

 

Anonymous
Not applicable

Hello,
I got solve it! 🙂
Soon, i will post the solution. 
Thank you for your attention.

tamerj1
Super User
Super User

Hi @Anonymous 

can you share sample file and the code you used?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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