Câu 42: 70-778: Analyzing and Visualizing Data with Microsoft Power BI
You have a Power BI model that contains the following two tables: ✑ Assets (AssetID, AssetName, Purchase_DateID, Value) ✑ Date (DateID, Date, Month, Week, Year)The tables have a relationship. Date is marked as a date table in the Power BI model. You need to create a measure to calculate the percentage that the total a…
Nội dung câu hỏi
You have a Power BI model that contains the following two tables: ✑ Assets (AssetID, AssetName, Purchase_DateID, Value) ✑ Date (DateID, Date, Month, Week, Year)The tables have a relationship. Date is marked as a date table in the Power BI model. You need to create a measure to calculate the percentage that the total assets value increased since one year ago. 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. (sum(Assets[Value]) "" CALCULATE(sum(Assets[Value]), SAMEPERIODLASTYEAR("˜Date'[Date])))/CALCULATE(sum(Assets[Value])), SAMEPERIODLASTYEAR("˜Date'[Date])))
- B. CALCULATE(sum(Assets[Value]), SAMEPERIODLASTYEAR("˜Date'[Date]))/ (sum(Assets[Value])
- C. CALCULATE(sum(Assets[Value]),DATESYTD(("˜Date'[Date]))/ (sum(Assets[Value])
- D. (sum(Assets[Value]) "" CALCULATE(sum(Assets[Value]), SAMEPERIODLASTYEAR("˜Date'[Date]))/ — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.