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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

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
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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