Forum Discussion
Percentages in a Chart
Please see the images below. The first image showing October November and December is how I want the chart to appear in Power BI. The second chart is where I'm currently at (started with the month of October). How do I show the percentages at the top of the bars (or anywhere for that matter)? The third and fourth image is what my data in Power BI looks like.
Hi, BernierWork
Try the methods mentioned by parry2k to achieve almost what you need.
Measure:
Measure = DIVIDE(SELECTEDVALUE('Table'[Found Jobs]),SELECTEDVALUE('Table'[Seeking Work]))If this is not the result you expect, what's your expected result? Could you please provide more details for it?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
4 Replies
- v-zhangti
Community Support
Hi, BernierWork
Try the methods mentioned by parry2k to achieve almost what you need.
Measure:
Measure = DIVIDE(SELECTEDVALUE('Table'[Found Jobs]),SELECTEDVALUE('Table'[Seeking Work]))If this is not the result you expect, what's your expected result? Could you please provide more details for it?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- parry2k
Super User
BernierWork create a measure for % and then use a line and clustered column chart, on line values drop the % measure, and in the formatting pane, change the stroke width to 0, and make sure data labels are turned on. This will do it.
Follow us on LinkedIn and to our YouTube channel
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.
- BernierWorkNew Member
It's the measure I'm unsure of. I've tried a few measures, but I'm missing something. When I do a measure it adds a new column to the chart. parry2k
- parry2k
Super User
BernierWork what do you mean new column to the chart? Can you share some screenshots what you have tried so far?