Câu 15: 70-778: Analyzing and Visualizing Data with Microsoft Power BI
You have a Power BI model that contains the following two tables: ✑ Sales(Sales_ID, sales_date, sales_amount, CustomerID) ✑ Customer(CustomerID, First_name, Last_name)There is a relationship between Sales and Customer. You need to create a measure to rank the customers based on their total sales amount. Which DAX form…
Nội dung câu hỏi
You have a Power BI model that contains the following two tables: ✑ Sales(Sales_ID, sales_date, sales_amount, CustomerID) ✑ Customer(CustomerID, First_name, Last_name)There is a relationship between Sales and Customer. You need to create a measure to rank the customers based on their total sales amount. Which DAX formula should you use?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. RANKX(ALL(Sales), SUMX(RELATEDTABLE(Customer), [Sales_amount])) — đáp án hiện tại
- B. TOPN(ALL(customer), SUMX(RELATEDTABLE(Sales), [Sales_amount]))
- C. RANKX(ALL(customer), SUMX(RELATEDTABLE(Sales), [Sales_amount]))
- D. RANK.EQ(Sales[sales_amount], Customer[CustomerID])
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.