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 wan't to do a simple task of having a 100% Stacked Column Chart showing values of my dataset normaly instead of %.
Is that possible? I can't find the solution.
Here's an example of what I wan't using Excel:
This chart shows Victory total in blue and Defeat total in red by each law suitcases request.
I think I found the solution to this:
Under the "Format Visual" button, turn on data labels. Under data labels, go to values, and add a custom label (turn it on). For the field select your measure. This worked for me.
So, for my own use case I came up with the following measure:
Value and Percent =
CONCATENATE(COUNT(Table1[ID])," ("&FORMAT('New Measures'[% of Total],"0.0%")&")")
Proud to be a Super User! | |
I am struggling with exactly the same issue. Also, exactly same reason I cannot use normal Stacked Chart, don't want to compare 2 columns.
Hey,
I have to admit that I do not understand what you mean by
"... 100% Stacked Column Chart showing values of my dataset normaly instead of % ..."
Why can't you just use a "normal" stacked column chart?
Regards
Tom
Because the normal stacked column doenst show the difference in each column, it compares each columns.
My objective is not to compare each column, but to compare the total victory and defeat on each request and see which one I have a major victory or defeat but, instead of %, showing the exact value.
I can show the problem I'm having on the picture below:
Thank you for answering!
I'm open for ideas.
So, understand!
Just tried the Mekko visual as @andrecalais already suggested, but wasn't able to get the "absolute" value, besides the tooltip. but the tooltip also shows the absolute value for the normal "%stacked column chart"
Could be some line of R code using the ggplot2 package, but then you couldn't use the visual for cross filtering other visuals.
Regards
Tom
But Tom, would other visuals (like the Slicer for example) change the R coded visual? But not the other way around.
I will also post as a idea for Microsoft to enable other options for values visualization on 100% Stacked Column Chart.
Hey @andrecalais, yes all other viusals (also slicer) would have impact on the R script visual, as the filter down the data that will be passed to the R script visual.
If you provide some sample data (upload a pbix to onedrive or dropbox and share the link I will give it a "quick" shot 🙂
Regards
Tom
Thanks, Tom!
Unfortunaly I can't provide the data I'm using, I'll try to take sometime and make one with different names and stuff so I can share it.
I'll also try to workaround with R.
I'll leave the post open for people to bring new solutions.
Please, vote the idea for more data label options on 100% Stacked Column Chart
Can you verify if "Mekko Chart" from market place satisfy your requirement.
Thanks for the tip but it didn't worked. Victory and Defeat won't stack.
But the visual is good!
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 |
---|---|
123 | |
86 | |
73 | |
57 | |
52 |
User | Count |
---|---|
197 | |
133 | |
107 | |
69 | |
65 |