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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
StuartSmith
Power Participant
Power Participant

Percentage Bar Visual - Similar to progress bar.

I have multiple columns that contain either "Yes" or "No" and would like to display a visual similar to the below where it will show a percentage of all the "Yes" values in each column.  So, if there were 100 rows in the "eSIM" column and 20 "Yes" values, it would show the bar gague full by 20%

 

2020-09-15_10-45-04.jpg

 

Firstly, is there a visual that can do this? I have look in the visual store and couldnt see one.  There are curved gauges, but not bars. And then what would the calculation be to get this result.

 

Thanks in advance.

1 ACCEPTED SOLUTION

Hi @StuartSmith 

In addition to 

 

Measure = 
Var Yes = CALCULATE(COUNT('Table'[Category]),FILTER(ALL('Table'),'Table'[Category]=MAX('Table'[Category])&&'Table'[Status]="Yes"))
Var Total = CALCULATE(COUNT('Table'[Category]),FILTER(ALL('Table'),'Table'[Category]=MAX('Table'[Category])))
return
Yes/Total

 

Then we build a table visual and format the conditional formatting as below.

2.png

3.png

You need to change the Min and Max as 0 to 1 or the result will show incorrectly.

You can download the pbix file from this link: Percentage Bar Visual - Similar to progress bar.

 

Best Regards,

Rico Zhou

 

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

4 REPLIES 4
amitchandak
Super User
Super User

@StuartSmith , This seems like conditional formatting data bars in matrix visual.

https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting#add-da...

Data Bar.png

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Thanks again, you always seem to be helping me.  I will have a read of the webpage.

 

Hi @StuartSmith 

In addition to 

 

Measure = 
Var Yes = CALCULATE(COUNT('Table'[Category]),FILTER(ALL('Table'),'Table'[Category]=MAX('Table'[Category])&&'Table'[Status]="Yes"))
Var Total = CALCULATE(COUNT('Table'[Category]),FILTER(ALL('Table'),'Table'[Category]=MAX('Table'[Category])))
return
Yes/Total

 

Then we build a table visual and format the conditional formatting as below.

2.png

3.png

You need to change the Min and Max as 0 to 1 or the result will show incorrectly.

You can download the pbix file from this link: Percentage Bar Visual - Similar to progress bar.

 

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

 

That worked great and once I pivioted the required columns, your steps worked perfectly.

Thanks very much.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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