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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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