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.
Hi All,
I am creating a report for a challange about remote work. There are 5 kind of answers based on desired home-work and added a chart:
Could you please help, what kind of DAX (or anything else) I should use, if I would like to see %s compared to all (so finally it will be 100%) instead of numbers?
Thank you in advance!
Solved! Go to Solution.
Hi @Pamiko ,
I hope the suggested solution worked for you. If your issue is resolved, kindly accept the post as a solution — it helps the community identify helpful answers more easily.
Thank you.
HI @Pamiko
If you are new to Power BI i would suggest you leverage UI on Power BI for this task, instead of tweaking the calculated measures, which may lead to confusions.
I used one simple simulated dataset generated by AI, after drag and drop the 'Text' column onto bar chart, turn on the data label, ideally it will show the numbers of different categories like that on your picture. On Y-axis setting, right-click the item and show the value as Percent of Grand total. This will help you adjust the chart to Percentage view.
Thanks
Mason
Hi @Pamiko ,
I hope the suggested solution worked for you. If your issue is resolved, kindly accept the post as a solution — it helps the community identify helpful answers more easily.
Thank you.
Hi @Pamiko ,
Following up to check whether you got a chance to review the suggestion given on creating column chart using text data.If it helps,consider accepting it as solution,it will be helpful for other members of the community who have similar problems as yours to solve it faster. Glad to help.
Thank you.
Hi @Pamiko ,
Thank you @Ashish_Excel and @Cookistador for providing detailed and accurate information, really appreciate your input!
The answer shared addresses the question well. If you are still experiencing any issues or have additional questions, please don’t hesitate to reach out. We are here to help!
Thanks again for your cooperation and engagement in the community.
Regards,
pallavi G.
Hi,
This measure pattern should work
Measure = divide([total],calculate([total],all(Data[Reason])))
Reason is the column which has been dragged to the X-axis. Total is the measure you have written which you have dragged to the Y axis.
To receive specific help, share the download link of the PBI file.
Hello @Pamiko ,
The easisest way to achieve that is to create a measure
Do not hesitate to ask if you need more help 🙂
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 |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
60 | |
60 | |
49 | |
45 |