Skip to main content

New Article

How to SUM by matching partial text in Excel

Introduction to Power BI Service

What is Power BI?

Before we define the Power BI Service we first need to know about Power BI. Top Management of any company always try to analysis the sales report. But it is very difficult for them to generate a report as like as a professional Executive generates and provide them. Microsoft designed a web based or pc based report generating platform for those business analysis in 2015. Named it, “Microsoft Power Business Intelligence” in short form Microsoft Power BI.

It is now very popular in worldwide as a business analysis tool. You can analysis many database files through Power BI from online or offline with just few clicks if your raw data is available from Microsoft Excel, Microsoft Access, SQL etc.

 Image 1: Microsoft Power BI

Microsoft defines Power BI as “Power BI is a collection of software services, apps, and connectors that work together to turn your unrelated sources of data into coherent, visually immersive, and interactive insights. Whether your data is a simple Excel spreadsheet, or a collection of cloud-based and on-premises hybrid data warehouses, Power BI lets you easily connect to your data sources, visualize (or discover) what’s important, and share that with anyone or everyone you want.”

They also added, “Power BI transforms your company's data into rich visuals for you to collect and organize so you can focus on what matters to you.”

Microsoft said about the Power BI in a sentence “Bring your data to Life.” I completely agree with this. It can provides database report depends how you customized at anytime, anywhere. It can be simple and fast for report generation.

 Image 2: How Power BI works


What is Power BI Service?

Power BI Service is a platform works in cloud. That means you don't need to install any other software in you PC. you can access your Power BI through web by login your own account. You can access your data anytime from anywhere.


What Add-ins are included in Power BI?

Power BI included 5 important commercial add-ins of Microsoft. These are:
  • PowerPivot
  • PowerView
  • PowerMap
  • PowerQuery

What are the platforms of Power BI?

There are few platforms of Power BI. These are:
  • Power BI Desktop
  • Power BI Mobile
  • Power BI Service

Image 3: Platforms of Power BI


Role Playing Power BI

It depends on your role in a project, or in a team, or in a research and development. Depends on how many users might take access on it, how many users will give you the raw data, how you share the reports etc. You can share a simple report by giving access to all users or you can share complex report and share nobody.

It also depends on which device will you use, it may be Mobile, or Web or Desktop.

Popular posts from this blog

How to display an image in worksheet based on a List or based on IF condition?

Excel can show image on worksheet based on a specific IF condition. So, how to do it? Simple follow the below steps: Step by Step: Step 1: Insert images in your Excel Worksheet. Here I've inserted 5 different types of balls, Football, Cricket, Pool, Basketball, Tennis ball. Note that, All balls are placed into different cell. These are placed in Picture sheet. Image 1: 5 balls placed in 5 different cells and covered photo's wide and height Step 2: In the report sheet, design the report as you wish. I've designed in my way like below: Image 2: Kids asking to Donald Duck, which ball need to throw now Step 3: Make a drop down list "Games" in E6 cell in Report sheet from Data Validation. which is as below: Football Cricket Pool Basketball Tennis You can do an IF function here in E6 in Report sheet, which will meet a certain condition and returned Football, Cricket, Pool, Basketball or Tennis. Step 4: Now the tricky part is...

Cumulative Closing Balance like a Bank Statement in PivotTable

A Bank Employee in many case needs to calculate the Closing Balance after each transaction in PivotTable like a Bank Statement . But with the help of Calculated Field of a PivotTable , you can only calculate Field with Field . It's not possible to use a formula in Calculated Field where you can mention a single cell with Relative Reference Cell . Because a PivotTable acts like a Table format where you can work with Field or Column Name . A Helping Column (A regular column, that helps to get a partial result where formula applied) can be a good idea. But there is an option in PivotTable by which you can Calculate Cumulative . In this article I will show you, how you can do it. Calculating with Formula: Assume that, you have an Excel file with Debit and Credit transaction of an Account . Image 1: Sample Bank Statement In a Bank Statement , Month wise Cumulative Balance is important. In the Excel sheet, as above, it is very easy to use a formula and calc...

Value Paste and Formula Paste

In many case, in our professional life, we need to do Copy and Value Paste or Copy and Formula Paste in all most always. Those employees, who works under MIS Department, have to do it lots of time in a single day to prepare reports. It is very time costing task in Office. Many of us use Excel Menubar to do it, others are using Keyboard Shortcut by pressing ALT key (like for Value Paste Press ALT+H+V+V and for Formula Paste Press ALT+H+V+F ). But did you noticed that, these two ways strongly need your attention to do this task. More clearly, if you choose Value Paste from Menubar , then what you need to do? First you should take the mouse in Hand Wheel the mouse in Home menu Then Click on Paste Then you pressure your eyes to find the Value Paste icon And then Click on it to paste it These all steps can take more than 1 second. Am I right? Below is an image of this process: Image 1: Value Paste from Home Menu On the other hand, if you choose the shortcut f...