Power BI Designer

According to Microsoft:

Power BI Designer is a dedicated report authoring tool for the Power BI Preview service. The Power BI Designer provides rich data transformation and visual analytics in a unified, seamless experience. The Power BI Designer enables you to create impactful reports with state-of-the-art interactive charts, maps, graphs and data transformations. Upload your reports to the Power BI preview and empower others with timely critical insights on any device, anywhere.

Power BI designer is a new standalone Windows Desktop application for creating Power BI that can be downloaded from the official Power BI site.

The Power BI Designer helps its customers to build Power BI elements in an offline fashion that combines the power of Power Query, Power Pivot data model, Power View and Power Map into a seamless experience.

BI designer

You can download the Power BI Designer preview from here.

Use the following procedure to obtain a meaningful data.

Step 1: Connect to a Facebook Page

We will use C# Corner Facebook page to import our data. The following is the link to the page.

CSharpCorner Page

designer loading

designer startup page

page username

query loading

query loaded

Step 2: Splitting Created_Time Column

As we can see the created_time column contains both the date and time so we need to separate them into two columns, one for date and the other for time.

split column

delimiter

Step 3: Add an aggregate value from a related table

In this step we will add a count of shares to be used in our visualizations from the nested value.

shares nested

Step 4: Creating a Treemap Visualization

This will create the Treemap visualization as shown below.

treemap visualization

This analysis represents the various types of posts, posted by the CSharpCorner on the Facebook page that can be a post with a link, a post having photos and so on and a post with event description.

Step 5: Creating a Line Chart Visualization

This will create the Line Chart visualization as shown below.

line visualization

This analysis represents the posts shared by the users, posted by the CSharpCorner on Facebook per month.

Step 6: Creating Bar Chart Visualization

This will create the Bar Chart visualization as shown below.

barchart visualization

This analysis represents the number of posts shared by the people per hour.

Summary

As we can see it is very easy to customize the visualizations in our report that can represent the data in many ways. Power BI designer can get data from a wide range of data sources and shaping it to meet the analysis needs to visualize this data in rich and interactive ways.