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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
v-yilong-msft
Community Support
Community Support

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
v-yilong-msft
Community Support
Community Support

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

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