Interview Prep
Interview Prep
POWER QUERY:
1. What are the different types of modes in Power BI?
The different types of modes in Power BI are Import, Direct Query, and Live Connection.
6. Fuzzy match.
Fuzzy match is a technique used to find approximate matches between two columns based on similarity.
POWER PIVOT:
1. Types of cardinalities.
The types of cardinalities in Power Pivot are One-to-One, One-to-Many, and Many-to-Many.
2. When you should use a Bi-directional filter flow? How to manage without opening the Bi-directional
filter flow?
Bi-directional filter flow should be used when you need to filter data in both directions between two tables.
To manage without opening the Bi-directional filter flow, you can use the "CROSSFILTER" DAX function.
6. Could you explain a scenario in which you would need to use 1-to-1 cardinality?
A scenario where you would need to use 1-to-1 cardinality is when you have a single value associated with
each unique value in a table, such as a customer's primary contact.
POWER BI REPORTS:
1. Different types of filters?
Different types of filters in Power BI include visual-level filters, page-level filters, and report-level filters.
2. Bookmarks.
Bookmarks in Power BI allow you to capture the current state of a report, including filters, slicers, and
visuals, and then revisit that state later.
3. Field parameters.
Field parameters in Power BI allow you to create dynamic measures or calculations based on user-selected
fields.
4. Custom tooltips.
Custom tooltips in Power BI allow you to customize the information displayed when hovering over a visual.
5. Drill Down.
Drill Down is a feature in Power BI that allows you to navigate from a higher-level summary to a more
detailed view by expanding hierarchies or categories.
6. Drill Through.
Drill Through is a feature in Power BI that allows you to navigate from one report page to another, passing
context or filters along the way.
The choice of chart depends on the type of data and the insights you want to convey.
9. Edit Interaction.
Edit Interaction in Power BI allows you to control how visuals interact with each other, specifying whether
one visual should filter or highlight another visual.
DAX:
Basic DAX Functions
Aggregation Time Intelligence Logical Window
Filter Functions Functions Functions Text Functions Functions Functions
IN VALUES
IN
3. Iterator functions.
Iterator functions in DAX allow you to perform calculations over a set of values or iterate through rows in a
table. Examples of iterator functions include SUMX, AVERAGEX, and COUNTX.
4. Focus on Time Intelligence functions because big MNCs often ask questions related to the syntax of
TOTALYTD/TOTALMTD/TOTALQTD.
Time Intelligence functions in DAX, such as TOTALYTD, TOTALMTD, and TOTALQTD, are used to perform
calculations based on time periods, such as year-to-date, month-to-date, and quarter-to-date.
5. What is a Variable in DAX?
In DAX, a variable is a named placeholder that can hold a value or an expression. It allows you to simplify
complex calculations by assigning intermediate results to variables.
POWER BI SERVICE:
1. How do schedule a refresh?
To schedule a refresh in Power BI Service, you need to go to the dataset settings and configure a refresh
schedule. You can choose from options like daily, weekly, or custom schedules.