Forum Discussion
budderous
6 years agoRegular Visitor
Sales Conversion %
Hi I need show the sale conversion rate on the leads my sales guys are taking. They have about 10 different statuses that they currently use: Quote Created, Live, New, Sale Completed etc... ...
- Anonymous6 years ago
% Confirmed = Calculate ( Count ( 'TableName'[ColumnName]), 'TableName'[ColumnName] = "Confirmed") / Count ('TableName'[ColumnName])
Try that with your table and column names and whatever term you are searching for in the column. Set as a percentage under Modeling
Anonymous
6 years agoNot applicable
% Confirmed = Calculate ( Count ( 'TableName'[ColumnName]), 'TableName'[ColumnName] = "Confirmed") / Count ('TableName'[ColumnName])
Try that with your table and column names and whatever term you are searching for in the column. Set as a percentage under Modeling