Skip to main content
I have a report that is calculating a conversion rate based on meetings held in a given month and how many convert to revenue. The widget displays nicely until the total for the Conversion %, which is a formula in the report.

 

Here's the dashboard widget, where the total is the sum of each conversion % above it.

 

How can I properly display a calculated total amount on a metric dashboard component?

 

However, on the underlying report the total properly displays as the formula dictates (in this case, the 187/1289 = 14.5%). Here is the underlying report. The CONV % is simply the # Won deals divided by # Meetings Held (this is a 1 or 0 field on the opportunity).

 

User-added image

 

The conversion formula is as follows:

 

User-added image

 

Thank you!
4 réponses
  1. 18 sept. 2017, 13:43
    If you tell the Dashboard component to "Total" a column, it does exactly that -- totals.  Which, in the case of Percents is never a good idea (since the sum of a set of percents is not the same as the percent of the difference between 2 other totals).   There's no other option on the dashboard component configuration.
0/9000