Click here to Skip to main content
15,885,366 members
Articles / Web Development / HTML
Article

Web Scraping for Analysis using the Microsoft Power BI Tool

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
9 Mar 2019CPOL4 min read 10.8K   6   1
Web scraping for analysis using the Microsoft Power BI tool

Introduction

Whenever we talk about web scraping or web data extraction, we always think it would be a difficult part and trust me, to get exact HTML code and fetch what is needed is a bit complicated, not an easy task.

But Power BI made it very easy to extract data on which we can do the analysis.

Let me take an example here. Suppose we want to create a tool which extracts data from different shopping sites and compares them to get the best deal of a particular product.

This extraction of the data and comparison can be easily done in a few steps in Microsoft Power BI.

Let’s understand it more in a hands on manner using few steps as mentioned below in this post.

In this example, we are going to extract data from Amazon.in web site.

Step 1

Open web data source and provide the URL of the web page from where you want the data. As shown in the below figure, we are going to extract data from the below URL:

import_data_from_Site_1

Step 2

When you click on OK button, you will get a new popup window in which power BI tried to extract the data and provided you tables. As you can see in below image, there are two tables which Power BI provided, Document & Table 0.

import_data_from_Site_2

But when you viewed those tables, you didn’t get any fruitful information. So, Power BI has a feature to extract the data as per your requirement. For that, you have to click on the Button “Add table using Example”.

Step 3

After clicking the button, you will get a new popup screen as shown in the below image.

You can see that there are 2 parts in the popup - the first part is the web part view and you can see the page from where we want to extract data is visible here.

The second part is table structure which we are going to create by giving a few examples to Power BI.

import_data_From_Site_3

Step 4

Now, here we have to extract the Product Name, Price and percentage offer. So we are going to train the Power BI with 1 or 2 examples. So, let's suppose Column1 will hold the Product name. As we can see, the product name in the web page is “Kevin 80 Cm”, “WOW Raw apple”, etc. So, in the first column, we will try to write Kelvin and what you will see is a list of data which Power BI extracted. Just select exact name, just follow this step for 2 or 3 rows and you will be surprised to see that rest of the row data will fill automatically.

import_data_from_Site_4

Step 5

Now add another column in the below table where we will keep the price of the items.

So as you can see for the Kevin 80 cm TV, the price is 8,499. So, when you click and try to write the amount of 8499, Power BI is intelligent enough to provide the list of extracted data with similar value. Just try the same step for next 2 or 3 rows and you will find all the prices against the product name.

import_data_from_Site_5

Step 6

Now, we will fetch data of percentage off. As you can see for kevin TV, price is 39% off. So, to achieve this, just add another column in the grid and try to type 39% as you can see in the below image. Just repeat the step for few other rows and Power BI will do for it for the rest of the rows.

import_data_From_Site_6

Step 7

Wow, you have extracted the data which you want, so far as you can see in the below image:

import_data_from_Site_7

Step 8

Now, just click on Load button to proceed further, you will get the following screen. Proceed further by selecting Custom Tables.

import_data_from_Site_8

Step 9

Now, great news! You got the data that you wanted as you can see the grid:

import_data_from_Site_9

Step 10

The only thing which might be bothering you is that in Percentage Off column, you were seeing brackets and % Off extra text as well. Now, to avoid this, just add another column by example as you can see the below screen.

import_data_from_site_10

Step 11

That’s great! Now you have the data that you want.

import_data_from_site_11

Now, we have data so we can apply any analysis that we want.

Hope this feature might help you.

Happy learning!

History

  • 9th March, 2019: Initial version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
India India
I am Rajat Jaiswal from India. I am working as a Technology specialist in one of the reputed company in India with 12+ years of experience. I am a Microsoft Data Platform MVP & Alibaba Cloud MVP.
I have always had an affinity to learn something new in technology. Database, Web development, Cloud computing are the areas of my interests always.
I have been a regular contributor to technologies with more than 300+ tips. Learning & Sharing is one of my aims always. Writing blogs, delivering sessions, helping on forums is my hobby.

Comments and Discussions

 
QuestionGood article Pin
rammanusani26-Mar-19 8:48
rammanusani26-Mar-19 8:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.