top of page
Search
  • Writer's picturePinnacleVex KA Analytics

1. What is Power BI? Power BI is a business analytics service by Microsoft, and collection of software services, apps, and connectors that work together to turn your unrelated sources of data into coherent, visually immersive, and interactive insights. Your data may be an Excel spreadsheet, SharePoint or a collection of cloud-based, and on-premises hybrid data warehouses. We easily connect to data sources, visualize and share our analysis and insights with anyone you want. Power BI contains several elements that all work together, starting with these three basics: Power BI Desktop(Windows desktop application ). Power BI service(An online SaaS (Software as a Service) service ). Power BI mobile apps for Windows, iOS, and Android devices.


2. What is Power BI Desktop? Power BI Desktop is a free Windows desktop application which can be installed on your own system. Power BI Desktop works cohesively with the Power BI service by providing advanced data exploration, shaping, modeling, and creating report with highly interactive visualizations. We can save our work to a file, or publish our data and reports right to Power BI site to share with clients.


3. How can we connect to any data sources in Power BI? There are three main connectivity modes in Power BI(Import Files, Direct Query and Live Connection) Import Files: Data can be imported from Excel (.xlsx, xlxs), Comma Separated Value (.csv) and Power BI Desktop files (.pbix). Content Packs or Direct Query : It is a collection of related documents or files that are stored as a group. In Power BI, there are two types of content packs, firstly those from services providers like Google Analytics, Marketo, or Salesforce and secondly those created and shared by other users in your organization. Live Connection or Connectors to databases like Azure Analysis Services, SQL Server Analysis and Power BI Datasets from Power BI Service etc.


4.What is a dashboard? A dashboard is a single layer presentation sheet of multiple visualizations reports. The main features of the Power BI dashboard are: It allows you to drill through the page, bookmarks, and selection pane, and also lets us to create various tiles, and integrate URLs A dashboard can also help us to set report layout to mobile view.


5. What are the different views present in Power BI Desktop? There are three views in Power BI(Report, Data and Relationship View)


6. what are the building blocks of Power BI. Visualizations, Datasets, Reports, Dashboards, and Tiles.


7. Describe the main components of the Power BI toolkit, and explain briefly? Power Query: Which lets us to discover, access, and consolidate info from different sources. Power Pivot: It’s a modeling tool Power View: It’s a presentation tool for creating charts, tables, etc.. Power Map: It’s lets us to create Geospatial representations of your data. Power Q&A: It will be used to get answers to questions; for example, “What were the total sales in 2020–21?”


8. What is Visualization, Report, Dashboard, and Tiles? Visualization is a visual representation of dataset that extracts information from the data based on the business. Report is basically a collection of visualization charts that appear together on one or more pages within power BI. Dashboard is single layer presentation sheet of multiple visualizations reports. Tiles is basically a single visualization in a report or on a power BI dashboard.


9. Describe the different types of filters in Power BI Reports? Visual-level Filters: Visual level filters works on only an individual/single visualization, reducing the amount of data that the visualization can see in power BI. Page-level Filters: Visual level filters works on only an individual/single visualization, reducing the amount of data that the visualization can see in power BI. Page-level Filters: Report level filters work on the entire report within power BI project. Filtering all pages and visualizations will include within the report.


10. What is Power Pivot? Power Pivot used to analyze our data. It empowers users to import large scale of data from numerous data sources into a single Excel sheet for better users interface.


11. How can we create a dashboard? First we have to upload a dataset, and then upload the dataset, create multiple reports together as an beautiful dashboard.


12. What is the language used in Power Query? M-language is the language used in Power Query. It’s a new programming language developed to be user-friendly, case sensitive and it’s identical to other languages.

13. What is a Power BI Service? Power BI Service is a cloud-based analytical solution means sharing and viewing the dashboards, and reports on cloud platforms. Power BI Service versions are available in three different options such as Free, Pro, and premium. Power BI Service also known as “Power BI Workspace” “Power BI.com”, “Power BI Web Portal”, and “Power BI Site”.


14. Where the data is basically stored in Power BI and explain? There are two areas in which data is stored in Power BI when we import from data sources that are called Fact and Dimension tables. Fact Tables: A fact table stores Quantitative information for analysis purpose, and it is not possible to normalize in most of the situations. Dimension table: This table is to store dimensions, and attributes that describe stored in a fact table.


15. What is a Power Query? It is an ETL tool used to reconstruct, clean, and transform data with the help of initiative interfaces without writing a single line of code. It helps a user in the following ways. Power query is capable of importing data from various sources such as databases, big data, files, Social media, etc. We can construct data based on requirements by removing, and adding data. We can Join and append data from various sources.


16. Can we use Power Query and SQL together? We can use both together. A SQL statement can be used as a source of Power Query for making additional logical processing and this will help in ensuring that an efficient query is passed to the source, and avoids unnecessary complexities.


17. What are the operations which are frequently carried out in Power Query? We can join to Various records sources and extract the required records, and Shape the statistics as per our need. We can Create New columns. Duplicate, Merge, Split, Rename the columns. Replace the Columns values. Pivot, and Transpose the columns.


18. What is the distinction between Measure and Dimension? Generally we use a calculated column when we choose to consider every row and a measure is used when we want an aggregate. Measures: The Measure are used to calculate aggregations such as Sum, Min, Max, Average & Count at the desk level. It is calculated at the time of the question which says that the Measures are no longer saved somewhere in the database or in the model. They truly exist. Calculated Column: The Primary distinction between the measure and the calculated column in the Evaluation context. The Evaluation of a calculated columns is completed at the row degree the place as the comparison context of a measure is at the desk level.


19. Describe DAX. 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 us to create new information from the data we already have.


20. What are the three fundamental concepts of DAX? Syntax, Functions(arguments) and Context.


21. What are the calculation types in DAX? Calculated measures and Calculated Columns.


22.What are the datatypes in Power BI? Decimal Numbers & Whole Numbers Text Date & Date time Boolean Binary


Happy Learning !!! :)


Related Articles:

PinnacleVex KA Analytics: Simple introduction to SQL

7 views0 comments
  • Writer's picturePinnacleVex KA Analytics

Microsoft Excel is considered as the industry standard in data analysis world and it’s used for data processing, data modeling, and reporting. I will give an overview of basic Excel functions.

Formula: A formula is an expression that operates on values in a range of cells or a cell. For example, we have three cells B1,B2,B3, and B4 if want to sum these cell we use ‘=B1+B2+B3+B4’, which finds the sum of the range of values from cell B1 to B4.

Functions: The functions are pre-defined formulas in Excel. For example, if we consider above, we do sum using a pre-defined function called SUM. ‘=SUM(A1:A3)’, this function sums all the values from B1 to B4.

Some Basic Excel Formulas For Your Daily Workflow:

AVERAGE: Get the average of a group of numbers COUNT: Count numbers COUNTA: Count the number of non-blank cells COUNTBLANK: Count cells that are blank IF: Test for a specific condition LEN: Get the length of text TRIM: Remove extra spaces from text CONCATENATE: Join text values without delimiter EXACT: Compare two text strings DATE: Create a valid date from year, month, and day DATEDIF: Get days, months, or years between two dates MATCH: Get the position of an item in an array TRANSPOSE: Flip the orientation of a range of cells LOOKUP: Look up a value in a one-column range VLOOKUP: Look up a value in a table by matching on the first column ROUND: Round a number to a given number of digits
CHISQ.TEST: Get the chi-square distribution of two provided datasets BINOM.DIST: Get the chi-square distribution CORREL: Calculate the correlation co-efficient between two variables

Happy Learning !!! :)

15 views0 comments
  • Writer's picturePinnacleVex KA Analytics

We can't assume any job/work without an Excel, if we go for any job interview which requires basic excel skills.

Basic means we should be familiar with Excel ribbons, Workbook, how to format the data, how to use basic calculations, and keyboard shortcuts etc...


These are some important areas in the excel.

  1. Ribbon: It is like an expanded menu and shows all the features of Excel(Home, Insert, Formulas, Formuls, Page Layout, Data..). We need learn how to collapse and customize the ribbon which is At the top of the Excel window.

  2. Formula Bar: At the top of the Excel window, just below the ribbon area, if we want to write any calculations then start building formulas. Simply typing a formula in a cell is the straightforward method of inserting basic formulas.(starts by typing an equal sign(=), followed by the name of the function=sum()).

  3. Workbook: A workbook is synonym for your Excel file. When you open your Excel, click blank workbook to create a new Excel workbook from scratch.

  4. Sheets/Worksheets: A worksheet is a collection of cells organised in rows and columns here we enter data and manipulate the data. Each workbook may contain multiple worksheets(Default: Sheet1, Sheet2, Sheet3).

  5. Formatting Cells: When we want to change the appearance of a number without changing the number itself is called formatting.

  6. Find, Copy and Paste : When we want to find, copy, paste the text/data in a worksheet we use Find(CTRL+F), Copy(CTRL+C) and Paste(CTRL+V).

  7. Templates: There is a smart way to create beautiful workbook instead of creating from scratch. For this we can use available templates, there are many free templates available in Excel.

  8. Status bar: This displays what is going on with Excel.

  9. Protect: If we want to protect an excel file, encrypt file with a password.


Keyboard Shortcuts: Remember some important Keyboard shortcuts with your keyboard to increase your efficiency.


Create a new workbook: Ctrl+N

Open an existing workbook: Ctrl+O

Save a workbook: Ctrl+S

Copy the data: Ctrl+C

Cut the data: Ctrl+X

Paste selected data: Ctrl+V

Undo an action: Ctrl+Z

Redo an action: Ctrl+Y

Go to the next cell: Tab

Go to the previous cell: Shift+Tab

Select entire row: Shift+Space

Select entire column: Ctrl+Space

Hide rows: Ctrl+9

Hide columns: Ctrl+0

To Copy Formula from above cell: Ctrl+‘

Copy Value from the above cell: Ctrl+Shift+”


Happy Learning !!! :)


3 views0 comments
bottom of page