DRAG DROP - You have the following table named SalesOrder Detail in a model. You need to calculate the sum of SalesTotal for all the rows that have a quantity greater than 1. Select and Place:
Yes, SUMX needs 2 parameters: first is a table and the second one is the expression to sum. SUMX ( 'SalesOrderDetails', 'SalesOrderDetails'[SalesTotal]) would be correct.
Maybe I got the Question wrong but they want a "sum of SalesTotal for all the rows that have a quantity greater than 1." Using the formular I just get the sum of quantity greater than 1. Because the SUMX missing a column to multiply with. Wouldn't be this the correct Fomula: "SalesTotalQuantity>1:=CALCULATE(SUMX(SalesOrderDetail;[Quantity]*[SalesTotal]);SalesOrderDetail[Quantity]>1)" ?
wrong answer.
sumx cant evaluate boolean value like < ,=>
it is sum
upvoted 6 times
...
This section is not available anymore. Please use the main Exam Page.70-779 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
HiJaak
Highly Voted 5 years, 7 months agoSamewiss
5 years, 7 months agodinessa
5 years, 7 months agomohroshdy
Highly Voted 5 years, 6 months agoArklur
5 years, 3 months agoCDL
Most Recent 4 years, 8 months agoAgustin
4 years, 11 months agoMar_tin
5 years, 1 month agodinessa
5 years, 7 months agoSamewiss
5 years, 7 months agoimran
5 years, 8 months ago