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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Asturn15
New Member

dynamically changing pie chart

I want to build a pie chart in which I can find the percentage of a specific value. Not the sum of all the values ​​in this column, but the number from another column. Below is an example:

 

Nameval1

val2

val3val4sum
xxx123410
yyy413513
zzz33219

 

Based on this example, I would like to see what percentage of the sum for "name" are val1,val2,val2. I know I can easily calculate it, but I would like to build a chart in which these values ​​will change dynamically depending on the "name" filter.

1 REPLY 1
lbendlin
Super User
Super User

First step is to unpivot your data to make it usable in Power BI.  Then your visuals work all by themselves.

 

lbendlin_0-1698015816830.png

 

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors