Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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!
Solved! Go to Solution.
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.
If you have any question, please feel free to ask.
Best Regards,
Qiuyun Yu
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.
If you have any question, please feel free to ask.
Best Regards,
Qiuyun Yu
Thank you!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
79 | |
47 | |
37 | |
29 |
User | Count |
---|---|
186 | |
79 | |
71 | |
49 | |
42 |