Valid DP-600 Dumps shared by ExamDiscuss.com for Helping Passing DP-600 Exam! ExamDiscuss.com now offer the newest DP-600 exam dumps, the ExamDiscuss.com DP-600 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-600 dumps with Test Engine here:
You have a Microsoft Power BI semantic model that contains measures. The measures use multiple CALCULATE functions and a FILTER function. You are evaluating the performance of the measures. In which use case will replacing the FILTER function with the KEEPFILTERS function reduce execution time?
Correct Answer: D
https://learn.microsoft.com/en-us/dax/best-practices/dax-avoid-avoid-filter-as-filter-argument FILTER returns a table whereas KEEPFILTERS returns a Boolean. So, A, B and C are limitations of uses of Boolean expressions.