The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
82 | |
65 | |
53 | |
52 |
User | Count |
---|---|
128 | |
115 | |
80 | |
65 | |
63 |