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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
daryllabar
Regular Visitor

How to Display the Percentage of Boolean Values for Multiple Fields in One Visualization

I have a around 20 columns in my table, that are true/false values.  I want to display the true percentages for each column in a single visulization. Is this possible, if so how?

 

For example:

 

AsOfDateOption AOption BOption COption DOption EOption FOption G
1/1/20201011111
1/2/20201011111
1/3/20201011111
1/4/20201011111
1/5/20201011111
1/6/20201001111
1/7/20201001110
1/8/20201001100
1/9/20201001000
1/10/20201000000

 

 

Option A: 100%

Option B: 0%

Option C: 50%

Option D; 90%

Option E: 80%

Option F: 70%

Option G: 60%

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@daryllabar , first unpivot

https://radacad.com/pivot-and-unpivot-with-power-bi
Transpose : https://yodalearning.com/tutorials/power-query-helps-transposing-data/

 

After that with new option column

try this divide(sum(Table[Option]),count(Table[Option]))

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

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@daryllabar , first unpivot

https://radacad.com/pivot-and-unpivot-with-power-bi
Transpose : https://yodalearning.com/tutorials/power-query-helps-transposing-data/

 

After that with new option column

try this divide(sum(Table[Option]),count(Table[Option]))

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

After I unpivoted, I just select a bar chart and added the values column to it, sand selected Average for the column and that did what I want.  Although I wish the label would be 95% rather than .95, but it works!

After the Unpivot, I have 500k rows.  I'm guessing that should not be transposed, since that will creat 500k columns, or am I misunderstanding it?

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.