Power Bi
Power Bi
to prepare for a Power BI-focused interview. You can copy this into a Word
document or Google Docs and save/export it as a PDF.
---
---
---
### 2.3. What are the different types of visualizations available in Power BI?
- **Bar Chart**, **Line Chart**, **Pie Chart**, **Table**, **Matrix**, **Tree
Map**, **Funnel Chart**, **KPI**, **Gauge**, **Map**, **Scatter Plot**,
**Waterfall Chart**, etc.
---
### 3.3. How do you create relationships between tables in Power BI?
- Go to the "Model" view in Power BI Desktop and drag and drop fields between
tables to establish relationships. You can also use the "Manage Relationships"
option.
### 3.4. What is a star schema and snowflake schema in Power BI?
- **Star Schema**: A simple schema where a central fact table is connected to
dimension tables.
- **Snowflake Schema**: A more normalized form of the star schema where
dimension tables are further divided into additional tables.
---
### 4.2. How would you clean and transform data in Power BI?
- Power Query provides a wide range of tools for data cleaning and
transformation, including:
- Removing duplicates
- Changing data types
- Filtering rows
- Merging tables
- Splitting columns
- Unpivoting data
---
### 5.2. What is the difference between CALCULATE and FILTER functions in DAX?
- **CALCULATE**: Used to modify the context in which a measure is evaluated
(filters, slicers, etc.).
- **FILTER**: Returns a table that represents a subset of data that meets a
specific condition.
---
---
---
---
---
---
This PDF guide covers a broad set of Power BI topics that are commonly asked in
interviews. If you'd like any additional details on specific questions, feel
free to ask!