AI and Power BI Que-Finger Tips
AI and Power BI Que-Finger Tips
3/31/2023
1) What do you understand by Artificial Intelligence?
Artificial intelligence is computer science technology that emphasizes creating intelligent
machine that can mimic human behavior. Here Intelligent machines can be defined as the
machine that can behave like a human, think like a human, and also capable of decision
making. It is made up of two words, "Artificial" and "Intelligence," which means the "man-
made thinking ability."
With artificial intelligence, we do not need to pre-program the machine to perform a task;
instead, we can create a machine with the programmed algorithms, and it can work on its
own.
o Google Search Engine: When we start writing something on the google search
engine, we immediately get the relevant recommendations from google, and this
is because of different AI technologies.
o Ridesharing Applications: Different ride-sharing applications such as Uber uses AI
and machine learning to determine the type of ride, minimize the time once the car
is hailed by the user, price of the ride, etc.
o Spam Filters in Email: The AI is also used for email spam filtering so that you can
get the important and relevant emails only in your inbox. As per the studies, Gmail
successfully filters 99.9% of spam mails.
1|Page
o Social Networking: Different social networking sites such as Facebook, Instagram,
Pinterest, etc., use the AI technology for different purposes such as face recognition
and friend suggestions, when you upload a photograph on Facebook, understanding
the contextual meaning of an emoji in Instagram, and so on.
o Product recommendations: When we search for a product on Amazon, we get the
recommendation for similar products, and this is because of different ML
algorithms. Similarly, on Netflix, we get personalized recommendations for movies
and web series.
The term Artificial intelligence was The term ML was first coined The term DL was first coined in the
first coined in the year 1956 by in the year 1959 by Arthur year 2000 Igor Aizenberg.
John McCarthy. Samuel.
It is a technology that is used to It is a subset of AI that learns It is the subset of machine learning
create intelligent machines that can from past data and and AI that is inspired by the human
mimic human behavior. experiences. brain cells, called neurons, and
imitates the working of the human
brain.
AI completely deals with structured, ML deals with structured Deep learning deals with structured
semi-structured data. and semi-structured data. and unstructured data.
It requires a huge amount of data to It can work with less amount It requires a huge amount of the data
work. of data compared to deep compared to the ML.
learning and AI.
The goal of AI is to enable the The goal of ML is to enable The goal of deep learning is to solve
machine to think without any human the machine to learn from the complex problems as the human
intervention. past experiences. brain does, using various algorithms.
2|Page
5) What are the types of AI?
Artificial intelligence can be divided into different types on the basis of capabilities and
functionalities.
Based on Capabilities:
Based on Functionalities:
o Reactive Machines: Purely reactive machines are the basic types of AI. These focus
on the present actions and cannot store the previous actions. Example: Deep Blue.
o Limited Memory: As its name suggests, it can store the past data or experience for
the limited duration. The self-driving car is an example of such AI types.
o Theory of Mind: It is the advanced AI that is capable of understanding human
emotions, people, etc., in the real world.
o Self-Awareness: Self Awareness AI is the future of Artificial Intelligence that will
have their own consciousness, emotions, similar to humans. Read More.
o Machine Learning
o Deep Learning
o Neural Network
o Expert System
o Fuzzy Logic
3|Page
o Natural Language Processing
o Robotics
o Speech Recognition.
In Q-learning, the Q is used to represent the quality of the actions at each state, and the goal
of the agent is to maximize the value of Q.
4|Page
9) What is Deep Learning, and how is it used in real-world?
Deep learning is a subset of Machine learning that mimics the working of the human brain.
It is inspired by the human brain cells, called neurons, and works on the concept of neural
networks to solve complex real-world problems. It is also known as the deep neural
network or deep neural learning.
o Python
o Java
o Lisp
o R
o Prolog
Among the above five languages, Python is the most used language for AI development due
to its simplicity and availability of lots of libraries, such as Numpy, Pandas, etc.
11) What is the intelligent agent in AI, and where are they used?
The intelligent agent can be any autonomous entity that perceives its environment through
the sensors and act on it using the actuators for achieving its goal.
5|Page
o Repetitive Activities
o Domain Experts
o Chatbots, etc.
6|Page
MDP has four elements, which are:
In this process, the agent performs an action A to take a transition from state S1 to S2 or
from the start state to the end state, and while doing these actions, the agent gets some
rewards. The series of actions taken by the agent can be defined as the policy.
Parametric Model: The parametric models use a fixed number of the parameters to create
the ML model. It considers strong assumptions about the data. The examples of the
parametric models are Linear regression, Logistic Regression, Naïve Bayes, Perceptron, etc.
7|Page
In machine learning, hyper parameter is the parameters that determine and control the
complete training process. The examples of these parameters are learning rate, Hidden
Layers, Hidden units, Activation functions, etc. These parameters are external from the
model. The selection of good hyper parameters makes a better algorithm.
The HMM is used in various applications such as reinforcement learning, temporal pattern
recognition, etc.
18) What is Strong AI, and how is it different from the Weak AI?
Strong AI: Strong AI is about creating real intelligence artificially, which means a human-
made intelligence that has sentiments, self-awareness, and emotions similar to humans. It
is still an assumption that has a concept of building AI agents with thinking, reasoning, and
decision-making capabilities similar to humans.
Weak AI: Weak AI is the current development stage of artificial intelligence that deals with
the creation of intelligent agents and machines that can help humans and solve real-world
complex problems. Siri and Alexa are examples of Weak AI programs.
In this test, three players are involved, the first player is a computer, the second player is a
human responder, and the third player is the human interrogator, and the interrogator
needs to find which response is from the machine on the basis of questions and answers.
8|Page
20) Which assessment is used to test the intelligence of the
machine?
Turing Test.
o Cross-Validation
o Training With more data
o Regularization
o Ensembling
o Removing Unnecessary Features
o Early Stopping the training.
Components of NLP:
9|Page
There are mainly two components of Natural Language processing, which are given below:
a. User Interface: It enables a user to interact or communicate with the expert system
to find the solution for a problem.
b. Inference Engine: It is called the main processing unit or brain of the expert
system. It applies different inference rules to the knowledge base to draw a
conclusion from it. The system extracts the information from the KB with the help of
an inference engine.
c. Knowledge Base: The knowledge base is a type of storage area that stores the
domain-specific and high-quality knowledge.
26) Explain the minimax algorithm along with the different terms.
10 | P a g e
Minimax algorithm is a backtracking algorithm used for decision making in game theory.
This algorithm provides the optimal moves for a player by assuming that another player is
also playing optimally.
This algorithm is based on two players, one is called MAX, and the other is called the MIN.
Game theory and AI are much related and useful to each other. In AI, the game theory is
widely used to enable some of the key capabilities required in the multi-agent
environment, in which multiple agents try to interact with each other to achieve a goal.
Different popular games such as Poker, Chess, etc., are the logical games with the specified
rules. To play these games online or digitally, such as on Mobile, laptop, etc., one has to
create algorithms for such games. And these algorithms are applied with the help of
artificial intelligence.
11 | P a g e
o AI does not require humans: The first misconception about AI is that it does not
require human. But in reality, each AI-based system is somewhere dependent on
humans and will remain. Such as it requires human gathered data to learn about the
data.
o AI is dangerous for humans: AI is not inherently dangerous for humans, and still, it
has not reached the super AI or strong AI, which is more intelligent than humans.
Any powerful technology cannot be harmful if it is not misused.
o AI has reached its peak stage: Still, we are so far away from the peak stage of the
AI. It will take a very long journey to reach its peak.
o AI will take your job: It is one of the biggest confusions that AI will take most of the
jobs, but in reality, it is giving us more opportunities for new jobs.
o AI is new technology: Although some people think that it is a new technology, this
technology actually first thought in the year 1840 through an English newspaper.
Eigenvalues are the coefficients that are applied to the eigenvectors, or these are the
magnitude by which the eigenvector is scaled.
An Artificial neural network or ANN consists of multiple layers, including the Input layer,
Output Layer, and hidden layers.
ANN, with the help of various deep learning techniques, is the AI tools to solve various
complex problems like pattern recognition, facial recognition, and so on.
12 | P a g e
Some commonly used Artificial neural networks:
Alternate Keys: All candidate keys except the primary key are known as alternate keys.
Compound Key: It has multiple fields that enable the user to uniquely recognize a specific
record.
Artificial Key: It is the extra attribute added to the table when there are no stands alone or
compounds key is available. It is created by assigning a number to each record in the table.
The AI chatbots are broadly used in most businesses to provide 24*7 virtual customer
support to their customers, such as HDFC Eva chatbot, Vainubot, etc.
13 | P a g e
Following elements of Knowledge that are represented to the agent in the AI system:
o Objects
o Events
o Performance
o Meta-Knowledge
o Facts
o Knowledge-base
o Logical Representation
o Semantic Network Representation
o Frame Representation
o Production Rules
14 | P a g e
things(performing actions, changing state, and getting the feedback) to explore the
environment.
o Q-Learning
o SARSA(State Action Reward State Action)
o Deep Q Neural Network
The goal of the agent is to maximize the positive reward and to achieve the goal of the
problem.
38) What are the different areas where AI has a great impact?
Following are some areas where AI has a great impact:
o Autonomous Transportation
o Education-system powered by AI.
o Healthcare
o Predictive Policing
o Space Exploration
o Entertainment, etc.
16 | P a g e
o Confusion Matrix: It is N*N table with different sets of value that is used to
determine the performance of the classification model in machine learning.
o F1 score: It is the harmonic mean of precision and recall, which is used as one of the
best metrics to evaluate the ML model.
o Gain and lift charts: Gain & Lift charts are used to determine the rank ordering of
the probabilities.
o AUC-ROC curve: The AUC-ROC is another performance metric. The ROC is the plot
between the sensitivity.
o Gini Coefficient: It is used in the classification problems, also known as the Gini
Index. It determines the inequality between the values of variables. The high value
of the Gini represents a good model.
o Root mean squared error: It is one of the most popular metrics used for the
evaluation of the regression model. It works by assuming that errors are unbiased
and have a normal distribution.
o Cross-Validation: It is another popular technique for evaluating the performance of
the machine learning model. In this, the models are trained on subsets of the input
data and evaluated on the complementary subset of the data.
Rationality is a status of being reasonable and sensible with a good sense of judgment.
17 | P a g e
43) Which algorithm is used by Facebook for face recognition?
Explain its working.
Facebook uses the DeepFace tool that uses the deep learning algorithms for the face
verification that allows the photo tag suggestions to you when you upload a photo on
Facebook. The deep face identifies the faces in the digital images using neural network
models. The working of DeepFace is given in below steps:
o It first scans the uploaded images. It makes the 3-D model of the image, and then
rotate that image into different angles.
o After that, it starts matching. To match that image, it uses a neural network model to
determine the high-level similarities between other photos of a person. It checks for
the different features such as the distance between the eyes, the shape of the nose,
eyes color, etc.
o Then it does the recursive checking for 68 landmark testing, as each human face
consists of 68 specific facial points.
o After mapping, it encodes the image and searches for the information of that person.
For example, if a person buys bread, there are most of the chances that he will buy butter
also. Hence, understanding such correlations can help retailers to grow their business by
providing relevant offers to their customers.
Below are the steps used in fraud detection using machine learning:
18 | P a g e
o Data extraction: The first step is data extraction. Data is gathered through a survey
or with the help of web scraping tools. The data collection depends on the type of
model, and we want to create. It generally includes the transaction details, personal
details, shopping, etc.
o Data Cleaning: The irrelevant or redundant data is removed in this step. The
inconsistency present in the data may lead to wrong predictions.
o Data exploration & analysis: This is one of the most crucial steps in which we need
to find out the relation between different predictor variables.
o Building Models: Now, the final step is to build the model using different machine
learning algorithms depending on the business requirement. Such as Regression or
classification.
Step 2: Check if the OPEN list is empty or not; if the list is empty, then return failure and
stops.
Step 3: Select the node from the OPEN list which has the smallest value of evaluation
function (g+h), if node n is goal node then return success and stop, otherwise
Step 4: Expand node n and generate all of its successors, and put n into the closed list. For
each successor n', check whether n' is already in the OPEN or CLOSED list; if not, then
compute evaluation function for n' and place into Open list.
Step 5: Else if node n' is already in OPEN and CLOSED list, then it should be attached to the
back pointer, which reflects the lowest g(n') value.
19 | P a g e
In artificial intelligence, the inference engine is the part of an intelligent system that derives
new information from the knowledge base by applying some logical rules.
o Backward Chaining: It begins with the goal and proceeds backward to deduce the
facts that support the goal.
o Forward Chaining: It starts with known facts, and asserts new facts.
The below diagram shows the difference between fuzzy logic and Boolean logic
20 | P a g e
49) What is a Bayesian network, and why is it important in AI?
Bayesian networks are the graphical models that are used to show the probabilistic
relationship between a set of variables. It is a directed cycle graph that contains multiple
edges, and each edge represents a conditional dependency.
Bayesian networks are probabilistic, because these networks are built from a probability
distribution, and also use probability theory for prediction and anomaly detection. It is
important in AI as it is based on Bayes theorem and can be used to answer the probabilistic
questions.
Here h(n) is heuristic cost, and h*(n) is the estimated cost. Hence heuristic cost should be
less than or equal to the estimated cost.
21 | P a g e
1. What is Power BI?
Power BI is a business analytics tool developed by Microsoft that helps you turn multiple
unrelated data sources into valuable and interactive insights. These data may be in the
form of an Excel spreadsheet or cloud-based/on-premises hybrid data warehouses. You
can easily connect to all your data sources and share the insights with anyone.
Because Power BI provides an easy way for anyone, including non-technical people, to
connect, change, and visualize their raw business data from many different sources and
turn it into valuable data that makes it easy to make smart business decisions.
Both Tableau and Power BI are the current IT industry's data analytics and visualization
giants. Yet, there are a few significant differences between them. You will now explore the
important differences between Tableau and Power BI.
Tableau Power BI
22 | P a g e
Power BI User Interface is
Tableau User Interface is complicated
comparatively simpler
The differences between Power Query and Power Pivot are explained as follows:
Power Pivot is an add-on provided by Microsoft for Excel since 2010. Power Pivot was
designed to extend the analytical capabilities and services of Microsoft Excel.
Power Query is a business intelligence tool designed by Microsoft for Excel. Power Query
allows you to import data from various data sources and will enable you to clean,
23 | P a g e
transform and reshape your data as per the requirements. Power Query allows you to write
your query once and then run it with a simple refresh.
Self-service business intelligence (SSBI) is divided into the Excel BI Toolkit and Power BI.
DAX stands for Data Analysis Expressions. It's a collection of functions, operators, and
constants used in formulas to calculate and return values. In other words, it helps you
create new info from data you already have.
The term "Filter" is self-explanatory. Filters are mathematical and logical conditions
applied to data to filter out essential information in rows and columns. The following are
the variety of filters available in Power BI:
Manual filters
Auto filters
Include/Exclude filters
Drill-down filters
Drillthrough filters
Drillthrough filters
URL filters–transient
Pass-Through filters
24 | P a g e
12. What are Custom Visuals in Power BI?
Custom Visuals are like any other visualizations, generated using Power BI. The only
difference is that it developes the custom visuals using a custom SDK. The languages
like JQuery and JavaScript are used to create custom visuals in Power BI.
Get Data is a simple icon on Power BI used to import data from the source.
It allows users to transform data into visuals and share them with anyone
It establishes a connection for Excel queries and dashboards for fast analysis
Power BI does not accept file sizes larger than 1 GB and doesn't mix imported data accessed
from real-time connections.
There are very few data sources that allow real-time connections to Power BI reports and
dashboards.
It only shares dashboards and reports with users logged in with the same email address.
16. What are some differences in data modeling between Power BI Desktop and
Power Pivot for Excel?
25 | P a g e
Power Pivot for Excel supports only single directional relationships (one to many),
calculated columns, and one import mode. Power BI Desktop supports bi-directional cross-
filtering connections, security, calculated tables, and multiple import options.
An SQL Server Import is the default and most common connectivity type used in Power BI.
It allows you to use the full capabilities of the Power BI Desktop.
Direct Query
The Direct Query connection type is only available when you connect to specific data
sources. In this connectivity type, Power BI will only store the metadata of the underlying
data and not the actual data.
Live Connection
With this connectivity type, it does not store data in the Power BI model. All interaction
with a report using a Live Connection will directly query the existing Analysis Services
model. There are only 3 data sources that support the live connection method - SQL Server
Analysis Services (Tabular models and Multidimensional Cubes), Azure Analysis Services
(Tabular Models), and Power BI Datasets hosted in the Power BI Service.
18. What are the various types of refresh options provided in Power BI?
Four important types of refresh options provided in Microsoft Power BI are as follows:
Package refresh - This synchronizes your Power BI Desktop or Excel file between the Power BI
service and OneDrive, or SharePoint Online.
Model or data refresh - This refreshes the dataset within the Power BI service with data from the
original data source.
Tile refresh - This updates the cache for tile visuals every 15 minutes on the dashboard once
data changes.
Visual container refresh - This refreshes the visible container and updates the cached report
visuals within a report once the data changes.
26 | P a g e
19. Name the data sources can Power BI can connect to?
Several data sources can be connected to Power BI, which is grouped into three main types:
Files
It can import data from Excel (.xlsx, .xlxm), Power BI Desktop files (.pbix) and Comma-
Separated Values (.csv).
Content Packs
These are a collection of related documents or files stored as a group. There are two types
of content packs in Power BI:
Content packs from services providers like Google Analytics, Marketo, or Salesforce and Content
packs are created and shared by other users in your organization.
Connectors
Connectors help you connect your databases and datasets with apps, services, and data in
the cloud.
It allows you to drill through the page, bookmarks, and selection pane and also lets you create
various tiles and integrate URLs
A dashboard can also help you set report layout to mobile view.
Manually - Relationships between tables are manually defined using primary and foreign keys.
Automatic - When enabled, this automated feature of Power BI detects relationships between
tables and creates them automatically.
27 | P a g e
22. Can you have more than one functional relationship between two tables in a
Power Pivot data model?
No. There can be multiple inactive relationships, but only one active relationship between
two tables in a Power Pivot data model. Dotted lines represent inactive relationships, and
continuous lines represent active relationships.
23. Can you have a table in the model which does not have any relationship with
other tables?
Yes. There are two main reasons why you can have disconnected tables:
The table is used to present the user with parameter values to be exposed and selected in slicers
The CALCULATE function evaluates the sum of the Sales table Sales Amount column in a
modified filter context. It is also the only function that allows users to modify the filter
context of measures or tables.
Moving ahead, you will step up to the following Power BI Interview Questions from the
Intermediate Level.
Most of the time, power BI gets assisted by the cloud to store the data. Power BI can use a
desktop service. Microsoft Azure is used as the primary cloud service to store the data.
Row-level security limits the data a user can view and has access to, and it relies on filters.
Users can define the rules and roles in Power BI Desktop and also publish them to Power BI
Service to configure row-level security.
28 | P a g e
27. Why should you apply general formatting to Power BI data?
Users can use general formatting to make it easier for Power BI to categorize and identify
data, making it considerably easier to work with.
There are three different views in Power BI, each of which serves another purpose:
Report View - In this view, users can add visualizations and additional report pages and
publish the same on the portal.
Data View - In this view, data shaping can be performed using Query Editor tools.
Model View - In this view, users can manage relationships between complex datasets.
Power BI Desktop
Power BI service
Visualizations
Visualization is the process of generating charts and graphs for the representation of
insights on business data.
Datasets
A dataset is the collection of data used to create a visualization, such as a column of sales
figures. Dataset can get combined and filtered from a variety of sources via built-in data
plugins.
29 | P a g e
Reports
The final stage is the report stage. Here, there is a group of visualizations on one or more
pages. For example, charts and maps are combined to make a final report.
Dashboards
A Power BI dashboard helps you to share a single visualization with colleagues and clients
to view your final dashboard.
Tiles
A tile is an individual visualization on your final dashboard or one of your charts in your
final report.
Power Query
Power Pivot
Power View
Power Map
Power Q&A
Bidirectional cross-filtering lets data modelers to decide how they want their Power BI
Desktop filters to flow for data, using the relationships between tables. The filter context is
transmitted to a second related table that exists on the other side of any given table
relationship. This procedure helps data modelers solve the many-to-many issue without
having to complicated DAX formulas. So, to sum it up, bidirectional cross-filtering makes
the job for data modelers easier.
30 | P a g e
34. What are the three fundamental concepts of DAX?
Syntax
This is how the formula is written—that is, the elements that comprise it. The Syntax
includes functions such as SUM (used when you want to add figures). If the Syntax isn't
correct, you'll get an error message.
Functions
These are formulas that use specific values (also known as arguments) in a particular order
to perform a calculation, similar to the functions in Excel. The categories of functions are
date/time, time intelligence, information, logical, mathematical, statistical, text,
parent/child, and others.
Context
There are two types: row context and filter context. Row context comes into play whenever
a formula has a function that applies filters to identify a single row in a table. When one or
more filters are applied in a calculation that determines a result or value, the filter context
comes into play.
35. Why and how would you use a custom visual file?
You will use a custom visual file if the prepackaged files don't fit the needs of your business.
Developers create custom visual files, and you can import them and use them in the same
way as you would the prepackaged files.
36. What are some familiar sources for data in the Get Data menu in Power BI?
A few familiar data sources are Excel, Power BI datasets, web, text, SQL server, and analysis
services.
All
File
Database
Power BI
31 | P a g e
Azure
Online Services
Other
Connect to data
Group rows
Pivot columns
Query formulas
Power BI Desktop helps you to group the data in your visuals into chunks. You can,
however, define your groups and bins. For grouping, use Ctrl + click to select multiple
elements in the visual. Right-click one of those elements and, from the menu that appears,
choose Group. In the Groups window, you can create new groups or modify existing ones.
On a Power BI final report page, a developer can resize a responsive slicer to various sizes
and shapes, and the data collected in the container will be rearranged to find a match. If a
visual report becomes too small to be useful, an icon representing the visual takes its place,
saving space on the report page.
Query folding is used when steps defined in the Query Editor are translated into SQL and
executed by the source database instead of your device. It helps with scalability and
efficient processing.
32 | P a g e
M is a programming language used in Power Query as a functional, case-sensitive language
similar to other programming languages and easy to use.
43. What are the major differences between visual-level, page-level, and report-
level filters in Power BI?
Visual-level filters are used to filter data within a single visualization. Page-level filters are
used to work on an entire page in a report, and different pages can have various filters.
Report-level filters are used to filter all the visualizations and pages in the report.
Adding indexes
Users can set up for an automatic refresh over data based on daily or weekly requirements.
Users can schedule only one refresh maximum daily unless they have Power BI Pro. The
Schedule Refresh section uses the pull-down menu choices to select a frequency, time zone,
and time of day.
Power Map can display geographical visualizations. Therefore, some location data is
needed—for example, city, state, country, or latitude and longitude.
Power Pivot uses the xVelocity engine. xVelocity can handle huge amounts of data, storing
data in columnar databases. All data gets loaded into RAM memory when you use in-
memory analytics, which boosts the processing speed.
33 | P a g e
Following are some of the important Components of SSAS:
OLP Engine
An OLAP Engine is used to extensively run the ADHOC queries at a faster pace by the end-
users
Data Drilling
It describes data Drilling in SSAS as the process of exploring details of the data with
multiple levels of granularity.
Slicers
The data Slicing process in SSAS is defined as the process of storing the data in rows and
columns.
Pivot Tables
Pivot Tables helps in switching between the different categories of data stored between
rows and columns
1. Syntax: This is how the formula is written—the elements that comprise it. The syntax includes
functions such as SUM (used when you want to add figures). If the syntax isn't correct, you'll get
an error message.
2. Functions: These are formulas that use specific values (also known as arguments) in a certain
order to perform a calculation, similar to the functions in Excel. The categories of functions are
date/time, time intelligence, information, logical, mathematical, statistical, text, parent/child,
and others.
3. Context: There are two types: row context and filter context. Row context comes into play
whenever a formula has a function that applies filters to identify a single row in a table. When
one or more filters are applied in a calculation that determines a result or value, the filter
context comes into play.
34 | P a g e
2. Power BI Services: For Online Services
51. What are the different stages in the working of Power BI?
There are three different stages in working on Power BI, as explained below.
1. Data Integration
2. Data Processing
3. Data Presentation
Data Integration
The primary step in any business intelligence is to establish a successful connection with
the data source and integrate it to extract data for processing.
Data Processing
The next step in business intelligence is data processing. Most of the time, the raw data also
includes unexpected erroneous data, or sometimes a few data cells might be empty. The BI
tool needs to interpret the missing values and inaccurate data for processing in the data
processing stage.
Data Presentation
The final stage in business intelligence is analyzing the data got from the source and
presenting the insights using visually appealing graphs and interactive dashboards.
Beginners and experts prefer Power BI in business intelligence. Power BI is used mainly by
the following professionals.
Business Analysts
Business Owners
Business Developers
35 | P a g e
Business Analysts
A business analyst is a professional who analyses the business data and represents the
insights found using visually appealing graphs and dashboards
Business Owners
Business owners, decision-makers, or organizations use Power BI to view the insights and
understand the prediction to make a business decision.
Business Developers
Business Developers are just software developers who get hired for business purposes to
develop custom applications and dashboards to help the business process be smooth.
Advanced editor is used to view queries that Power BI is running against the data sources
importing data. The query is rendered in M-code. Users wanting to view the query code
select “Edit Queries” from the Home tab, then click on “Advanced Editor” to perform work
on the query. Any changes get saved to Applied Steps in the Query Settings.
54. What gateways does Power BI have and why should you use them?
Gateways function as bridges between the in-house data sources and Azure Cloud Services.
Personal Gateway: Used only by one person, data can be imported, and is only valid on Power BI
Service.
On-Premises Gateway: This is an advanced form of the Personal Gateway, supporting Direct
Query and usable by multiple users to refresh data.
There are multiple applications of Power BI; some of them are as follows:
Business Analysis
Data Analysis
Database Administration
IT Professional
36 | P a g e
Data Science
KPI is abbreviated as Key Performance Indicator. Any professional organization has teams
and employees follow the KPI protocols. The organizations set up KPIs for all the
employees. These KPIs act as their targets. These KPIs are compared to previous
performance and analyze the progress.
Slicers are an integral part of a business report generated using Power BI. The functionality
of a slicer can be considered similar to that of a filter, but, unlike a filter, a Slicer can display
a visual representation of all values and users will be provided with the option to select
from the available values in the slicer’s drop-down menu.
It is a combined solution offered to upload the reports and dashboards to the PowerBI.com
website for reference. It consists of Power Pivot, Power Query, and Power Table.
Power BI offers a wide variety of data source connectivity options. Data Editor is one of the
tools used to manipulate rows and columns of the data and helps you reshape it according
to the requirements.
37 | P a g e