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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Percentage of a group

Hi, 

 

I feel like this might be a little more straight forward than I think and I'm overthinking it. 

 

I have a data set that looks something like this:

 

Programapplication #met standard binary
A11
B20
B31
B40
C51
C61
C70
D81

 

What I am looking for is the percentage of programs that are meeting the standard. So if I were to calculate for the above, 75% of programs are meeting the standard, programs A, C and D are meeting the standard. 

 

I believe it's a calculation but I can't figure it out

 

Any help that can be provided would be appreciated. 

 

Thanks in advance, 

 

Vanlang

4 REPLIES 4
jameszhang0805
Resolver IV
Resolver IV

@Anonymous If the standard meeting percentage is 75%, why the Program C passed, Program C just has 3 applications, and 2 applications met the standard, the meeting percentage of Program C should be 66.67%.

jameszhang0805_0-1615345930932.png

 

 

Anonymous
Not applicable

Hi @jameszhang0805 ,

 

I'm not looking for a roll up per project. 

 

What you calculated is absolutely correct. But what I need is a rollup of that table.

 

The 75% I was referring to (the number I need) is that Programs A C and D are meeting the standard at least 50% of the time. 

amitchandak
Super User
Super User

@Anonymous , You can get that with a measure like

 

divide(sum(Table[met]),count(Table[application #]))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi Amit,

 

It's not exactly what I am looking for, what I am looking for is a single calculation that will tell me that what percentage of programs made the standard, not what projects did.

 

Thank you though.

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.