List of questions
Related questions
Question 280 - PL-300 discussion
What should you do to address the existing environment data concerns?
A.
a calculated column that uses the following formula: ABS(Sales[sales_amount])
B.
a measure that uses the following formula: SUMX(FILTER('Sales', 'Sales'[sales_amount] > 0)),[sales_amount])
C.
a measure that uses the following formula: SUM(Sales[sales_amount])
D.
a calculated column that uses the following formula: IF(ISBLANK(Sales[sales_amount]),0, (Sales[sales_amount]))
Your answer:
0 comments
Sorted by
Leave a comment first