Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I want the line component to only show quarterly total numbers even though my x-axis is by month. Is this possible?
Solved! Go to Solution.
Hi @katto_16 ,
I think it is possible to achieve your requirements.
First of all, I create a table as you mentioned.
Then I create two calculated columns.
Format =
YEAR ( 'Table'[Date] ) & "-"
& FORMAT ( 'Table'[Date].[Quarter], "00" )
QtrTotal =
CALCULATE ( SUM ( 'Table'[Total] ), ALLEXCEPT ( 'Table', 'Table'[Format] ) )
Finally you will get what you want.
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.
Hi @katto_16 ,
I think it is possible to achieve your requirements.
First of all, I create a table as you mentioned.
Then I create two calculated columns.
Format =
YEAR ( 'Table'[Date] ) & "-"
& FORMAT ( 'Table'[Date].[Quarter], "00" )
QtrTotal =
CALCULATE ( SUM ( 'Table'[Total] ), ALLEXCEPT ( 'Table', 'Table'[Format] ) )
Finally you will get what you want.
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.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 42 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 123 | |
| 104 | |
| 44 | |
| 32 | |
| 24 |