Question 378 of 388
Single answerYou are reviewing a Power BI data model.You have a calculated table that has the following definition.ProductList = INTERSECT ( ProductsGroupA, ProductsGroupB )You need to identify the results of the DAX expression.Which rows will be returned in ProductList?
Aall the rows in ProductsGroupB that have a matching row in ProductsGroupAB.all the rows in both tables
✓Call the rows in ProductsGroupA that have a matching row in ProductsGroupBD.all the rows in ProductsGroupA that have no matching row in ProductsGroupB
✓
Correct Answer: C
all the rows in ProductsGroupA that have a matching row in ProductsGroupBD.all the rows in ProductsGroupA that have no matching row in ProductsGroupB
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.