March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I've struggling to create a very specific report where what I want is to use this Matrix down below (which is calculated by using % Total of the Row) to create a Line Chart.
How can I achieve the same result from this Matrix in a Line chart?
Solved! Go to Solution.
Hi @jvbs ,
I made a simple sample imitating your data.
You can create a measure to help you meet your needs:
% total =
DIVIDE (
SUM ( 'Table'[Sales] ),
CALCULATE ( SUM ( 'Table'[Sales] ),ALL( 'Table'[Product] ) )
)
Then use this measure instead of the “sales” in your matrix.
Then change the format in value pane to “show values as percentage of row total”.
Then click line chart in the visualization filed> Add date to the axis> add the measure to the value and category as legend.
You will get a result like this:
A demo is attached for your reference.
Hope it helps,
Caitlyn Yan
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jvbs ,
I made a simple sample imitating your data.
You can create a measure to help you meet your needs:
% total =
DIVIDE (
SUM ( 'Table'[Sales] ),
CALCULATE ( SUM ( 'Table'[Sales] ),ALL( 'Table'[Product] ) )
)
Then use this measure instead of the “sales” in your matrix.
Then change the format in value pane to “show values as percentage of row total”.
Then click line chart in the visualization filed> Add date to the axis> add the measure to the value and category as legend.
You will get a result like this:
A demo is attached for your reference.
Hope it helps,
Caitlyn Yan
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Thank you so much Caitlyn,
That was exactly what I needed!!
@jvbs Select the matrix and then click on Line chart?
Sorry @Greg_Deckler couldn't give much details at first sight.
But unfortunately it changes the "% total per row" that i've made on my matrix.
@jvbs Whatever you were using in your columns, put that in your Legend.
Forgot to do that on my last reply, sorry.
But even doing that the results keeps different, for example, month 2021-08:
And how it should be:
This behavior keeps happening. Do you know how I can achieve what i want?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
70 | |
68 |