SlideShare une entreprise Scribd logo
1  sur  37
Dynamics CRM
Reporting & Dashboards
    Extending the Power of CRM
    Mike Hammons – Director, Solution Architects




          October 19, 2011 | Copyright © 2011 Infinity Info Systems
Presenters:


         Marketing Manager




         Director, Solution Architects




              October 19, 2011 | Copyright © 2011 Infinity Info Systems
Agenda:

•   Reports & Dashboards
•   Challenges
•   What’s Available
•   Q&A
•   Announcements




              October 19, 2011 | Copyright © 2011 Infinity Info Systems
Infinity Info Systems

WHY REPORTING & DASHBOARDS


                    October 19, 2011 | Copyright © 2011 Infinity Info Systems
Dashboards                             vs.                   Traditional Reporting




DashboardsAnalytics                                        Traditional Report :
•  Much more visual and interactive                         •   Supports reporting with simple drills and
•  Typically 3-5x faster to build a DAR                         light charting capability
   solution versus a canned report with                     •   Pre-Built canned reports
   Crystal                                                  •   Typically printed or distributed via PDF
•  Charts, graphs, etc can be changed                       •   Requires expertise and a developers
   by user                                                      license to make changes
•  Easier to access other data sources                      •   Access to other data sources can be
                                                                challenging




                          October 19, 2011 | Copyright © 2011 Infinity Info Systems
Challenges


                 •         CRM Online
                 •         Database Driven
                 •         View One Entity At A Time
                 •         SSRS & SharePoint
                           Required for BI on CRM



             October 19, 2011 | Copyright © 2011 Infinity Info Systems
Infinity Info Systems

REPORTS


                    October 19, 2011 | Copyright © 2011 Infinity Info Systems
Reports in Dynamics CRM 2011
Similar to the Microsoft Dynamics CRM 4.0 Data Connector for
Microsoft ® SQL Server ® Reporting Services
Two components
   • Fetch Data Processing Extension (Fetch DPE)
   • SQL Data Processing Extension (SQL DPE)
Installation required for any of the following activities
   •   Create a report with the Report Wizard
   •   Use Out of Box reports
   •   Schedule reports
   •   Upload Custom Fetch Based Reports
   •   Enable MUI Packs
   •   Import organizations and create new organizations
   •   Shared Reports
                     October 19, 2011 | Copyright © 2011 Infinity Info Systems
Reporting Extensions
• Upgrade of Reports
  – The Dataconnector in Microsoft Dynamics CRM 4.0
    needs to be uninstalled and the Microsoft Dynamics
    CRM 2011 CRM Reporting Extensions installed
  – During upgrade, reports created by the Report Wizard
    are converted to fetch-based reports
  – Reports created using the wizard, but modified in
    Visual Studio will not be upgraded (SQL-based
    reports)
  – Out of box reports not converted



               October 19, 2011 | Copyright © 2011 Infinity Info Systems
Reporting Extensions

• Out of Box Reports in Dynamics CRM Online
  – SQL-based
  – Embedded code moved to custom assemblies
  – Reports have the least execution privileges
    required to run




                October 19, 2011 | Copyright © 2011 Infinity Info Systems
Excel Reports & Dashboards
• One of the most powerful and under-utilized
  reporting options in Dynamics CRM is
  exporting to Excel.
• Simply go to a Filtered View and click the
  Export to Excel button.
• Go to Opportunities, select Open
  Opportunities
• Click Export to Excel button
• Select Dynamic Pivot Table

             October 19, 2011 | Copyright © 2011 Infinity Info Systems
Excel Reporting Tip
  • Write SQL queries against CRM without all that
    fiddling around in Visual Studio.
  • The use of Excel for queries instead of SSRS also
    fits in with Microsoft's aim of giving the power to
    configure to the end user.
  • There are few end users who are brave enough to
    tackle Visual Studio but there are plenty that will
    play with Excel and most companies have at least
    one person that can write basic SQL SELECT
    queries.

              October 19, 2011 | Copyright © 2011 Infinity Info Systems
Let’s Try it
 • On the Excel Data tab click Properties
 • Click the Definition tab
 • In the command text field, add a new field,
    opportunity0.actualvalue as ‘Actual Revenue’
   then click OK
 • You should now see the field in the PivotTable list
   field.




               October 19, 2011 | Copyright © 2011 Infinity Info Systems
Infinity Info Systems

CUSTOM REPORTS


                    October 19, 2011 | Copyright © 2011 Infinity Info Systems
Custom Reports
  – Business Intelligence Development Studio (BIDS)
     • Authoring environment
     • WYSIWYG editing
     • Formatting
  – SQL Based Reports
     • OnPremise Only
     • Use Filtered Views
  – Fetch Based Reports
     • Online and OnPremise
     • Use FetchXML queries



               October 19, 2011 | Copyright © 2011 Infinity Info Systems
Getting started with Fetch XML

• What to do if you are not familiar with Fetch
  XML
  – Build your query with Advanced Find
  – Create a base report with the Report Wizard




              October 19, 2011 | Copyright © 2011 Infinity Info Systems
Using Advanced Find
• Create a new Advanced Find query to pull the
  records you need and then download the Fetch
  XML:




             October 19, 2011 | Copyright © 2011 Infinity Info Systems
Using Report Wizard
• Create a base report with the Report Wizard. Mark the
  new report and then choose Edit. Now from the Actions
  dropdown select Download Report :




               October 19, 2011 | Copyright © 2011 Infinity Info Systems
Using BIDS and Fetch XML
• Requirements to use Fetch XML in BIDS
• Microsoft Dynamics CRM 2011 Report Authoring Extension:
 – http://www.microsoft.com/download/en/details.aspx?id=13818
• Choose the Microsoft Dynamics CRM Fetch type for the
  Embedded Connection:




                  October 19, 2011 | Copyright © 2011 Infinity Info Systems
Using BIDS and Fetch XML
• Requirements to use Fetch XML in BIDS
• If using IFD then use your
  https://dev.<yourdomain>.com:<port>/;<organization name>
  for the connection string.
• Enter the credentials for the connection:




• Ensure the query is in Fetch XML syntax then try to run the
  query.
                  October 19, 2011 | Copyright © 2011 Infinity Info Systems
Accessing Non CRM Data

• Joining data from CRM to external data where the report is
  run from CRM.
• Run report directly from Report Manager.
• If the collation is different between the databases you may
  need to add the collation to the SQL query itself. Ex:
      select * from filteredaccount a
      inner join TWO..RM00103 b on a.accountnumber = b.custnmbr collate
      SQL_Latin1_General_CP1_CI_AS
• Use a custom Stored Procedure.
• Any custom Tables, Views or Stored Procedures should be
  held in an external database. It is not supported to put
  these in the CRM database as it will cause problems during
  future upgrades.



                   October 19, 2011 | Copyright © 2011 Infinity Info Systems
How can reports be moved between
deployments
• Reports in Solutions
  – Export and Import Solutions




  – Adding Reports to a Solution


               October 19, 2011 | Copyright © 2011 Infinity Info Systems
Infinity Info Systems

DASHBOARDS


                    October 19, 2011 | Copyright © 2011 Infinity Info Systems
Dashboards in Dynamics CRM 2011

               •         Integral Part of CRM
               •         Easy to Create/Share
               •         Inline Visualizations
               •         Combine Data from
                         Different Entities



           October 19, 2011 | Copyright © 2011 Infinity Info Systems
Benefits & Limitations
Benefits:

• Dashboards are simple to create
• Create powerful dashboards in a short time
• Reduced cost, no additional software or consulting fees
  needed

Limitations:

• Dashboards in CRM are not flexible
• Lack of Choice Filters

                October 19, 2011 | Copyright © 2011 Infinity Info Systems
Dashboard Example




          October 19, 2011 | Copyright © 2011 Infinity Info Systems
Infinity Info Systems

3RD PARTY OPTIONS


                    October 19, 2011 | Copyright © 2011 Infinity Info Systems
Additional Options
• Reporting Services
    – Within MS CRM
    – Reporting Services Portal
    – SharePoint Integrated Mode
•   Analysis Services
•   SharePoint Dashboards
•   Excel Services
•   PerformancePoint Services
•   PowerPivot

                October 19, 2011 | Copyright © 2011 Infinity Info Systems
Reporting Services (SharePoint Integrated)
 • Integrated into corporate reporting strategy
 • Unlocks the power of SharePoint workflow
 • Allows reports to become searchable




              October 19, 2011 | Copyright © 2011 Infinity Info Systems
Emailing Reports
•   Schedule the report
•   Run it
•   Go to Report Server http://servername/reports
•   Go to CustomReports
•   Rt-click Subscribe
•   Select Email
•   Enter Details

               October 19, 2011 | Copyright © 2011 Infinity Info Systems
Analysis Services
 • OLAP Structure - Cubes
 • Powerful Analytics, allows the user to ask the next
   question and get an answer
 • Can combine multiple data sources with CRM data
 • Can be used as a data source for multiple reporting
   avenues
    – SSRS
    – Power Pivot
    – Dashboards



               October 19, 2011 | Copyright © 2011 Infinity Info Systems
SharePoint/Performance Point
• Combine data from CRM, ERP and other sources into
  one UI
• Allows multiple reporting types to be presented on
  one page
• Interactive and
  actionable




               October 19, 2011 | Copyright © 2011 Infinity Info Systems
Excel Services
 • Excel is a widely used and understood tool
 • Can be connected to live data
 • Provides user with a
   familiar look and feel
 • Works Inside
   SharePoint
 • Ultimate flexibility
   from the users
   perspective

              October 19, 2011 | Copyright © 2011 Infinity Info Systems
Microsoft PowerPivot
• Data analysis add-in for Excel 2010
• Gives users the power to create compelling self-
  service BI solutions
• Slice and Dice data in a
  familiar interface
• User can dynamically build
  their own queries
• “Free”
  http://www.powerpivot.com


              October 19, 2011 | Copyright © 2011 Infinity Info Systems
What is PowerPivot
• Microsoft PowerPivot for Excel is a data
  analysis add-in for Excel 2010
• PowerPivot gives users the power to create
  compelling self-service BI solutions
• http://www.powerpivot.com




             October 19, 2011 | Copyright © 2011 Infinity Info Systems
Infinity Info Systems

Q&A


                    October 19, 2011 | Copyright © 2011 Infinity Info Systems
Microsoft Dynamics CRM: Ask The Experts
https://www1.gotomeeting.com/register/922335833

Join Infinity and ask our panel of experts your questions on Microsoft Dynamics CRM
2011. Whether you have questions about how to extend dashboards to drive
productivity in your business or you want the latest integration tips and tricks you
have come to the right place. This session will cover everything from application
questions, Outlook usability, Mobility, customization, deployment and training tips and
tricks. We look forward to sharing the latest and greatest on Microsoft Dynamics CRM
2011. This webinar is not to be missed!


                      For more information contact:
                             Kathleen Ferrie
                                          Marketing Manager
                            Tel: 646.747.6398
                     Email: kferrie@infinityinfo.com


                        October 19, 2011 | Copyright © 2011 Infinity Info Systems

Contenu connexe

Tendances

Bi publisher for jde
Bi publisher for jdeBi publisher for jde
Bi publisher for jdenihitha19
 
Getting Started with FDMEE
Getting Started with FDMEEGetting Started with FDMEE
Getting Started with FDMEEAmit Soni
 
03. data forms in hyperion planning
03. data forms in hyperion planning03. data forms in hyperion planning
03. data forms in hyperion planningepmvirtual.com
 
An Introduction on BI Publisher & JD Edwards Integration
An Introduction on BI Publisher & JD Edwards IntegrationAn Introduction on BI Publisher & JD Edwards Integration
An Introduction on BI Publisher & JD Edwards Integrationadivasoft
 
Bi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportBi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportketulp
 
The many-faces-of-bi-publisher-in-oracle-ebs paper-1
The many-faces-of-bi-publisher-in-oracle-ebs paper-1The many-faces-of-bi-publisher-in-oracle-ebs paper-1
The many-faces-of-bi-publisher-in-oracle-ebs paper-1Santosh Raj
 
Xml transformation-doc
Xml transformation-docXml transformation-doc
Xml transformation-docAmit Sharma
 
Informatica log files
Informatica log filesInformatica log files
Informatica log filesAmit Sharma
 
Informatica complex transformation ii
Informatica complex transformation iiInformatica complex transformation ii
Informatica complex transformation iiAmit Sharma
 
Graviton BI Publisher Presentation
Graviton BI Publisher PresentationGraviton BI Publisher Presentation
Graviton BI Publisher Presentationgravitonconsulting
 
XLS PE How To Tutorials Tips & Tricks
XLS PE How To Tutorials Tips & TricksXLS PE How To Tutorials Tips & Tricks
XLS PE How To Tutorials Tips & Tricksguest92a5de
 
Crystal reports seminar
Crystal reports seminarCrystal reports seminar
Crystal reports seminarteope_ruvina
 
Check printing in_r12
Check printing in_r12Check printing in_r12
Check printing in_r12Rajesh Khatri
 
Hyperion planning integration with odi
Hyperion planning integration with odiHyperion planning integration with odi
Hyperion planning integration with odiAmit Sharma
 
Ch04 Access
Ch04 AccessCh04 Access
Ch04 AccessD
 
Best Implementation Practices with BI Publisher
Best Implementation Practices with BI PublisherBest Implementation Practices with BI Publisher
Best Implementation Practices with BI PublisherMohan Dutt
 
What's new in crm 2015 update 1
What's new in crm 2015 update 1What's new in crm 2015 update 1
What's new in crm 2015 update 1Hans Van de Velde
 
Ch06 Access
Ch06 AccessCh06 Access
Ch06 AccessD
 
Ch01 Access
Ch01 AccessCh01 Access
Ch01 AccessD
 

Tendances (20)

Bi publisher for jde
Bi publisher for jdeBi publisher for jde
Bi publisher for jde
 
Getting Started with FDMEE
Getting Started with FDMEEGetting Started with FDMEE
Getting Started with FDMEE
 
03. data forms in hyperion planning
03. data forms in hyperion planning03. data forms in hyperion planning
03. data forms in hyperion planning
 
An Introduction on BI Publisher & JD Edwards Integration
An Introduction on BI Publisher & JD Edwards IntegrationAn Introduction on BI Publisher & JD Edwards Integration
An Introduction on BI Publisher & JD Edwards Integration
 
Bi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportBi publisher starter guide to develop first report
Bi publisher starter guide to develop first report
 
The many-faces-of-bi-publisher-in-oracle-ebs paper-1
The many-faces-of-bi-publisher-in-oracle-ebs paper-1The many-faces-of-bi-publisher-in-oracle-ebs paper-1
The many-faces-of-bi-publisher-in-oracle-ebs paper-1
 
Xml transformation-doc
Xml transformation-docXml transformation-doc
Xml transformation-doc
 
Informatica log files
Informatica log filesInformatica log files
Informatica log files
 
Informatica complex transformation ii
Informatica complex transformation iiInformatica complex transformation ii
Informatica complex transformation ii
 
Graviton BI Publisher Presentation
Graviton BI Publisher PresentationGraviton BI Publisher Presentation
Graviton BI Publisher Presentation
 
XLS PE How To Tutorials Tips & Tricks
XLS PE How To Tutorials Tips & TricksXLS PE How To Tutorials Tips & Tricks
XLS PE How To Tutorials Tips & Tricks
 
Crystal reports seminar
Crystal reports seminarCrystal reports seminar
Crystal reports seminar
 
Check printing in_r12
Check printing in_r12Check printing in_r12
Check printing in_r12
 
Hyperion planning integration with odi
Hyperion planning integration with odiHyperion planning integration with odi
Hyperion planning integration with odi
 
Ch04 Access
Ch04 AccessCh04 Access
Ch04 Access
 
Best Implementation Practices with BI Publisher
Best Implementation Practices with BI PublisherBest Implementation Practices with BI Publisher
Best Implementation Practices with BI Publisher
 
What's new in crm 2015 update 1
What's new in crm 2015 update 1What's new in crm 2015 update 1
What's new in crm 2015 update 1
 
Ch06 Access
Ch06 AccessCh06 Access
Ch06 Access
 
Ch01 Access
Ch01 AccessCh01 Access
Ch01 Access
 
informatica
informaticainformatica
informatica
 

En vedette

Dynamics CRM Harsha PPT
Dynamics CRM Harsha PPTDynamics CRM Harsha PPT
Dynamics CRM Harsha PPTHarsha T
 
King hug uk
King hug ukKing hug uk
King hug ukhuguk
 
Dynamics CRM Field service overview
Dynamics CRM Field service overviewDynamics CRM Field service overview
Dynamics CRM Field service overviewHarsha T
 
Smarter Sales Process in Dynamics CRM 2015 - Part 3: Pipeline Development
Smarter Sales Process in Dynamics CRM 2015 - Part 3: Pipeline DevelopmentSmarter Sales Process in Dynamics CRM 2015 - Part 3: Pipeline Development
Smarter Sales Process in Dynamics CRM 2015 - Part 3: Pipeline DevelopmentJukka Niiranen
 
Microsoft CRM vs Salesforce
Microsoft CRM vs SalesforceMicrosoft CRM vs Salesforce
Microsoft CRM vs SalesforceWill Slade
 
Dynamics Day 2016: Microsoft Dynamics 365 first look
Dynamics Day 2016: Microsoft Dynamics 365 first lookDynamics Day 2016: Microsoft Dynamics 365 first look
Dynamics Day 2016: Microsoft Dynamics 365 first lookIntergen
 
Chapter 14: Impact of CRM on Marketing Channels
Chapter 14: Impact of CRM on Marketing ChannelsChapter 14: Impact of CRM on Marketing Channels
Chapter 14: Impact of CRM on Marketing Channelsitsvineeth209
 
Microsoft Dynamics CRM User Dashboards eBook_2016
Microsoft Dynamics CRM User Dashboards eBook_2016Microsoft Dynamics CRM User Dashboards eBook_2016
Microsoft Dynamics CRM User Dashboards eBook_2016Monte Enbysk
 
Dynamics Day 2016 - Microsoft Dynamics 365 the future of Dynamics
Dynamics Day 2016  - Microsoft Dynamics 365 the future of DynamicsDynamics Day 2016  - Microsoft Dynamics 365 the future of Dynamics
Dynamics Day 2016 - Microsoft Dynamics 365 the future of DynamicsEmpired
 
Is ERP on Cloud the next step for your business? | Cloud ERP Benefits
Is ERP on Cloud the next step for your business? | Cloud ERP BenefitsIs ERP on Cloud the next step for your business? | Cloud ERP Benefits
Is ERP on Cloud the next step for your business? | Cloud ERP BenefitsVIENNA Advantage
 
Customer Relationship Management Module Project Report
Customer Relationship Management Module Project ReportCustomer Relationship Management Module Project Report
Customer Relationship Management Module Project Reportsachinkumar Bharadva
 

En vedette (12)

Dynamics CRM Harsha PPT
Dynamics CRM Harsha PPTDynamics CRM Harsha PPT
Dynamics CRM Harsha PPT
 
Advanced find
Advanced findAdvanced find
Advanced find
 
King hug uk
King hug ukKing hug uk
King hug uk
 
Dynamics CRM Field service overview
Dynamics CRM Field service overviewDynamics CRM Field service overview
Dynamics CRM Field service overview
 
Smarter Sales Process in Dynamics CRM 2015 - Part 3: Pipeline Development
Smarter Sales Process in Dynamics CRM 2015 - Part 3: Pipeline DevelopmentSmarter Sales Process in Dynamics CRM 2015 - Part 3: Pipeline Development
Smarter Sales Process in Dynamics CRM 2015 - Part 3: Pipeline Development
 
Microsoft CRM vs Salesforce
Microsoft CRM vs SalesforceMicrosoft CRM vs Salesforce
Microsoft CRM vs Salesforce
 
Dynamics Day 2016: Microsoft Dynamics 365 first look
Dynamics Day 2016: Microsoft Dynamics 365 first lookDynamics Day 2016: Microsoft Dynamics 365 first look
Dynamics Day 2016: Microsoft Dynamics 365 first look
 
Chapter 14: Impact of CRM on Marketing Channels
Chapter 14: Impact of CRM on Marketing ChannelsChapter 14: Impact of CRM on Marketing Channels
Chapter 14: Impact of CRM on Marketing Channels
 
Microsoft Dynamics CRM User Dashboards eBook_2016
Microsoft Dynamics CRM User Dashboards eBook_2016Microsoft Dynamics CRM User Dashboards eBook_2016
Microsoft Dynamics CRM User Dashboards eBook_2016
 
Dynamics Day 2016 - Microsoft Dynamics 365 the future of Dynamics
Dynamics Day 2016  - Microsoft Dynamics 365 the future of DynamicsDynamics Day 2016  - Microsoft Dynamics 365 the future of Dynamics
Dynamics Day 2016 - Microsoft Dynamics 365 the future of Dynamics
 
Is ERP on Cloud the next step for your business? | Cloud ERP Benefits
Is ERP on Cloud the next step for your business? | Cloud ERP BenefitsIs ERP on Cloud the next step for your business? | Cloud ERP Benefits
Is ERP on Cloud the next step for your business? | Cloud ERP Benefits
 
Customer Relationship Management Module Project Report
Customer Relationship Management Module Project ReportCustomer Relationship Management Module Project Report
Customer Relationship Management Module Project Report
 

Similaire à Microsoft Dynamics CRM: Reporting and Dashboards

SalesLogix Portals: Take Advantage of the Latest SalesLogix Technology
SalesLogix Portals: Take Advantage of the Latest SalesLogix TechnologySalesLogix Portals: Take Advantage of the Latest SalesLogix Technology
SalesLogix Portals: Take Advantage of the Latest SalesLogix TechnologyInfinity Info Systems
 
Oracle BI publisher intro
Oracle BI publisher introOracle BI publisher intro
Oracle BI publisher introAdil Arshad
 
SPS Virginia Beach - SSRS 2012 and SharePoint 2010 Reporting
SPS Virginia Beach - SSRS 2012 and SharePoint 2010 ReportingSPS Virginia Beach - SSRS 2012 and SharePoint 2010 Reporting
SPS Virginia Beach - SSRS 2012 and SharePoint 2010 ReportingPatrick Tucker
 
How to transport PeopleSoft Crystal to BIP via automation_M.... (1).pptx
How to transport PeopleSoft Crystal to BIP via automation_M.... (1).pptxHow to transport PeopleSoft Crystal to BIP via automation_M.... (1).pptx
How to transport PeopleSoft Crystal to BIP via automation_M.... (1).pptxssuser225811
 
Business Intelligence Data Visualization from SharePoint Saturday Boston
Business Intelligence Data Visualization from SharePoint Saturday BostonBusiness Intelligence Data Visualization from SharePoint Saturday Boston
Business Intelligence Data Visualization from SharePoint Saturday BostonKnowledge Management Associates, LLC
 
SalesLogix: Migrating from LAN to Web
SalesLogix: Migrating from LAN to WebSalesLogix: Migrating from LAN to Web
SalesLogix: Migrating from LAN to WebInfinity Info Systems
 
Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014
Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014
Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014Amplexor
 
Enterprise Data Integration for Microsoft Dynamics CRM
Enterprise Data Integration for Microsoft Dynamics CRMEnterprise Data Integration for Microsoft Dynamics CRM
Enterprise Data Integration for Microsoft Dynamics CRMDaniel Cai
 
MWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive AdvantageMWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive AdvantageJohn Head
 
otbioverviewow13-141008094532-conversion-gate01-converted.pptx
otbioverviewow13-141008094532-conversion-gate01-converted.pptxotbioverviewow13-141008094532-conversion-gate01-converted.pptx
otbioverviewow13-141008094532-conversion-gate01-converted.pptxSreekumarSasikumar
 
Introduction to Oracle ERP
Introduction to Oracle ERPIntroduction to Oracle ERP
Introduction to Oracle ERPBalaji Parsewar
 
FDMEE: No Brainer or Risk?
FDMEE: No Brainer or Risk?FDMEE: No Brainer or Risk?
FDMEE: No Brainer or Risk?Emtec Inc.
 
Dynamics CRM 2016 slides 1-5-2018
Dynamics CRM 2016 slides 1-5-2018 Dynamics CRM 2016 slides 1-5-2018
Dynamics CRM 2016 slides 1-5-2018 Kevin Vohra
 
Enabling Self Service Business Intelligence using Excel
Enabling Self Service Business Intelligenceusing ExcelEnabling Self Service Business Intelligenceusing Excel
Enabling Self Service Business Intelligence using ExcelAlan Koo
 

Similaire à Microsoft Dynamics CRM: Reporting and Dashboards (20)

SalesLogix Portals: Take Advantage of the Latest SalesLogix Technology
SalesLogix Portals: Take Advantage of the Latest SalesLogix TechnologySalesLogix Portals: Take Advantage of the Latest SalesLogix Technology
SalesLogix Portals: Take Advantage of the Latest SalesLogix Technology
 
Metalogix and KMA - Planning your SharePoint Migration
Metalogix and KMA - Planning your SharePoint MigrationMetalogix and KMA - Planning your SharePoint Migration
Metalogix and KMA - Planning your SharePoint Migration
 
Oracle BI publisher intro
Oracle BI publisher introOracle BI publisher intro
Oracle BI publisher intro
 
SPS Virginia Beach - SSRS 2012 and SharePoint 2010 Reporting
SPS Virginia Beach - SSRS 2012 and SharePoint 2010 ReportingSPS Virginia Beach - SSRS 2012 and SharePoint 2010 Reporting
SPS Virginia Beach - SSRS 2012 and SharePoint 2010 Reporting
 
How to transport PeopleSoft Crystal to BIP via automation_M.... (1).pptx
How to transport PeopleSoft Crystal to BIP via automation_M.... (1).pptxHow to transport PeopleSoft Crystal to BIP via automation_M.... (1).pptx
How to transport PeopleSoft Crystal to BIP via automation_M.... (1).pptx
 
Business Intelligence Data Visualization from SharePoint Saturday Boston
Business Intelligence Data Visualization from SharePoint Saturday BostonBusiness Intelligence Data Visualization from SharePoint Saturday Boston
Business Intelligence Data Visualization from SharePoint Saturday Boston
 
SalesLogix: Migrating from LAN to Web
SalesLogix: Migrating from LAN to WebSalesLogix: Migrating from LAN to Web
SalesLogix: Migrating from LAN to Web
 
Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014
Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014
Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014
 
Chapter8
Chapter8Chapter8
Chapter8
 
Enterprise Data Integration for Microsoft Dynamics CRM
Enterprise Data Integration for Microsoft Dynamics CRMEnterprise Data Integration for Microsoft Dynamics CRM
Enterprise Data Integration for Microsoft Dynamics CRM
 
Top 5 Type of Analytics
Top 5 Type of AnalyticsTop 5 Type of Analytics
Top 5 Type of Analytics
 
MWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive AdvantageMWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive Advantage
 
otbioverviewow13-141008094532-conversion-gate01-converted.pptx
otbioverviewow13-141008094532-conversion-gate01-converted.pptxotbioverviewow13-141008094532-conversion-gate01-converted.pptx
otbioverviewow13-141008094532-conversion-gate01-converted.pptx
 
SharePoint Insights Oct 28 2010
SharePoint Insights Oct 28 2010SharePoint Insights Oct 28 2010
SharePoint Insights Oct 28 2010
 
Introduction to Oracle ERP
Introduction to Oracle ERPIntroduction to Oracle ERP
Introduction to Oracle ERP
 
Top 10 bi
Top 10 biTop 10 bi
Top 10 bi
 
Top 10 bi
Top 10 biTop 10 bi
Top 10 bi
 
FDMEE: No Brainer or Risk?
FDMEE: No Brainer or Risk?FDMEE: No Brainer or Risk?
FDMEE: No Brainer or Risk?
 
Dynamics CRM 2016 slides 1-5-2018
Dynamics CRM 2016 slides 1-5-2018 Dynamics CRM 2016 slides 1-5-2018
Dynamics CRM 2016 slides 1-5-2018
 
Enabling Self Service Business Intelligence using Excel
Enabling Self Service Business Intelligenceusing ExcelEnabling Self Service Business Intelligenceusing Excel
Enabling Self Service Business Intelligence using Excel
 

Plus de Infinity Info Systems

QlikView 11: Work Smarter, Not Harder.
QlikView 11: Work Smarter, Not Harder.QlikView 11: Work Smarter, Not Harder.
QlikView 11: Work Smarter, Not Harder.Infinity Info Systems
 
Microsoft Dynamics Breakthrough Webinar Series: Go Mobile!
Microsoft Dynamics Breakthrough Webinar Series: Go Mobile!Microsoft Dynamics Breakthrough Webinar Series: Go Mobile!
Microsoft Dynamics Breakthrough Webinar Series: Go Mobile!Infinity Info Systems
 
SalesLogix Breakthrough Webinar Series 2012: CRM and Social Media
SalesLogix Breakthrough Webinar Series 2012: CRM and Social MediaSalesLogix Breakthrough Webinar Series 2012: CRM and Social Media
SalesLogix Breakthrough Webinar Series 2012: CRM and Social MediaInfinity Info Systems
 
Microsoft Dynamics CRM Breakthrough Webinar Series: Workflows and Processes
Microsoft Dynamics CRM Breakthrough Webinar Series: Workflows and ProcessesMicrosoft Dynamics CRM Breakthrough Webinar Series: Workflows and Processes
Microsoft Dynamics CRM Breakthrough Webinar Series: Workflows and ProcessesInfinity Info Systems
 
Infinity's coffee break series pharma biotech dashboards
Infinity's coffee break series pharma biotech dashboardsInfinity's coffee break series pharma biotech dashboards
Infinity's coffee break series pharma biotech dashboardsInfinity Info Systems
 
Infinity's coffee break series medical device activity management
Infinity's coffee break series medical device activity managementInfinity's coffee break series medical device activity management
Infinity's coffee break series medical device activity managementInfinity Info Systems
 

Plus de Infinity Info Systems (11)

Announcing Saleslogix 8.1
Announcing Saleslogix 8.1Announcing Saleslogix 8.1
Announcing Saleslogix 8.1
 
QlikView 11: Work Smarter, Not Harder.
QlikView 11: Work Smarter, Not Harder.QlikView 11: Work Smarter, Not Harder.
QlikView 11: Work Smarter, Not Harder.
 
Microsoft Dynamics Breakthrough Webinar Series: Go Mobile!
Microsoft Dynamics Breakthrough Webinar Series: Go Mobile!Microsoft Dynamics Breakthrough Webinar Series: Go Mobile!
Microsoft Dynamics Breakthrough Webinar Series: Go Mobile!
 
SalesLogix Breakthrough Webinar Series 2012: CRM and Social Media
SalesLogix Breakthrough Webinar Series 2012: CRM and Social MediaSalesLogix Breakthrough Webinar Series 2012: CRM and Social Media
SalesLogix Breakthrough Webinar Series 2012: CRM and Social Media
 
Microsoft Dynamics CRM Breakthrough Webinar Series: Workflows and Processes
Microsoft Dynamics CRM Breakthrough Webinar Series: Workflows and ProcessesMicrosoft Dynamics CRM Breakthrough Webinar Series: Workflows and Processes
Microsoft Dynamics CRM Breakthrough Webinar Series: Workflows and Processes
 
CRM for Life Sciences
CRM for Life SciencesCRM for Life Sciences
CRM for Life Sciences
 
Infinity's coffee break series pharma biotech dashboards
Infinity's coffee break series pharma biotech dashboardsInfinity's coffee break series pharma biotech dashboards
Infinity's coffee break series pharma biotech dashboards
 
Infinity's coffee break series medical device activity management
Infinity's coffee break series medical device activity managementInfinity's coffee break series medical device activity management
Infinity's coffee break series medical device activity management
 
Infinity coffee break 82311 copy
Infinity coffee break 82311   copyInfinity coffee break 82311   copy
Infinity coffee break 82311 copy
 
Infinity coffee break 07 19 11
Infinity coffee break 07 19 11Infinity coffee break 07 19 11
Infinity coffee break 07 19 11
 
CRM While Driving
CRM While DrivingCRM While Driving
CRM While Driving
 

Dernier

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Dernier (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

Microsoft Dynamics CRM: Reporting and Dashboards

  • 1. Dynamics CRM Reporting & Dashboards Extending the Power of CRM Mike Hammons – Director, Solution Architects October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 2. Presenters: Marketing Manager Director, Solution Architects October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 3. Agenda: • Reports & Dashboards • Challenges • What’s Available • Q&A • Announcements October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 4. Infinity Info Systems WHY REPORTING & DASHBOARDS October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 5. Dashboards vs. Traditional Reporting DashboardsAnalytics Traditional Report : • Much more visual and interactive • Supports reporting with simple drills and • Typically 3-5x faster to build a DAR light charting capability solution versus a canned report with • Pre-Built canned reports Crystal • Typically printed or distributed via PDF • Charts, graphs, etc can be changed • Requires expertise and a developers by user license to make changes • Easier to access other data sources • Access to other data sources can be challenging October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 6. Challenges • CRM Online • Database Driven • View One Entity At A Time • SSRS & SharePoint Required for BI on CRM October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 7. Infinity Info Systems REPORTS October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 8. Reports in Dynamics CRM 2011 Similar to the Microsoft Dynamics CRM 4.0 Data Connector for Microsoft ® SQL Server ® Reporting Services Two components • Fetch Data Processing Extension (Fetch DPE) • SQL Data Processing Extension (SQL DPE) Installation required for any of the following activities • Create a report with the Report Wizard • Use Out of Box reports • Schedule reports • Upload Custom Fetch Based Reports • Enable MUI Packs • Import organizations and create new organizations • Shared Reports October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 9. Reporting Extensions • Upgrade of Reports – The Dataconnector in Microsoft Dynamics CRM 4.0 needs to be uninstalled and the Microsoft Dynamics CRM 2011 CRM Reporting Extensions installed – During upgrade, reports created by the Report Wizard are converted to fetch-based reports – Reports created using the wizard, but modified in Visual Studio will not be upgraded (SQL-based reports) – Out of box reports not converted October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 10. Reporting Extensions • Out of Box Reports in Dynamics CRM Online – SQL-based – Embedded code moved to custom assemblies – Reports have the least execution privileges required to run October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 11. Excel Reports & Dashboards • One of the most powerful and under-utilized reporting options in Dynamics CRM is exporting to Excel. • Simply go to a Filtered View and click the Export to Excel button. • Go to Opportunities, select Open Opportunities • Click Export to Excel button • Select Dynamic Pivot Table October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 12. Excel Reporting Tip • Write SQL queries against CRM without all that fiddling around in Visual Studio. • The use of Excel for queries instead of SSRS also fits in with Microsoft's aim of giving the power to configure to the end user. • There are few end users who are brave enough to tackle Visual Studio but there are plenty that will play with Excel and most companies have at least one person that can write basic SQL SELECT queries. October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 13. Let’s Try it • On the Excel Data tab click Properties • Click the Definition tab • In the command text field, add a new field, opportunity0.actualvalue as ‘Actual Revenue’ then click OK • You should now see the field in the PivotTable list field. October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 14. Infinity Info Systems CUSTOM REPORTS October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 15. Custom Reports – Business Intelligence Development Studio (BIDS) • Authoring environment • WYSIWYG editing • Formatting – SQL Based Reports • OnPremise Only • Use Filtered Views – Fetch Based Reports • Online and OnPremise • Use FetchXML queries October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 16. Getting started with Fetch XML • What to do if you are not familiar with Fetch XML – Build your query with Advanced Find – Create a base report with the Report Wizard October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 17. Using Advanced Find • Create a new Advanced Find query to pull the records you need and then download the Fetch XML: October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 18. Using Report Wizard • Create a base report with the Report Wizard. Mark the new report and then choose Edit. Now from the Actions dropdown select Download Report : October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 19. Using BIDS and Fetch XML • Requirements to use Fetch XML in BIDS • Microsoft Dynamics CRM 2011 Report Authoring Extension: – http://www.microsoft.com/download/en/details.aspx?id=13818 • Choose the Microsoft Dynamics CRM Fetch type for the Embedded Connection: October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 20. Using BIDS and Fetch XML • Requirements to use Fetch XML in BIDS • If using IFD then use your https://dev.<yourdomain>.com:<port>/;<organization name> for the connection string. • Enter the credentials for the connection: • Ensure the query is in Fetch XML syntax then try to run the query. October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 21. Accessing Non CRM Data • Joining data from CRM to external data where the report is run from CRM. • Run report directly from Report Manager. • If the collation is different between the databases you may need to add the collation to the SQL query itself. Ex: select * from filteredaccount a inner join TWO..RM00103 b on a.accountnumber = b.custnmbr collate SQL_Latin1_General_CP1_CI_AS • Use a custom Stored Procedure. • Any custom Tables, Views or Stored Procedures should be held in an external database. It is not supported to put these in the CRM database as it will cause problems during future upgrades. October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 22. How can reports be moved between deployments • Reports in Solutions – Export and Import Solutions – Adding Reports to a Solution October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 23. Infinity Info Systems DASHBOARDS October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 24. Dashboards in Dynamics CRM 2011 • Integral Part of CRM • Easy to Create/Share • Inline Visualizations • Combine Data from Different Entities October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 25. Benefits & Limitations Benefits: • Dashboards are simple to create • Create powerful dashboards in a short time • Reduced cost, no additional software or consulting fees needed Limitations: • Dashboards in CRM are not flexible • Lack of Choice Filters October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 26. Dashboard Example October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 27. Infinity Info Systems 3RD PARTY OPTIONS October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 28. Additional Options • Reporting Services – Within MS CRM – Reporting Services Portal – SharePoint Integrated Mode • Analysis Services • SharePoint Dashboards • Excel Services • PerformancePoint Services • PowerPivot October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 29. Reporting Services (SharePoint Integrated) • Integrated into corporate reporting strategy • Unlocks the power of SharePoint workflow • Allows reports to become searchable October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 30. Emailing Reports • Schedule the report • Run it • Go to Report Server http://servername/reports • Go to CustomReports • Rt-click Subscribe • Select Email • Enter Details October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 31. Analysis Services • OLAP Structure - Cubes • Powerful Analytics, allows the user to ask the next question and get an answer • Can combine multiple data sources with CRM data • Can be used as a data source for multiple reporting avenues – SSRS – Power Pivot – Dashboards October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 32. SharePoint/Performance Point • Combine data from CRM, ERP and other sources into one UI • Allows multiple reporting types to be presented on one page • Interactive and actionable October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 33. Excel Services • Excel is a widely used and understood tool • Can be connected to live data • Provides user with a familiar look and feel • Works Inside SharePoint • Ultimate flexibility from the users perspective October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 34. Microsoft PowerPivot • Data analysis add-in for Excel 2010 • Gives users the power to create compelling self- service BI solutions • Slice and Dice data in a familiar interface • User can dynamically build their own queries • “Free” http://www.powerpivot.com October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 35. What is PowerPivot • Microsoft PowerPivot for Excel is a data analysis add-in for Excel 2010 • PowerPivot gives users the power to create compelling self-service BI solutions • http://www.powerpivot.com October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 36. Infinity Info Systems Q&A October 19, 2011 | Copyright © 2011 Infinity Info Systems
  • 37. Microsoft Dynamics CRM: Ask The Experts https://www1.gotomeeting.com/register/922335833 Join Infinity and ask our panel of experts your questions on Microsoft Dynamics CRM 2011. Whether you have questions about how to extend dashboards to drive productivity in your business or you want the latest integration tips and tricks you have come to the right place. This session will cover everything from application questions, Outlook usability, Mobility, customization, deployment and training tips and tricks. We look forward to sharing the latest and greatest on Microsoft Dynamics CRM 2011. This webinar is not to be missed! For more information contact: Kathleen Ferrie Marketing Manager Tel: 646.747.6398 Email: kferrie@infinityinfo.com October 19, 2011 | Copyright © 2011 Infinity Info Systems

Notes de l'éditeur

  1. Opportunity.0.actualvalue as ‘Actual Value’,
  2. Custom ReportsBusiness Intelligence Development Studio (BIDS) is used to create custom reports outside of CRM. Same as CRM 4.0.If you want to create Fetch based reports outside of CRM in (BIDS) you need to install the Microsoft Dynamics CRM Report Authoring Extension. This allows your BIDS install to use the fetch connection and connect to the CRM server.
  3. Advanced Find allows you to export the query in Fetch XMLReport Wizard also uses Fetch XML so you can create a base report, download the report and save the rdl file then import it into BIDS to modify the query, add graphics or change formatting. Once you are done with the changes in BIDS then import the report back into CRM 2011.
  4. Save the rdl file so you can import into BIDS.
  5. Reports can be added into a solution.Limitation if solution contains SSRS 2008 R2 reports importing the solution into an org that is on SSRS 2008 will fail.SQL based reports will not be able to be uploaded to CRM Online.
  6. If data is in a separate SQL database you will need to ensure there are Select permissions on that table for the CRMReaderRole and for your ReportingGroup if you want to run the report from CRM.You can also upload and run your custom SQL based reports directly from Report Manager. This would require the users who will run the report to have access to the SQL data.When using a custom Stored Procedure in a report you must also give the CRMReaderRole and ReportingGroup permissions to run that Stored Procedure.
  7. Reports can be added into a solution.Limitation if solution contains SSRS 2008 R2 reports importing the solution into an org that is on SSRS 2008 will fail.SQL based reports will not be able to be uploaded to CRM Online.
  8. Benefits:However despite developed SRS Reports being inherently more flexible over customized Charts – the sheer simplicity here gives a powerful tool capable of creating many types of dashboard and charts quickly and easilyDashboards are not anymore limited to projects that are able to afford the additional software and consultancy to maintain full developed dashboards through SharePoint or other BI tools Limitations:In these various restrictions this concept of dashboarding is not as flexible as using SharePoint integrated with SQL Reporting ServicesCRM 2011 dashboards are not capable of choice filters and other user interface components that SharePoint allows for.
  9. Here is an example of dashboards in the home page of CRM 2011As you can see, it is very simple to combine data from different entities together and show it to the users according to their privileges.
  10. p://ogdi.cloudapp.net/v1/dc/PurchaseOrders/