Introduction

In this article we will import data from multiple data sources, one from an Excel Workbook that contains information about the Products and the other from an OData feed that contains the information about Product Orders. We will perform the procedure to filter and remove the unnecessary data and then will combine the data from both of the sources to produce Total sales per Product with some interactive visualizations.

Use the following procedure.

Step 1:
Connecting to products Excel workbook data

Step 2: Remove unnecessary column

Step 3: Change Data Type of the column

Step 4: Importing Order data from an OData feed

Expand the Orders_Details table

Step 5: Remove unnecessary columns

Rename Columns

Step 6: Creating a Custom Column

Step 7: Combine Products and Orders Query

Step 8: Creating Visualizations

Step 9: Interacting with the visual reports

Summary

We are now ready with the sales report visualizations that helps to analyze the sales information for various countries after combining the data from two sources, one from the Products Excel workbook and the other from the OData feed.