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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
p1nkman
Helper I
Helper I

Calculating the percentage based on filters

Hi everyone,

 

I think the solution might be simple for this but I just can't figure it out. Basically I want to create a percentage of these two values. Both are distinct count filters with the top one having some filters being applied to. It should calculate (2667-260)/2667 for the output shown as percentage. How can I achieve this? 

 

PBI problem statement2.png

Thank you and best regards

1 ACCEPTED SOLUTION
v-yueyunzh-msft
Community Support
Community Support

Hi, @p1nkman 

For your need , you have two card , you want to calculate the divide between two cards. And in one card , it has filter.Right?

Here are the steps you can refer to :

vyueyunzhmsft_0-1671074123859.png

(1)We need to ccreate a measure to calculate the filter logic,like this:

Measure = var _card1 = CALCULATE(COUNT('Table'[Sex]), 'Table'[Sex]=0)
return
DIVIDE(_card1,COUNT('Table'[Sex]))

(2)Then we can meet your need:

vyueyunzhmsft_1-1671074226134.png

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

1 REPLY 1
v-yueyunzh-msft
Community Support
Community Support

Hi, @p1nkman 

For your need , you have two card , you want to calculate the divide between two cards. And in one card , it has filter.Right?

Here are the steps you can refer to :

vyueyunzhmsft_0-1671074123859.png

(1)We need to ccreate a measure to calculate the filter logic,like this:

Measure = var _card1 = CALCULATE(COUNT('Table'[Sex]), 'Table'[Sex]=0)
return
DIVIDE(_card1,COUNT('Table'[Sex]))

(2)Then we can meet your need:

vyueyunzhmsft_1-1671074226134.png

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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