Site iconSite icon Techloons

Power BI Interview Questions and Answers for Freshers

What is Power BI, and why is it used?

Power BI is a business intelligence tool developed by Microsoft that allows users to visualize and analyze data through interactive dashboards and reports. It is used to transform raw data into meaningful insights, enabling data-driven decision-making. Key features include data modeling, visualization, and sharing capabilities.

What are the main components of Power BI?

Answer: The main components of Power BI are:

What is Power Query, and how is it used in Power BI?

Power Query is a data transformation and preparation tool in Power BI. It allows users to connect to various data sources, clean, transform, and shape data before loading it into Power BI for analysis. Common tasks include removing duplicates, filtering rows, merging tables, and creating new columns.

What is DAX, and why is it important in Power BI?

DAX (Data Analysis Expressions) is a formula language used in Power BI to create calculated columns, measures, and tables. It is important because it enables advanced calculations and aggregations, such as summing values, calculating averages, or creating complex logic for data analysis. Example: Total Sales = SUM(Sales[Amount]).

What is the difference between a calculated column and a measure in Power BI?

What are the different types of filters in Power BI?

How do you connect Power BI to a data source?

What is the difference between DirectQuery and Import mode in Power BI?

What are Power BI visuals, and how can you create a custom visual?

Power BI visuals are graphical representations of data, such as charts, tables, maps, or cards. They help users interpret data easily.

To create a custom visual:

What is a slicer in Power BI, and how does it work?

A slicer is an interactive visual filter in Power BI that allows users to filter data on a report page by selecting specific values (e.g., a year, region, or product). It works by dynamically updating visuals based on the user’s selection. For example, selecting “2024” in a slicer will filter all visuals to show data for 2024 only.

What is the role of relationships in Power BI?

Relationships in Power BI define how tables in the data model are connected, enabling accurate data analysis across multiple tables. They are typically based on a common column (e.g., a primary key like CustomerID). Relationships can be one-to-one, one-to-many, or many-to-many and are managed in the Model view of Power BI Desktop.

How do you refresh data in Power BI?

What is a Power BI dashboard, and how is it different from a report?

What is the Power BI Gateway, and when is it used?

A Power BI Gateway is a software tool that connects Power BI Service to on-premises data sources (e.g., SQL Server, Excel files). It is used when data resides on local servers and needs to be refreshed in Power BI Service. The gateway ensures secure data transfer between on-premises sources and the cloud.

Can you name some common DAX functions used in Power BI?

Common DAX functions include:

Exit mobile version