You have a Power Bl table named Customer that contains a field named Email Address.
You discover that multiple records contain the same email address.
You need to create a calculated column to identify which records have duplicate email addresses.
How should you complete the OAX expression for the calculated column? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation:

You are to count the number of rows having same email address.
1. Declare a variable and call it any name you prefer
2. Calculate the row count on the table
3. Apply filter to ALL of the values in the table under the column name email address and equate it to the variable.
You may need to read up filter functions for a proper understanding of how it works.