Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello,
I have a sample data where I need to measure % and visualize them.
How to do that?
Can anyone give any idea?
Solved! Go to Solution.
Hi, @Anonymous
According to your description and sample picture, I can understand your requirement clearly, I think you can try this measure to achieve this:
Percentage =
var _total=SUMX(ALL('sample data'),[Total_Steps])
return
DIVIDE(SUM('sample data'[Total_Steps]),_total)
Then change the format of the measure to “Percentage” in the measure tool like this:
Then create a clustered bar chart and place it like this:
And you can get what you want.
You can download my test pbix file below
More info about Clustered Bar Chart in Power BI
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
According to your description and sample picture, I can understand your requirement clearly, I think you can try this measure to achieve this:
Percentage =
var _total=SUMX(ALL('sample data'),[Total_Steps])
return
DIVIDE(SUM('sample data'[Total_Steps]),_total)
Then change the format of the measure to “Percentage” in the measure tool like this:
Then create a clustered bar chart and place it like this:
And you can get what you want.
You can download my test pbix file below
More info about Clustered Bar Chart in Power BI
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Need to measure % each Business_Process_Definition by total steps
Output should look like below-
@Anonymous , Not very clear
divide(sum(Table[Total_steps]), Calculate(sum(Table[Total_steps]), allselected(Table)))
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 35 | |
| 35 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |