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

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

Reply
Umair_Aslam
Helper I
Helper I

Percentage value

Hi Everone!

 

I am trying to get a percentage of the same column value like the Column value/total of the same column value. 

 

I tried Divide(Selectedvalue(column), sum(column) but it isn't working.

 

 

Thangs

1 ACCEPTED SOLUTION
olgad
Super User
Super User

Hi, 

Measure = Divide(Sum(Column), Calculate(Sum(Column)), All(The column in your visual)))
In my case The column in your visual is the Name column.
olgad_0-1674748864919.png

DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

View solution in original post

2 REPLIES 2
olgad
Super User
Super User

Hi, 

Measure = Divide(Sum(Column), Calculate(Sum(Column)), All(The column in your visual)))
In my case The column in your visual is the Name column.
olgad_0-1674748864919.png

DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

HI @olgad

Thanks for your response.

Can you please attach your file here? 

 

Thanks

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors