POWER BI INTERVIEW QUESTIONS ANSWERS | DASHBOARD DEVELOPERS | MSBI

Here we come-up with trending cloud technology, for Business intelligence developers. Which is more interactive and provide great dashboard creation facility. It is much better than Excel dashboard. Microsoft Power BI is a collection of online services and features that enables you to find and visualize data, share discoveries, and collaborate in intuitive new ways. There are two experiences now available for Power BI: the new experience, generally referred to as Power BI, and the previous experience which is referred to as Power BI for Office 365.

Here are the PowerBI Interview Questions with Answers:

1). What is self-service business intelligence

2). What are the parts of Microsoft self-service business intelligence solution
Ans: Microsoft has two parts for Self-Service BI
         a).  Excel BI Toolkit - It allows user to create interactive report by importing data from different                sources and model data according to report requirement.

         b).  Power BI - it is the online solution that enables you to share the interactive reports and                        queries that you have created using the Excel BI Toolkit.

3). What is power BI.
Ans: Power BI is a cloud-based data sharing environment.
Once you have developed reports (or presentations, if you prefer to call them that) using power query,PowerPivot and Power View, you will probably want to share your insights with your colleagues. This is where Power BI enters the equation. Power BI, which technically is an aspect of SharePoint online, lets you load Excel workbooks into the cloud and share them with a chosen group of co-workers. Not only that, but your colleagues can interact with your reports to apply filters and slicers and to highlight data.
They are completed by Power BI—a simple way of sharing your analyses and insights on PCs and mobile devices from the Microsoft cloud.

Power BI features that allow you to
• Share presentations and queries with your colleagues.
• Update your Excel file from data sources that can be on-site or in the cloud.
• Display the output on multiple devices. This includes PCs, tablets, and HTML 5-enabled
mobile devices that use the Power BI app.
• Query your data using natural language processing (or Q&A, as it is known).

4). What are the different Excel BI add ins?
Ans: Power Query—find, edit and load external data
PowerPivot—for data modeling for analysis
Power View—design visually and interactively reports
Power Map—display insights on 3D Map

5). What is power pivot?

6). Which language we use for calculated column/calculated field in Power Pivot.?
Ans: DAX(Data Analysis eXpression)

7). What is xVelocity in-memory analytics engine used in power pivot? 
Ans: The main engine behind power pivot is the xVelocity in-memory analytics engine.
It can handle large amount of data because it stores data in columnar databases and in memory analytics which results in faster processing of data as it loads all data to RAM memory.
For best result use 64 bit operating system as 64 bit can  load more data to RAM.

8). What is power pivot Data Model
Ans: Data Model in Power pivot is made up of tables, columns, data types, and table relations.
Typically data tables are constructed to hold data for a business entity

9). What are the different rules of creating a relationship in table in power pivot data model?

10). What is DAX.
To do basic calculation and data analysis on data in power pivot we use Data Analysis Expression (DAX).It is formula language to compute calculated column and calculated field.
  • -Dax works on column values
  • -Dax can not modify or insert data
  • -We can calculate calculated column and measures but we can not calculate rows using dax    
Sample DAX formula syntax:
For the measure named Total Sales, calculate (=) the SUM of values in the [SalesAmount ] column in the Sales table.
A- Measure Name
B-  equal sign - indicate beginning of formula
C- DAX Function
D- Parenthesis for Sum Function
E- Referenced Table
F- Referenced column name

11). What is power query.
Power query is a ETL Tool used to shape, clean and transform data using intuitive interfaces without having to use code.
  • Import Data from wide range of source from files to databases , big data to social media
  • Join and append data from multiple data sources 
  • Shape data as per requirement by removing and adding data
Power query tab in excel:


12). Which language is used in power query?
A new programming language is used in power query called M-Code. It is easy to use and similar to other languages. M-code is case sensitive language.

13). Why we need power query as power pivot can import data from mostly used sources.

14). What is Power Map?
At present Power Map is only available as Excel Add-in, using this we can visualize data on 3D map.
Power Map is an Excel add-in that provides you with a powerful set of tools to help you visualize and gain insight into large sets of data that have a geocoded component. It can help you produce 3D visualizations by plotting up to a million data points in the form of column, heat, and bubble maps on top of a Bing map. If the data is time stamped, it can also produce interactive views that display how the data changes over space and time.

15). What are the primary requirement for a table to be used in Power Map.
For a data to be consumed in power map there should be location data like:
  • Latitude/Longitude pair
  • Street, City, Country/Region, Zip Code/Postal Code, and State/Province, which can be          geolocated by Bing
The primary requirement for the table is that it contains unique rows. It must also contain location data, which can be in the form of a Latitude/Longitude pair, although this is not a requirement. You can use address fields instead, such as Street, City, Country/Region, Zip Code/Postal Code, and State/Province, which can be geolocated by Bing.

16). What are the data sources for power map?

17). What is power view?

18). What are the data destination for power queries?
There are two destination for output we get from power query
  1. Load to table in a worksheet or 
  2. Load to the Excel Data Model
Power Query gives you two choices for where the output  of a query will be loaded: a table in a worksheet or the Excel Data Model

19). What is query folding in power query?

20). What is Power BI Designer?
Ans: It is  a stand alone application where we can make Power bi reports and then upload it to Powerbi.com, it does not requires excel.

Actually it is a combination of Power query, Power Pivot, and Power view.

21). Can we refresh our Power bi reports once uploaded to cloud (Share point or Powebi.com)?
Ans: Yes we can refresh our reports through Data Management gateway(for sharepoint) and PowerBI Personal gateway(for Powerbi.com)

22).  What are the different method for refreshing our published reports?

23). What is data management gateway and PowerBI Personal Gateway.
Ans: Data Management Gatway is a application which is installed on source data machines so that reports deployed on sharepoint can scheduled to automatic refresh
Similarly PowerBI Personal Gateway is for reports which are deployed on Powerbi.com
24). What is new in Power BI up-to now or Vnext for Power BI?

25). What is power bi Q&A?
Ans: It is a natural language data querying where we can directly plot charge by simplying typing question on data set like:
-Total sales by year and area
It is availabe only when reports are published to colud (Powerbi.com or sharepoint)

26). What is Power bi Dashboard?

27). What are the main difference between older power bi and newer power bi?
Ans: New power bi have new designing tool called Power BI Desktop which is a stand alone designer for power bi which in back-end include Power view,Power-pivot and power query
where as older excel version have power bi  add ins for excel (power view , power pivot, power query and power map )
And there are more graphs available in new version of power bi like combo chart, line area chart, water fall, tree map etc

28). Can we have more than one active relationship between two tables in data model of power pivot?
Ans: No we cannot have more than one active relationship between two table, but we can have more than one relationship between two tables but there will be only one active relationship and many inactive relationship as shown below dotted lines are inactive and continuous line as active.


29). For which platform Power BI App is available?
Ans: 1 Android Mobile
2 iPhone  and iPad
3 Windows Desktop and Windows Tablets
4 Windows Phone- Coming soon

Comments

  1. Thank you for sharing this knowledge in a blogpost.Really simple and even more effective and this worked great, very useful tips
    MSBI Training In Hyderabad

    ReplyDelete
  2. Thank you for share this information for this knowledgeable information this is too good i have read this article fully there are many things should provided for this information.
    i am a writer working with custom essay writing service there are all students are get essays from this writing service.

    ReplyDelete

Archive

Contact Form

Send