Power BI Tutorial for Beginners

Kevin Stratvert
6 Jun 202312:32

Summary

TLDRThis tutorial offers a concise introduction to Power BI, guiding viewers through the process of importing data, building data models, creating visualizations, and sharing reports and dashboards. Starting with the installation from the Microsoft Store, it covers selecting the right version, navigating the interface, and using Power Query Editor for data refinement. The video demonstrates creating a report with visuals like line charts and tables, and concludes with sharing options on the Power BI web service, encouraging further exploration of this powerful analytics tool.

Takeaways

  • 📈 Power BI is a tool designed to help organizations analyze data and make informed decisions based on it.
  • 💾 Power BI can be obtained from the Microsoft Store with different versions: Power BI for viewing reports, Power BI Desktop for full data modeling and report building, and Report Builder for a less feature-rich experience.
  • 🚀 To get started with Power BI, users can install Power BI Desktop from the Microsoft Store and explore its functionalities.
  • 🔍 Power BI allows for importing data from various sources, including Excel workbooks, which can be easily integrated into the platform.
  • 🔄 Power BI's 'Get Data' feature offers a wide range of data sources, making it versatile for different types of data.
  • 🗂️ After importing data, users can preview and select specific tables or sheets to load into Power BI, with options to load as-is or transform the data.
  • 🛠️ Power Query Editor within Power BI allows for data transformation and cleaning before it is fully integrated into the platform.
  • 🔗 Power BI automatically detects relationships between tables, such as a common 'Customer ID', simplifying the data modeling process.
  • 📊 Visualizations in Power BI can be customized and include various types like line charts, bar charts, and tables to represent data effectively.
  • 📝 Users can interact with visuals, such as clicking on a customer name to filter related data across connected visuals, enhancing data exploration.
  • 🔑 Power BI supports sharing reports and dashboards through various methods, including publishing to the Power BI web service, embedding in SharePoint, or sharing via email and Microsoft Teams.

Q & A

  • What is the main purpose of Power BI as described in the script?

    -The main purpose of Power BI, as described in the script, is to help organizations understand the stories behind their data and make informed decisions based on that data.

  • How can one obtain Power BI according to the video?

    -To obtain Power BI, one should open the Microsoft Store, search for Power BI in the search field, and choose from the available options: Power BI for viewing reports, Power BI Desktop for full functionality, or Report Builder for a less feature-rich experience.

  • What are the three different Power BI options available in the Microsoft Store?

    -The three options are Power BI for viewing and interacting with reports, Power BI Desktop for modeling data and building reports, and the Report Builder which has similar functionalities but is not as feature-rich as Desktop.

  • What is the initial step to import data into Power BI?

    -The initial step to import data into Power BI is to click on 'Get Data' from the 'Home' tab on the ribbon or from the 'Add data' option on the left-hand side.

  • How can the data be previewed before importing into Power BI?

    -The data can be previewed by clicking on the table name in the Navigator window after selecting the data source, which allows you to see a sample of the data before loading it into Power BI.

  • What is the purpose of the Power Query Editor in Power BI?

    -The Power Query Editor is used to modify and clean the data before bringing it into Power BI. It serves as a middle layer between the original data source and Power BI, allowing users to transform data without affecting the original source.

  • How can inconsistencies in data, like different references to the same country, be resolved in Power BI?

    -Inconsistencies can be resolved using the Replace Values feature in the Power Query Editor, where you can find and replace different references, such as 'US' with 'United States'.

Outlines

00:00

📊 Introduction to Power BI

Kevin introduces the video with an overview of Power BI's capabilities in data analysis and storytelling. He explains the importance of understanding the stories behind data and making informed decisions. The video will guide viewers through the process of importing data into Power BI, building a data model, adding visuals, filtering data, and sharing reports and dashboards. Kevin also demonstrates how to download and install Power BI Desktop from the Microsoft Store, navigate the initial interface, and access learning resources. He emphasizes the ease of importing data from various sources, using an Excel workbook as an example.

05:02

🔍 Data Import and Transformation

This section focuses on the process of importing and transforming data within Power BI. Kevin shows how to access the 'Get Data' feature and select data sources, such as an Excel workbook. He previews the data, discusses the option to load data as-is or transform it before import, and highlights the benefits of using Power Query Editor for data cleaning and modification. The summary includes steps for replacing inconsistent values, removing unnecessary columns, and applying transformations that will automatically update with new data. The paragraph concludes with the establishment of data relationships and the transition to the Model view.

10:03

📈 Building Visuals and Reports

Kevin proceeds to build a report by selecting and customizing various visualizations to represent data effectively. He creates a line chart to display cookies shipped over time, adjusting the granularity from daily to monthly or yearly views. He also formats the visual with a title and color scheme that aligns with the Kevin Cookie Company's branding. The summary details the process of adding a card visual to show total revenue, inserting a table for customer names, and demonstrating the interactive filtering capabilities between visuals. Kevin discusses the ease of adding more pages for different data views and the steps for saving and publishing the report.

🔄 Sharing and Publishing the Report

The final paragraph outlines the steps for sharing and publishing the completed report. Kevin explains how to save changes, select a workspace for publishing, and access the report on the Power BI web service. He explores various sharing options, including embedding the report on SharePoint or a website, generating a QR code, exporting to PowerPoint or PDF, and sharing via email or Microsoft Teams. The summary concludes with a reflection on the video's duration and an invitation for viewers to subscribe for more content.

Mindmap

Keywords

💡Power BI

Power BI is a business analytics service by Microsoft that provides interactive visualizations and business intelligence capabilities with an array of data sources. In the video's context, it is the main tool being discussed for data analysis and reporting. The script introduces Power BI as a means to uncover stories within data and make informed decisions.

💡Data Import

Data Import refers to the process of bringing data from external sources into a system for further analysis or processing. In the script, Kevin demonstrates how to import data into Power BI from an Excel workbook, which is a crucial first step in using the tool for data analysis.

💡Data Model

A Data Model in Power BI is a representation of data in a structured format that defines relationships and interactions between different data elements. The script mentions building a data model to organize the imported data, which is essential for creating meaningful visualizations and analyses.

💡Visualizations

Visualizations are graphical representations of data that make it easier to understand and interpret complex information. The video script discusses adding visuals like line charts and bar charts to represent data, such as cookies shipped over time and total revenue.

💡Filters

Filters in Power BI are used to refine the data displayed in a report, allowing users to focus on specific subsets of data. The script describes using filters to view data, such as selecting a customer name to display related revenue and cookie shipments.

💡Power BI Desktop

Power BI Desktop is a version of Power BI that provides full functionality for data modeling, report building, and analysis. It is mentioned in the script as the tool that Kevin uses to demonstrate the process of creating a report in Power BI.

💡Power Query

Power Query is a data transformation tool that is part of Power BI. It allows users to clean, transform, and enrich data before it is loaded into Power BI. In the script, Kevin uses Power Query to standardize country names and remove unnecessary columns from the data.

💡Publish

Publishing in Power BI refers to making a report available to others, either within an organization or publicly. The script describes the process of publishing a report to the Power BI web service, enabling sharing and collaboration.

💡Data Relationships

Data Relationships define how different data tables or entities are connected in Power BI. The script explains how Power BI automatically detects relationships, such as between the Customers and Orders tables based on a common customer ID, which is vital for creating accurate and meaningful reports.

💡Dashboards

Dashboards in Power BI are interactive, visual representations of data that provide a high-level overview of key metrics. Although not explicitly detailed in the script, the mention of sharing reports and dashboards implies the creation of a centralized location for monitoring and analyzing data.

💡Microsoft Store

The Microsoft Store is an online marketplace for Microsoft products and services, including applications like Power BI. The script instructs viewers to open the Microsoft Store to obtain Power BI, indicating the platform where users can download and install the necessary software.

Highlights

Introduction to Power BI and its purpose in helping organizations understand data stories and make informed decisions.

Explaining the process of importing data into Power BI, including building a data model and adding visuals and filters.

Guidance on obtaining Power BI from the Microsoft Store and choosing between different options like Power BI for viewing, Power BI Desktop for full functionality, and report builder.

Instructions on installing and launching Power BI Desktop and navigating the initial splash screen.

How to access and import data from various sources, specifically using an Excel workbook as an example.

Demonstration of using the Navigator to assist with importing data into Power BI and previewing data before loading.

Explanation of the options to load data as is or transform the data before importing it into Power BI.

Importing data from an Excel workbook and discussing the automatic detection of relationships between tables by Power BI.

Identifying and resolving data inconsistencies, such as different country name representations, using Power Query Editor.

Removing unnecessary columns from the data and applying transformations without affecting the original data source.

Entering the Data View to examine and clean up data, ensuring consistency and relevance for analysis.

Building a report in Power BI by adding visualizations, starting with a line chart to represent cookies shipped over time.

Customizing visualizations, such as adjusting the Y and X axes, and changing the time scale for better data representation.

Adding secondary Y axes, legends, and formatting options to enhance the visual appeal and clarity of the report.

Creating a card visualization to display total revenue and using table visualizations to show customer information.

Utilizing interactive features to filter data by customer names and see the impact on revenue and cookies shipped.

Adding additional pages to a report for different data views and renaming existing pages for organization.

Publishing the report to the Power BI web service and exploring options for sharing, embedding, and exporting the report.

Encouraging viewers to subscribe for more educational content on using Power BI effectively.

Transcripts

play00:00

Hi everyone, Kevin here.

play00:01

Today, we are going to learn how to use

play00:04

Power BI in just 10 minutes.

play00:07

All organizations have a

play00:09

tremendous amount of data,

play00:11

but what are the

play00:12

stories behind that data,

play00:14

and what decisions should

play00:16

you make based on that data?

play00:18

Power BI can help us with this.

play00:20

We'll start with how you

play00:21

can import data into Power BI.

play00:23

Then we'll look at how you could build

play00:25

a data model and start to add

play00:27

some visuals and also filter your data.

play00:30

Finally, we'll look at

play00:31

how you can share out

play00:32

your reports and dashboards with others.

play00:35

Let's start with how

play00:36

you can get Power BI.

play00:37

To get Power BI,

play00:38

open up the Microsoft Store and up in the

play00:40

search field on top,

play00:41

search for Power BI.

play00:44

In the results, you'll

play00:45

see three different options.

play00:47

Which one should you get?

play00:49

First, we have Power BI,

play00:51

and this allows you to view and interact

play00:53

with existing reports.

play00:55

Here we have Power BI Desktop,

play00:57

and this gives you the

play00:59

full functionality to model

play01:00

your data and also to build reports.

play01:02

Lastly, we also have the report builder.

play01:06

This has much of the functionality that

play01:08

you'll find in desktop,

play01:09

but it's not quite as feature rich.

play01:11

For this video, we're going

play01:13

to use the desktop experience.

play01:15

Simply click on this, and right here,

play01:17

you can click to install or

play01:18

open if you already

play01:19

have the app installed.

play01:20

When you launch Power

play01:22

BI for the first time,

play01:23

you'll see this initial splash screen.

play01:25

Over on the left-hand side,

play01:27

you can get data and in

play01:29

a moment we'll do this.

play01:30

Right down below, you can also access

play01:32

recent data sources that you've used.

play01:34

Here, you'll see any

play01:36

other Power BI reports

play01:37

that you might have

play01:38

worked on and you can also

play01:39

navigate to other reports

play01:40

that you may have access to.

play01:42

Over on the right-hand

play01:43

side, you have all sorts of

play01:44

different learning resources that are

play01:46

well worth looking at.

play01:48

If you don't want to see

play01:49

this splash screen on launch,

play01:51

at the very bottom,

play01:51

you can uncheck this box,

play01:52

and this will no longer appear.

play01:54

For now, I'll close this window in the

play01:56

top right-hand corner.

play01:57

This drops us into the

play01:59

main report view in Power BI.

play02:01

Over on the left-hand side,

play02:02

here I can see that I

play02:04

am in the report view.

play02:05

Currently, we don't

play02:06

have any data in here yet.

play02:08

Luckily, it's very easy to get data in.

play02:10

Right here, we can

play02:12

add data to our report,

play02:13

or right up here on the

play02:15

"Home" tab on the ribbon,

play02:16

here we also have the

play02:17

option to import data.

play02:18

When I click on this "Get Data" dropdown,

play02:21

you'll see that there are all sorts of

play02:22

different sources that

play02:23

you can pull into Power BI.

play02:25

Chances are, if you have data,

play02:27

you'll be able to bring it in.

play02:29

For this video, I'm going to

play02:30

use data in an Excel workbook.

play02:32

If you'd like to follow along,

play02:33

I've included a link to this workbook

play02:35

down below in the description.

play02:37

I'll click on this.

play02:38

Here, I see my workbook.

play02:39

I'll double-click on this.

play02:41

This opens up the Navigator,

play02:42

and this will assist me with

play02:44

getting my data into Power BI.

play02:46

Here, I see my Excel workbook name,

play02:49

and I see that it has two separate tables

play02:51

and two separate sheets.

play02:53

You can tell based on this icon here.

play02:55

I can click into one of these tables,

play02:57

and here I can preview the data.

play02:59

There's one table called "Customers,"

play03:01

and this has all of

play03:02

the customer information

play03:03

at the Kevin Cookie Company.

play03:04

Down below, I also have

play03:06

order data for orders here

play03:08

at the Kevin Cookie Company.

play03:09

Then we also have sheets,

play03:11

but I only have the table on the sheet,

play03:13

so there's no other data.

play03:14

I'll select this table and this table.

play03:18

Down in the bottom right-hand corner,

play03:19

we have a few different options.

play03:20

We can load the data as is.

play03:22

That means that I don't

play03:23

want to make any changes to it.

play03:25

I'll basically bring it in

play03:26

as it looks right up above.

play03:27

Alternatively, we can

play03:29

also transform the data.

play03:31

Basically, make some modifications.

play03:33

Maybe we want to clean up the data

play03:35

before bringing it into Power BI.

play03:37

You might be wondering,

play03:38

"Well, why would you

play03:39

want to transform it here?

play03:40

"Why not just update

play03:41

the original Excel sheet?"

play03:43

In some cases, you

play03:45

won't have edit abilities

play03:46

with the original data.

play03:47

Let's say it's a database,

play03:48

or maybe someone else

play03:49

owns the spreadsheet.

play03:50

In this case, you could edit it

play03:52

before bringing it to Power BI.

play03:54

For now, I'll simply click on Load.

play03:56

Over on the right-hand

play03:58

side in the data pane,

play03:59

here I can see that I've successfully

play04:02

imported these tables

play04:03

from my Excel workbook.

play04:04

Here I have all of my orders

play04:06

and I have all of my

play04:08

customer information.

play04:08

Down below, you'll see

play04:10

all of the different columns

play04:12

that were contained in the table,

play04:13

or what we can also refer to as fields.

play04:16

Over on the left-hand side,

play04:17

let's now dig into the data

play04:19

by clicking on this

play04:20

button for the Data View.

play04:21

This drops us in the Data View,

play04:23

and here I can see all of

play04:25

the different customer data

play04:26

that's contained

play04:27

within the Customers table.

play04:29

Now, there is one issue I noticed.

play04:31

Here we have a column for a country,

play04:32

and I say the United

play04:34

States for a few of these,

play04:35

but then here it says the U.S.

play04:37

Ideally, I should clean this up.

play04:40

I can also click into the Orders table,

play04:42

and here I can see

play04:43

all the different orders

play04:44

that we've had here at

play04:45

the Kevin Cookie Company.

play04:45

We've been shipping a lot of cookies.

play04:48

Right here, there's a

play04:49

column called Rush Shipments,

play04:50

and I don't need this for my analysis.

play04:52

So I think I need to go back

play04:54

and make a few

play04:55

refinements to this data here.

play04:56

Let's click back into the Report View,

play04:59

and although I loaded the data,

play05:01

I can still go back

play05:02

and transform the data.

play05:03

On the Home tab, over here under Queries,

play05:06

we can click on Transform

play05:08

Data and then Transform Data.

play05:10

This opens up the Power Query Editor,

play05:12

and we can use Power Query to modify

play05:15

and also clean the data

play05:17

before bringing it into Power BI.

play05:20

One thing to note is this does not at all

play05:22

affect the original data source.

play05:24

Think of it as a middle layer

play05:26

between your original data and Power BI.

play05:28

Over on the left-hand side,

play05:29

I can see that there

play05:30

are two separate queries.

play05:32

Each one corresponds

play05:33

with one of the tables

play05:34

that we would like to bring in,

play05:35

and the first one is called Customers.

play05:39

Here, I can see all of the

play05:40

data contained within customers,

play05:42

and if I scroll over, here

play05:43

I see that country column

play05:45

with the inconsistent

play05:46

reference to the United States.

play05:48

I can right-click on the country,

play05:50

and here there's the

play05:52

option to Replace Values.

play05:53

I'll click on this, and I want to look

play05:56

for references to US,

play05:58

and I want to replace

play05:59

that with United States.

play06:00

I'll click on OK.

play06:01

Over on the right-hand side,

play06:03

here I can see a record of

play06:05

all of the different changes

play06:07

that I've made.

play06:07

One of the beautiful things is

play06:09

as you bring additional

play06:10

data in in the future,

play06:11

these same steps will

play06:13

apply to that new data.

play06:15

Over on the left-hand side under Queries,

play06:17

let's now click into Orders,

play06:19

and here's the column Rush Shipment.

play06:21

I don't need this for my analysis.

play06:24

I'll select this column,

play06:25

and up above, I can remove this column.

play06:28

Right over here, we see

play06:29

a category for Transform,

play06:31

and this has some of the

play06:32

most popular transformations.

play06:34

Up on top, I can also

play06:36

click into Transform here,

play06:37

and we see lots of different tools

play06:39

that you can use to

play06:40

modify and clean up your data.

play06:42

For now, though, I'm happy

play06:43

with the way everything looks.

play06:44

I will click on Home,

play06:45

and then Close and Apply,

play06:47

and select this option.

play06:48

Back in the main report view,

play06:50

on the left-hand side,

play06:51

let's now click into the Model view,

play06:53

and here I can see the data model.

play06:56

Here I see the two different tables,

play06:57

and I can also see that Power BI

play06:59

automatically detected the relationship

play07:02

between these two tables.

play07:04

The Customers table has a customer ID,

play07:05

and the Orders table

play07:06

also has a customer ID.

play07:08

If, for whatever reason, Power BI

play07:10

did not detect the relationship,

play07:12

you can simply drag

play07:14

an item from one table

play07:15

over onto the other table,

play07:16

and that will establish a relationship

play07:18

between these tables.

play07:19

Let's now go back into the report view,

play07:21

and let's start

play07:22

building out a nice report.

play07:23

Back now within the report view,

play07:25

I want to pull together a report,

play07:28

and a report is simply a collection

play07:30

of different visualizations.

play07:32

Over here on the right-hand side,

play07:33

you can see all of the

play07:34

different visualizations

play07:35

that you get with Power BI.

play07:37

I want to show cookies shipped over time,

play07:40

and I think a line chart would work

play07:42

really well for that.

play07:43

To insert one of these visualizations,

play07:45

here I simply click on a line chart,

play07:48

and here it places a

play07:49

placeholder in my report.

play07:51

Over on the right-hand side,

play07:53

here I see all of my

play07:55

data that I brought in,

play07:56

and I want to show cookies shipped.

play07:58

Here in my Orders table,

play07:59

there's an option called Cookies Shipped.

play08:01

I can take this item,

play08:03

and I can drag it in,

play08:04

and I'll place it on the Y axis.

play08:07

So there it shows up right here,

play08:08

but I also want to show it over time.

play08:10

Over on the right-hand

play08:12

side in the Orders table,

play08:13

I also have the order date.

play08:14

I can press and hold on this,

play08:16

and I will drag this into the X axis.

play08:18

And once I place that,

play08:20

you'll see the line

play08:21

chart start taking shape.

play08:23

I can click on this handle,

play08:25

and I can drag it so it's larger.

play08:26

I can even reposition it

play08:28

in whatever spot I want.

play08:30

Right now it shows orders shipped by day,

play08:33

but it's a little hard to

play08:34

make sense of what's going on.

play08:36

When I click on this, down below,

play08:38

I have these different

play08:39

options where I can drill up.

play08:40

So instead of viewing

play08:41

it on a daily basis,

play08:42

instead I could view it on a

play08:44

monthly and a yearly basis,

play08:45

and this now looks really nice.

play08:47

Over on the right-hand side,

play08:49

again, under Visualizations,

play08:50

if I scroll down, I

play08:52

have different options.

play08:52

I can add a secondary Y axis.

play08:54

I can pull in a legend.

play08:56

If we go up to the top, here I

play08:58

could also format the visual.

play08:59

So here I have a few different options,

play09:01

and right up under General,

play09:03

here I could also adjust some of the

play09:05

different properties.

play09:05

For example, the title.

play09:07

Currently it says sum of cookies shipped.

play09:09

Maybe I just want it to

play09:10

say cookie shipped by date.

play09:11

If we go down to, I

play09:13

could also adjust things

play09:13

like the text color, and let

play09:15

me go with this blue color.

play09:16

That matches the Kevin

play09:17

Cookie Company theme color.

play09:19

To exit out of this view,

play09:20

I'll simply click on the report,

play09:22

and that brings me

play09:23

back to this base state.

play09:25

I want to add some

play09:26

additional visuals to this report,

play09:28

and I'd like to show the total revenue

play09:30

that we've earned here at

play09:31

the Kevin Cookie Company.

play09:33

Of course, I could come in here

play09:34

and I could choose one of these visuals,

play09:36

or I could simply go down to the data,

play09:38

and here I'll check revenue.

play09:39

And this

play09:40

automatically inserts a bar chart.

play09:42

It makes a best guess for

play09:44

what visual would work well,

play09:46

but I can still modify this if I want.

play09:49

Over on the right-hand

play09:50

side, with this visual selected,

play09:52

here I'll select a card,

play09:54

and instead of showing a bar chart,

play09:55

it now shows a total

play09:56

revenue of six million.

play09:57

Like I've always said,

play09:59

there's a lot of money

play09:59

in the cookie business.

play10:00

I'd like to include one more visual

play10:03

that shows all of our customers

play10:04

here at the Kevin Cookie Company.

play10:05

Over on the right-hand side,

play10:07

I'll check the box next to customer name,

play10:10

and here it automatically

play10:11

inserts a table visualization.

play10:14

One of the really neat things is

play10:16

I can click on any one

play10:17

of these customer names.

play10:18

So let's say Acme grocery stores,

play10:19

and that automatically

play10:21

filters this line chart

play10:22

and this card.

play10:23

Remember, we connected

play10:25

these two separate tables.

play10:27

So here when I choose a customer name,

play10:28

it knows what revenue,

play10:30

and also the cookie shipped associated

play10:33

with that customer name.

play10:34

That's pretty cool.

play10:35

I can also press the control key,

play10:37

and I can multi-select customers.

play10:39

So let's say I want to see the revenue

play10:41

for these three customers.

play10:42

It looks like it was four million.

play10:44

To turn off this filter,

play10:45

I simply click on the

play10:46

side of the visualization,

play10:47

and it goes away.

play10:48

This report is coming together nicely,

play10:51

but I may want to add some additional

play10:53

pages in the future,

play10:54

maybe for different views of the data.

play10:55

Down below, I could simply double-click,

play10:57

and I could rename the

play10:58

page that I'm currently on,

play10:59

and I could click on this plus icon

play11:01

to add additional pages.

play11:02

For now though, I'd like to

play11:04

share this out with the team,

play11:05

just to start getting

play11:05

some feedback from them.

play11:06

Up on the top ribbon,

play11:08

over on the right-hand side,

play11:09

there's the option to publish.

play11:11

Let's click on that.

play11:12

Before we can publish,

play11:13

we'll need to save changes.

play11:14

I'll click on save.

play11:15

For the destination,

play11:16

I'll select my workspace,

play11:18

and then click on select.

play11:19

And look at that success.

play11:21

Right over here, we can now open this

play11:23

on the Power BI web service.

play11:25

And check that out.

play11:26

I now see my report on

play11:28

the Power BI web service.

play11:29

In the top left-hand corner,

play11:31

I can click on the file menu.

play11:32

I can embed this report on a

play11:34

SharePoint site, on a website.

play11:36

I could also generate a QR code

play11:38

that will lead people

play11:39

directly to this page.

play11:40

Up on top, I can also

play11:42

export directly to a PowerPoint.

play11:44

I could even embed live data.

play11:46

I could export a PDF.

play11:47

I could also share it.

play11:49

Here, I could type in an

play11:50

email address or copy a link.

play11:51

And over here, I could

play11:53

even place it directly

play11:54

in a Microsoft Teams chat.

play11:56

All right, well, it took

play11:57

slightly longer than 10 minutes,

play11:59

but hopefully that gives

play12:00

you enough to start exploring

play12:02

and building that muscle in this

play12:05

fantastic analytics tool.

play12:07

To watch more videos like this one,

play12:09

please consider subscribing,

play12:10

and I'll see you in the next video.

Rate This

5.0 / 5 (0 votes)

Related Tags
Power BIData AnalysisBusiness IntelligenceData ModelingVisualizationsExcel IntegrationReportsDashboardsMicrosoft StoreTutorial