Search test library by skills or roles
⌘ K

Adaface Sample Power BI Questions

Here are some sample Power BI questions from our premium questions library (10273 non-googleable questions).

Skills

🧐 Question

Medium

Data Filtering
Report Development
M Language
Data Visualization
Solve
You are creating a Power BI report where users need to dynamically filter data based on a range of dates. The report has a Sales table with columns Date, ProductID, and Amount. You decide to use a Power Query parameter to allow users to select a start and end date, which will then filter the Sales table accordingly. The parameter is named DateRange and has a type of List. You need to write a Power Query M formula to filter the Sales table based on the selected date range. The DateRange parameter contains two dates: the first item is the start date, and the second item is the end date. How should the M formula be structured to achieve this functionality?
A: Table.SelectRows(Sales, each [Date] >= DateRange{0} and [Date] <= DateRange{1})
            
            B: Sales{[Date] >= DateRange{0}, [Date] <= DateRange{1}}
            
            C: Table.FilterRows(Sales, each [Date] >= List.First(DateRange) and [Date] <= List.Last(DateRange))
            
            D: Table.SelectRows(Sales, each [Date] >= List.First(DateRange) and [Date] <= List.Last(DateRange))
            
            E: Filter.Table(Sales, [Date] >= DateRange{0}, [Date] <= DateRange{1})

Medium

Many-to-one error
Data Modeling
Solve
Consider the following two tables in Power BI:
 image
We received the following error when we tried to set many-to-one cardinality between devices to users tables: “The cardinality you selected isn’t valid for this relationship”. What should we do before creating the many-to-one relationship?

Medium

Power Query Functions
Power Query
Solve
Review the following Microsoft SQL Server table:
 image
Complete the following Power Query formula used to create a custom column to replace the numbers present in last 11 characters of ISBN with 11 ‘*’. Example ‘978-0-365-51051-4’ is converted to ‘978-0-***-*****-*’
 image
A: Text.Insert
            B: Text.Replace
            C: Text.Start
            D: Text.End
🧐 Question🔧 Skill

Medium

Data Filtering
Report Development
M Language
Data Visualization

2 mins

Power BI
Solve

Medium

Many-to-one error
Data Modeling

2 mins

Power BI
Solve

Medium

Power Query Functions
Power Query

2 mins

Power BI
Solve
🧐 Question🔧 Skill💪 Difficulty⌛ Time
Data Filtering
Report Development
M Language
Data Visualization
Power BI
Medium2 mins
Solve
Many-to-one error
Data Modeling
Power BI
Medium2 mins
Solve
Power Query Functions
Power Query
Power BI
Medium2 mins
Solve

Trusted by recruitment teams in enterprises globally

Amazon Morgan Stanley Vodafone United Nations HCL PayPal Bosch WeWork Optimum Solutions Deloitte Microsoft NCS Doubtnut Sokrati J&T Express Capegemini

We evaluated several of their competitors and found Adaface to be the most compelling. Great library of questions that are designed to test for fit rather than memorization of algorithms.


Swayam Narain, CTO, Affable

hashtag image heart icon Swayam
customers across world
Join 1200+ companies in 75+ countries.
Try the most candidate friendly skills assessment tool today.
g2 badges
Ready to streamline your recruitment efforts with Adaface?
Ready to streamline your recruitment efforts with Adaface?
logo
40 min tests.
No trick questions.
Accurate shortlisting.
ada
Ada
● Online
Previous
Score: NA
Next
✖️