nerdexam
Microsoft

70-778 · Question #108

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…

The correct answer is A. (sum(Assets[Value]) -CALCULATE(sum(Assets[Value]). See the full explanation below for the reasoning.

Question

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?

Options

  • A(sum(Assets[Value]) -CALCULATE(sum(Assets[Value]),
  • BCALCULATE(sum(Assets[Value]),
  • CCALCULATE(sum(Assets[Value]),DATESYTD((`Date'[Date]))/ (sum(Assets[Value])
  • D(sum(Assets[Value]) -CALCULATE(sum(Assets[Value]),

How the community answered

(31 responses)
  • A
    84% (26)
  • B
    10% (3)
  • C
    3% (1)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-778 Practice