Power Bi
Power Bi
Power Pivot: Fetches and cleans data and loads on to Power Query
Power Query: Operates on the loaded data
Power Q&A: Makes it possible for users to interact with reports
using simple English language
Power View: This lets users create interactive charts, graphs, maps,
and other visuals
Power Map: Enables the processing of accurate geographic
locations in datasets
Ans. Below are some of the major differences between Power BI and
Tableau:
Pricing:
Ease of use:
Visualizations:
In the free version of Power BI Desktop, the user can analyze datasets
of up to 1GB in storage along with 10,000 rows of data steaming every
hour. Moreover, it provides features like Power Query which allows the
user to easily visualize the datasets by giving the command in the
natural English language.
Visual-level Filters
Page-level Filters
Report-level Filters
Tabular reports-
Duplicate table-
Reports-
Analytics-
Applications-
Excel has new charts now but they can’t connect to data model.
Syntax:
You can connect to data files on your local system, Excel files, Azure
SQL Database, Facebook, Google Analytics, Power BI datasets, etc.
In Power BI, we can create visualizations such as, Bar charts, Column
charts, Line chart, Area chart, Pie chart, Stacked area chart, Ribbon
chart, Waterfall chart, etc.
Users can easily share and publish reports created in Power BI with
other users via Power BI Desktop and Power BI website, cloud-based
platforms and mobile platforms.
Ans. KPIs are the Key Performance Indicators. The KPIs evaluates an
organization’s performance in different areas by evaluating values and
measurable goals. A KPI always has a base value or measure which is
evaluated against a target value. You can evaluate the performances
in an analysis just by seeing the KPI as they graphically represent the
evaluation. Thus, KPIs will show whether the goals you have set are
met or not.
Ans. Slicers in Power BI are visual filters that are present in the report
page. The slicers let us sort and filter information on a packed report.
Unlike filters, slicers are present as a visual on the report and we can
select values on it while we are analyzing the data in the report.
For example, if we have a sales analysis report, you can make a slicer
for years. From that slicer, we can select the year for which we want to
see the sales metrics such as 2017, 2018 etc. The report visuals will
automatically and instantly change to show the information for the
selected year.
There are two types of content packs; the service provider content
packs and user-created content packs.
1. Number of pages
Dashboard - Consists of one page only.
Report - Can be of one or more pages.
2. Data sources
Dashboard - Can have data tiles from one or more datasets or
reports.
Report - It has a single dataset per report.
3. Filtering
Dashboard - Cannot perform filtering or slicing.
Report - Can perform filtering, slicing and highlighting.
4. Set alerts
Dashboard - Enables you to set alerts for emails.
Report - No option for setting alerts.
5. Accessing dataset
Dashboard - Does not allow viewing or accessing underlying datasets
tables and fields.
Report - Provides the option for viewing dataset tables, fields and
values.
Q25. What is Power Pivot ?
Ans. Power Query is an ETL tool to clean, shape, and transform data
without any code using intuitive interfaces. With this:
You can import data from various sources like databases from files
Append and join data from a wide range of sources
You can shape data as needed by adding and removing it
Ans. Using Normal filters users are not allowed to interact with
dashboards or reports, but using slicers we can interact with
dashboards and reports.
Ans. The Excel BI Toolkit for Microsoft self-service BI has got a number
of add-ins:
Power Query for data mash-up and transformation.
Power View for viewing data visualizations.
Power Pivot for in-memory tabular data modeling.
Power Map for visualizing 3D geo-spatial data.
Q 31. Share some key points about DAX usage in Power BI?
Q32. Which table functions will you use to group data in Power BI?
Ans. We can use two main DAX functions to group data in Power BI -
SUMMARIZE() and SUMMARIZECOLUMNS:
1. Syntax:
It comprises of various components that make up the formula. For
e.g. - Total Sales = SUM(Sales[SalesAmount])
2. Context:
3. Functions:
These functions carry out calculations on the date and time values.
Ex: DATE, CALENDER, HOUR, MINUTE
Logical Functions -
Statistical Functions -
Text Functions -
These are similar to the string functions of Excel. Ex: FIND, LEFT,
FIXED, FORMAT
Table functions -
Summarize(<table>,<grouping column>,[<name>,<expression>)
The modifications done by the Query Editor are not reflected in the
actual datasheet.
Ans. To combine two columns in Power BI, you need to select a new
calculated column using the DAX expression.
For example, if you need to add the values of two columns & make the
third column, then you can do it by the Following DAX Expression:
Total=Sheet Name(Col1) +sheet Name(Col2).
To use Data Gateway, you need first to install it in your system; add
the users to this who will be accessing the data from on-premise
sources. Give authentication & request and get connected to the On-
Premise Data sources.
Ans. You can use FILTER to reduce the number of rows in the table
that you are working with, and use only specific data in calculations.
Q: What is Power BI Service, and how does it differ from Power BI Desktop?
A: Power BI Service is a cloud-based analytics platform, while Power BI Desktop is a local data preparation and reporting tool.
Q: How can you share a Power BI report with others using the Power BI Service?
A: You can share reports by publishing them to a workspace, and setting permissions for users or groups.
Q: What are Workspaces in Power BI Service, and how are they used?
A: Workspaces are collaborative environments in Power BI Service, where teams can create, edit, and share reports and dash
Q: What are dashboards in Power BI Service, and how are they created?
A: Dashboards are single-page summaries of report visuals created by pinning elements from various reports.
Q: How can you collaborate on reports and dashboards within Power BI Service?
A: You can collaborate by sharing dashboards, adding comments, and using workspaces for teamwork.
Q: What are Content Packs, and how do they function within Power BI Service?
A: Content Packs are pre-built collections of reports, datasets, and dashboards, which can be shared with other users.
Q: How can you interact with reports and dashboards on Power BI Mobile Apps?
A: Power BI Mobile Apps allow you to view, filter, and interact with data reports and dashboards on mobile devices.
Q: What steps would you take to set up Row-Level Security (RLS) in Power BI?
A: Define roles with DAX filters in Power BI Desktop, assign users to roles, and publish to Power BI Service for secure data acc