ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 17 - PL-300 discussion

Report
Export

DRAG DROP

You need to create a DAX measure in the data model that only allows users to see projections at the appropriate levels of granularity. How should you complete the measure? 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.


Question 17
Correct answer: Question 17

Explanation:

Scenario: Revenue projections are set at the monthly level and summed to show projections for the quarter. Box 1: IF

Box 2: ISFILTERED

ISFILTERED returns TRUE when columnName is being filtered directly. If there is no filter on the column or if the filtering happens because a different column in the same table or in a related table is being filtered then the function returns FALSE.

Box 3: SUM

Reference:

https://docs.microsoft.com/en-us/dax/isfiltered-function-dax

asked 05/10/2024
Stelios Mantas
27 questions
User
0 comments
Sorted by

Leave a comment first