First, it is free. At least for now. I use the PowerBi desktop version which doesn’t require an Office 365 account to work (by not signing in). You could then extract your data from multiple different sources, and create wonderful diagrams, charts, and interactive reports.
My usual steps go something like this:
Organize my data sources. I usually have my Excel files in my OneDrive and the SQL Server SQL commands tested using SQL Server.
Using SQL when querying data makes the PowerBi file size much smaller so I test them first to get my desired data.
Transform data by properly changing data types, removing empty rows, or renaming some columns.
Then I start creating new calculated columns, measured values, or merged data.
I start designing the graphical interface using the visualization and filter tabs.
Orange Border
Data: This is where you pick your dataset from different sources like SQL Server database, Excel files, and many more. These options keep updating and growing.
Blue Border
Queries: Edit Queries (Using M language - More about this later), change the data type of each column, or refresh the data query.
Purple Border
Visualizations: Selection of different visualization (charts, slicer, table, etc.) tools.
Fields: These contain the tables/data sets obtained from a query.
Filters: Filter options per selected visualization tool.
Yellow Border
Values: When a visual is selected, this is where the user edits/adds data either by dragging a column table from the Fields, changing parameters of a chart like adding background color, changing fonts, etc.
Main Toolbar: Contains Data, Queries, Share, Calculations, and Insert options.
Green Border
Side Toolbar: Data Model, Data View (Using DAX), Relationship.
I will write more tutorials in the future regarding more PowerBi capabilities including more visualization, merging, and creating one-to-one, one-to-many, and many-to-many relationships.
Cheers,
Philip
Comments
Post a Comment