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
Rsanjuan
Helper IV
Helper IV

Calculating a percentage from two different visualizations

pic1.JPG

I am trying to figure out the best way to calculate the winshare from these two tables, meaning finding the percentage of the numbers on the right compared to the numbers on the right.  For example, looking at the total, I have the winshare would be (80/327)*100 = 24.64%.

 

I would like to this for each account name.  Now there may be some account names that are in the left figure but not on the right figure.  It is because the bids were not realized.

 

The fields that I have for the table on the left are:  Account Name (bid) and Opportunity Name (bid) - which I did a count of

The fields that I have for the table on the right are:  Account Name (realized) and Opportunity Name (realized) - which I did a count of

 

Any suggestions would be greatly appreciated!  Thanks!

 

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

Hi @Rsanjuan,

 

In your scenario, you can create a measure with DIVIDE() function like below:

 

Measure = DIVIDE(SUM(realized[Count of Opportunity Name (realized)]),SUM(bid[Count of Opportunity Name (bid)]))

 

Then format the measure values as Percentage.

 

q3.PNG

 

q2.PNG

 

If you have any question, please feel free to ask.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
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

2 REPLIES 2
v-qiuyu-msft
Community Support
Community Support

Hi @Rsanjuan,

 

In your scenario, you can create a measure with DIVIDE() function like below:

 

Measure = DIVIDE(SUM(realized[Count of Opportunity Name (realized)]),SUM(bid[Count of Opportunity Name (bid)]))

 

Then format the measure values as Percentage.

 

q3.PNG

 

q2.PNG

 

If you have any question, please feel free to ask.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you!

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.