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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
katto_16
Frequent Visitor

Combo Chart, Monthly bars with Quarterly line, possible?

katto_16_1-1719384557603.png

 

I want the line component to only show quarterly total numbers even though my x-axis is by month. Is this possible? 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @katto_16 ,

I think it is possible to achieve your requirements.

First of all, I create a table as you mentioned.

vyilongmsft_0-1719456435562.png

Then I create two calculated columns.

Format =
YEAR ( 'Table'[Date] ) & "-"
    & FORMAT ( 'Table'[Date].[Quarter], "00" )

vyilongmsft_1-1719456509977.png

QtrTotal =
CALCULATE ( SUM ( 'Table'[Total] ), ALLEXCEPT ( 'Table', 'Table'[Format] ) )

vyilongmsft_2-1719456580173.png

Finally you will get what you want.

vyilongmsft_3-1719456621408.png

 

 

 

Best Regards

Yilong Zhou

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

1 REPLY 1
Anonymous
Not applicable

Hi @katto_16 ,

I think it is possible to achieve your requirements.

First of all, I create a table as you mentioned.

vyilongmsft_0-1719456435562.png

Then I create two calculated columns.

Format =
YEAR ( 'Table'[Date] ) & "-"
    & FORMAT ( 'Table'[Date].[Quarter], "00" )

vyilongmsft_1-1719456509977.png

QtrTotal =
CALCULATE ( SUM ( 'Table'[Total] ), ALLEXCEPT ( 'Table', 'Table'[Format] ) )

vyilongmsft_2-1719456580173.png

Finally you will get what you want.

vyilongmsft_3-1719456621408.png

 

 

 

Best Regards

Yilong Zhou

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

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.