Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Please I need pie chart showing the information percentages ( %). I do not know how to do it?
Hi @asantanah,
first of all...your data type?
Because you can set the type on "Percentage" (like show in this screenshot)
(for do this you have to select the data column)
After that, in the pie chart you have 2 options:
1) in "Detail Labels" you can set the "Label Style" on "both" (to show category and data)
2) in "Detail Labels" you can set the "Label Style" on "Data Value" (to show only data) and the set "Legend" to "On" (to pair columns and colours.
Let me know if it works.
#I'M Not An Expert#
No it's not , I'm trying to get my database shows everything in numbers. The pie chart should give the numbers in porcentaceje but useless the Pie Chart
Ex:
@asantanah if you ask how to show the percentage in a pie chart, you might be misunderstood. In the future give this example from the beginning. My mistake for not understanding what you were searching.
@fso and @austinsense gave you the right answers.
Have a good coding.
Hi,
I believe your scenario is you have absolute numbers but you want them to display as percentages?
I would create two separate measures: [Absolute Numbers] and [Percentages].
In it's simplest form, it works like this:
(beware that I am using a European version, so you probably have to use a comma instead of the semicolon in the percentages measure)
The only thing I would add is that you should use the DIVIDE function ...
Percentages = DIVIDE([Absolute Numbers], CALCULATE([Absolute Numbers], ALL( Teams[Team])))
DIVIDE is a little bit better because it will help you avoid a divide by zero error if that ever happens in your dataset.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
59 | |
36 | |
35 |
User | Count |
---|---|
99 | |
57 | |
56 | |
46 | |
40 |