Standard vs Premium Sales Insights
Complete the full lesson to earn 25 points
Work through each section, then tap “Mark as Complete” on the last one.
✦ Skip the page breaks and see fewer ads — read each lesson on a single page with Pro
Mastering Dynamics 365 Sales Insights: Standard vs. Premium
Introduction: The Data-Driven Sales Landscape
In the modern sales environment, the difference between a high-performing team and one that struggles often comes down to how effectively they use the data they already possess. Dynamics 365 Sales provides a wealth of information about customer interactions, pipeline health, and historical performance. However, raw data is rarely actionable on its own. This is where Sales Insights comes into play. Sales Insights acts as an analytical layer on top of your existing CRM data, using artificial intelligence and machine learning to turn numbers into concrete recommendations.
Understanding the distinction between "Standard" and "Premium" Sales Insights is critical for any organization planning its CRM implementation. If you choose the wrong tier, you might either overpay for features your team isn't ready to use or, more dangerously, miss out on critical automation that could save your sales representatives hours of manual work every week. This lesson will break down exactly what each tier offers, how to implement them, and how to decide which one fits your business goals.
Understanding the Core Architecture of Sales Insights
At its heart, Sales Insights is a collection of features designed to reduce the time sellers spend on administrative tasks and increase the time they spend closing deals. It does this by analyzing communication patterns, identifying sentiment in emails, and surfacing potential risks in the sales pipeline.
The "Standard" tier is included with the base Dynamics 365 Sales Enterprise license. It provides foundational capabilities that focus on data visualization and basic activity tracking. Think of it as a "visibility" layer—it helps you see what is happening in your sales cycle. The "Premium" tier, which requires an additional per-user license, acts as an "automation and intelligence" layer. It doesn't just show you what is happening; it predicts what will happen and suggests the next best action to take.
The Role of Artificial Intelligence
Both tiers rely on AI models, but the sophistication of these models differs significantly. Standard Sales Insights uses rule-based logic and simple trend analysis. Premium Sales Insights leverages deep learning models that improve over time as they ingest more data from your specific organization. This means that as your team uses the system, the recommendations provided by Premium features become increasingly accurate and tailored to your unique sales process.
Callout: The "Visibility" vs. "Action" Paradigm The core difference between Standard and Premium Sales Insights can be summarized by the transition from visibility to action. Standard insights answer the question, "What happened?" by providing charts and activity summaries. Premium insights answer the question, "What should I do next?" by providing predictive scores, relationship health indicators, and automated conversation intelligence.
Deep Dive: Standard Sales Insights
Standard Sales Insights is designed for organizations that need better reporting and basic activity tracking without the overhead of complex AI configuration. It is an "out-of-the-box" experience that requires minimal setup.
Key Features of Standard Sales Insights
- Assistant (Basic): Provides simple, card-based reminders for upcoming meetings, tasks, and overdue opportunities.
- Email Engagement (Basic): Offers fundamental tracking such as knowing when an email has been opened or when a link within an email has been clicked.
- Auto Capture (Basic): Helps users identify relevant emails and calendar items in their Outlook environment that might be related to a record in Dynamics 365.
- Sales Forecasting: Provides standard revenue projections based on the status of opportunities within the pipeline.
Why Choose Standard?
If your sales team is relatively small or your sales cycle is straightforward, the Standard tier is often sufficient. It reduces the "noise" of advanced AI features while still providing the essential tools needed to keep track of daily activities. It is also an excellent starting point for organizations that are new to CRM, allowing them to establish good data hygiene habits before moving on to more complex automated features.
Note: Even within the Standard tier, ensure that your team is consistently logging activities. AI models, regardless of how advanced they are, rely on the quality of the input data. If your sellers aren't saving their emails to the CRM, neither the Standard nor the Premium tier will provide any value.
Deep Dive: Premium Sales Insights
Premium Sales Insights is where the platform shifts from a passive record-keeping system to an active participant in the sales process. This tier is intended for organizations that have a significant volume of data and want to use that data to optimize their sales strategy.
Key Features of Premium Sales Insights
- Predictive Lead and Opportunity Scoring: This feature uses historical data to assign a score (0-100) to leads and opportunities, indicating the likelihood of conversion. This allows sellers to focus their energy on the "hottest" prospects.
- Relationship Analytics: By analyzing data from Dynamics 365, Exchange, and other sources, the system calculates a "health score" for each relationship. It highlights if a relationship is at risk due to lack of engagement or if it is thriving.
- Conversation Intelligence: This is perhaps the most powerful feature in the Premium tier. It records and transcribes sales calls, then uses AI to analyze sentiment, identify keywords (like competitor names or pricing concerns), and track talk-to-listen ratios.
- Notes Analysis: The system automatically scans notes taken during meetings and suggests follow-up actions, such as creating a new contact or scheduling a task.
- Who Knows Whom: This feature identifies colleagues within your organization who have already interacted with a prospect, helping to facilitate "warm" introductions rather than cold calls.
Real-World Example: Conversation Intelligence in Action
Imagine a sales representative is on a Zoom call with a potential client. With Premium Sales Insights, that call is recorded and transcribed in real-time. Later, the manager receives a report showing that the client mentioned a specific competitor three times. The AI also flags that the client’s sentiment shifted from "neutral" to "concerned" when pricing was mentioned. The manager can now coach the seller on how to handle that specific pricing objection in the next follow-up call. This level of detail is impossible to achieve manually.
Implementation Guide: Step-by-Step
Implementing Sales Insights is a structured process. Whether you are setting up Standard or Premium, the steps begin with configuration within the Dynamics 365 Sales Hub.
Step 1: Enabling the Features
- Navigate to the Sales Insights settings area in the Dynamics 365 Sales Hub.
- Review the "Global Settings" to ensure that the necessary permissions are granted for data processing.
- For Standard features, toggle the switches for "Assistant" and "Email Engagement."
- For Premium features, you will need to map your Exchange environment to allow for Conversation Intelligence and Relationship Analytics.
Step 2: Configuring the AI Models
If you are using Premium, you must train your models.
- Go to the Predictive Scoring section.
- Select the entities (Lead or Opportunity) you want to score.
- Define the "Business Process Flow" stages that represent a "Won" or "Lost" outcome.
- Allow the system 24-48 hours to ingest your historical data and generate the initial scoring model.
Step 3: Setting Up Conversation Intelligence
- Connect your telephony provider or video conferencing software (e.g., Microsoft Teams) to the Sales Insights environment.
- Configure the "Keywords" list—add your competitors' names, your product names, and any specific industry terms you want the AI to track.
- Set up the "Sales Team Hierarchy" so that managers can view the call analytics for their direct reports.
Tip: When setting up Conversation Intelligence, start with a small list of keywords. If you add too many, the AI will provide too much "noise" in the reports. Focus on the top 5-10 terms that define a successful or unsuccessful sales conversation.
Technical Considerations: Code Snippets and Customization
While Sales Insights is primarily a "no-code" configuration experience, there are times when you may want to interact with the data programmatically using the Web API. For instance, you might want to pull the "Predictive Score" of an opportunity into an external Power BI report or a custom portal.
Accessing Predictive Scores via Web API
The predictive score is stored in a hidden field on the Opportunity entity. You can retrieve this using a standard OData request:
GET [Organization URI]/api/data/v9.2/opportunities(guid'YOUR-OPPORTUNITY-ID')?$select=msdyn_predictivescore
Explanation:
msdyn_predictivescore: This is the field name where the AI model writes the calculated score.YOUR-OPPORTUNITY-ID: Replace this with the unique identifier of the record you are querying.- The result will return a numeric value (or null if the score hasn't been calculated yet).
Customizing the Assistant
If you want to create a custom notification card for the Assistant, you can use the msdyn_actioncard entity. This is useful for surfacing custom business logic that isn't covered by the out-of-the-box insights.
// Example: Creating a custom Assistant card for a high-value opportunity
var entity = {};
entity["cardtypeid"] = "YOUR-CARD-TYPE-ID";
entity["title"] = "High Value Opportunity Alert";
entity["description"] = "This opportunity is over $50,000 and hasn't been updated in 3 days.";
entity["[email protected]"] = "/opportunities(YOUR-OPPORTUNITY-ID)";
// Use the Web API to create the record
Xrm.WebApi.createRecord("msdyn_actioncard", entity).then(
function success(result) {
console.log("Card created successfully");
},
function (error) {
console.log(error.message);
}
);
Comparison: Standard vs. Premium Features
| Feature | Standard Sales Insights | Premium Sales Insights |
|---|---|---|
| Predictive Scoring | No | Yes (Lead & Opportunity) |
| Relationship Health | No | Yes |
| Conversation Intelligence | No | Yes |
| Email Engagement | Basic Tracking | Advanced (Tracking + AI Suggestions) |
| Assistant Cards | Standard/Static | Contextual/Predictive |
| Who Knows Whom | No | Yes |
| License Requirement | D365 Sales Enterprise | D365 Sales Enterprise + Premium Add-on |
Best Practices for Success
1. Don't Over-Automate
One of the most common mistakes is trying to use every single feature on day one. Start by implementing the Assistant and basic Email Engagement. Once your team is comfortable with those, introduce Predictive Scoring. Only after you have a stable process should you move to advanced features like Conversation Intelligence.
2. Focus on Data Quality
AI is only as good as the data it consumes. If your team is not updating the "Status" of opportunities, or if they are not logging their calls and emails, the Premium insights will be inaccurate. Implement a "CRM hygiene" policy where updating records is considered a core part of the job, not an afterthought.
3. Use Insights for Coaching, Not Policing
When using Conversation Intelligence, ensure that managers use the data to provide constructive coaching. If sellers feel like they are being "policed" by the AI, they will become resistant to the technology. Frame the insights as a way to help them improve their win rates and reduce their manual workload.
4. Regularly Review Model Performance
Predictive models are not "set and forget." Every few months, review the accuracy of your lead and opportunity scores. If the business environment changes—for example, if you launch a new product line—your historical data might no longer be a reliable predictor of future success. You may need to retrain your models to account for these changes.
Common Pitfalls and How to Avoid Them
Pitfall 1: The "Black Box" Effect
Users often distrust AI because they don't understand how it arrives at a score.
- Solution: Use the "Why is this scored this way?" feature within the interface. This explains the factors (e.g., "Frequent communication," "Large deal size") that contributed to the score, which builds trust with the sales team.
Pitfall 2: Ignoring the "Who Knows Whom" Privacy Concerns
Employees might be uncomfortable with the system mapping their professional connections.
- Solution: Be transparent about how the data is used. Explain that it is strictly for identifying internal connections to help with deal progression and is not a tool for monitoring personal communication.
Pitfall 3: Failing to Integrate with Outlook
Sales Insights relies heavily on the integration between Dynamics 365 and Exchange.
- Solution: Ensure that the Server-Side Synchronization is configured correctly and that every user has the "Dynamics 365 App for Outlook" installed. Without this, the data flow will be fragmented, and the insights will be incomplete.
Frequently Asked Questions (FAQ)
Q: Can I use Premium Sales Insights without having all of my data in Dynamics 365? A: While you can use some features, they will be significantly less effective. The AI models need a comprehensive history of interactions (emails, meetings, calls) to provide accurate insights. If your data is siloed in spreadsheets or other platforms, the AI will miss critical context.
Q: Is there a trial period for Premium features? A: Yes, Microsoft typically offers a 30-day trial for Sales Insights. We recommend using this trial to test the models with your real data before committing to the license.
Q: Does Conversation Intelligence support multiple languages? A: Yes, it supports a wide range of languages. However, you should verify that your specific language is supported in the current documentation, as language support is updated frequently by the product team.
Q: Can I customize the predictive scoring model? A: You can influence the model by selecting which fields are most important to your business (e.g., budget, decision-maker identified), but the underlying machine learning algorithms are managed by Microsoft to ensure consistency and performance.
Callout: Evaluating Your Readiness Before purchasing the Premium license, ask yourself three questions:
- Do we have at least six months of historical sales data in our CRM?
- Is our sales team already using the system to track their daily activities?
- Does our management team have time to review the insights and provide coaching based on the data? If the answer to all three is "yes," you are ready for Premium. If not, start with Standard and focus on process adoption first.
Key Takeaways
- Understand the Tiering: Standard is for visibility and basic tracking; Premium is for predictive intelligence and automated coaching.
- Data Quality is Paramount: AI models are not magic; they require clean, consistent, and abundant data to provide useful recommendations.
- The Shift to Action: Premium Sales Insights is designed to tell your sellers what to do next, which is the key to increasing productivity and shortening the sales cycle.
- Coach, Don't Police: Use the intelligence features, particularly Conversation Intelligence, as a tool for professional development rather than a way to track employee performance.
- Start Small: Don't try to implement every feature at once. Begin with the basics, ensure user adoption, and then layer on the advanced predictive models.
- Trust the Process: Use the "Why" features to understand how the AI arrives at its conclusions, which helps bridge the gap between human intuition and machine-generated scores.
- Regular Maintenance: AI models require periodic review and potential retraining to ensure they remain relevant as your business and market conditions evolve.
By mastering these differences and implementing them with a clear strategy, you move your organization from guessing what might work to knowing exactly what will drive your sales results. Whether you are using the Standard tier to gain a baseline of clarity or the Premium tier to supercharge your sales operations, the goal remains the same: empowering your sellers to focus on what matters most—building relationships and closing deals.
Continue the course
Enjoying the courses?
Everything stays free. Pro shows fewer ads, doubles your daily points limit so you progress twice as fast, and lets you read each lesson on one page.
- ✓ Fewer advertisements
- ✓ 2× daily points limit
- ✓ Distraction-free lessons