Boite à outils Office

Understand and analyze your Commerce Server data with Power Pivot

Analytics, BI, Commerce Server, Power Pivot, Reporting, SQL Server 2 Comments »

To follow up my post on Power Pivot and Commerce Server, I decided to show you how to achieve three different dashboards and give to you the excel file.

The goal here is not to show you how to create the data source, the relationships and so. You can find very valuable information on a lot of web sites:

To achieve theses scenarri you must have:

The databases

To create our different dashboard, we need to connect to two databases:

  • Profiles (here SPGael_profiles) : Owns all the profile information for the customers
    • In this table, I have a custom field to store the birthday date. All the others data are native in Commerce Server
  • Transactions (here SPGael_transactions) : Owns all the orders information
    • All the data are the native one with Commerce Server.

Select the tables :

  • Orders 
    • DiscountsApplied : Owns all the marketing discounts applied on the orders;
    • LineItems : Owns all the line items in the orders;
    • OrderAddresses : Owns all the adresses used for the check out (billing and shipping);
    • OrderForms : Owns the container for the line items (one order has from 1 to n OrderForms and  one OrderForms has from 1 to n LineItems);
    • PurchaseOrderPayments : Owns the different payment methods used during the checkout;
    • PurchaseOrders : Owns the general information about the orders;
    • Shipments : Owns the shipping information used during the checkout;
    • ShippingDiscounts : Owns the shipping discounts applied on an order;
  • Customers 
    • UserObjet : Owns the customer information

General dashboard

dashboard eCommerce

Order’s dashboard

dashboard eCommerce

Customers’ dashboarddashboard eCommerce

 

Read the rest of this entry »

The Data Warehouse & analytics reports in Commerce Server

Analytics, Commerce Server, Data Warehouse, Reporting 10 Comments »

In the Commerce Server enterprise edition, you can have access to the analytics reports and to a data warehouse.

In this post, I will show you how to configure them, and in the same time have a quick look on what it’s look like.

Before to start the installation, you have to install and configure:

  • SQL Server Analysis Services (SSAS)
  • SQL Server Reporting Services (SSRS)
  • SQL Server Integration Services (SSIS)

Please, be sure that you have the mandatory prerequisites:

Now it’s time to unpup the ressource file for the data warehouse (the file takes place in %commerce_server_root%\Pup Packages\DW.pup). This ressource will create the database which will be the cube’s data source.

Beware: if you install your data warehouse in another language than english you must change the file %commerce_server_root%\Data\CommerceOlap.xmla  line 9679 and replace the “Everyone” string by “Tout le monde” for the french environment.

<Roles>
  <Role>
    <ID>All Users</ID>
    <Name>All Users</Name>
    <Members>
      <Member>
        <Name _loc="locData">EveryoneTout le monde</Name>
      </Member>
    </Members>
  </Role>
</Roles>

Commerce Server - Add Data Warehouse ressourece: Commerce Server Manager Commerce Server - Add Data Warehouse ressourece: Open DW.Pup Commerce Server - Add Data Warehouse ressourece: Select the Data Warehouse ressource Commerce Server - Add Data Warehouse ressourece: Use a new ressource Commerce Server - Add Data Warehouse ressourece: Confirm the parameter Commerce Server - Add Data Warehouse ressourece: rocking ;) Commerce Server - Add Data Warehouse ressourece: give a name to the ressource Commerce Server - Add Data Warehouse ressourece: still rocking Commerce Server - Add Data Warehouse ressourece: yeah Commerce Server - Add Data Warehouse ressourece: confirmation Commerce Server - Add Data Warehouse ressourece: Proof :)

Read the rest of this entry »

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in
Creative Commons License