Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Measure %

Hello,

 

I have a sample data where I need to measure % and visualize them.

alpha_123_0-1617889670966.png

How to do that?

Can anyone give any idea?

1 ACCEPTED SOLUTION
v-robertq-msft
Community Support
Community Support

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:

v-robertq-msft_0-1618196294312.png

 

Then create a clustered bar chart and place it like this:

v-robertq-msft_1-1618196294328.png

 

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.

View solution in original post

3 REPLIES 3
v-robertq-msft
Community Support
Community Support

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:

v-robertq-msft_0-1618196294312.png

 

Then create a clustered bar chart and place it like this:

v-robertq-msft_1-1618196294328.png

 

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.

Anonymous
Not applicable

Need to measure % each Business_Process_Definition by total steps

Output should look like below-

alpha_123_0-1617893320435.png

 

amitchandak
Super User
Super User

@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.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.