Microsoft
70-778 · Question #43
You have a power BI model that contains the following tables: Assets( AssetsID, AssetName, Purchase_DateID, Value) Date( DateID, Date, Month, Week, Year) The tables have relationship. Date is marked…
The correct answer is A. (sum(Assets[Value]) -CALCULATE(sum(Assets[Value]). https://msdn.microsoft.com/en-us/library/ee634825.aspx https://docs.microsoft.com/en-us/power-bi/desktop-quickstart-learn-dax-basics https://msdn.microsoft.com/en-us/library/ee634972.aspx
Model and Visualize Data by Using Power BI Desktop
Question
You have a power BI model that contains the following tables: Assets( AssetsID, AssetName, Purchase_DateID, Value) Date( DateID, Date, Month, Week, Year) The tables have 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]),
- BCALCULATEx(sum(Assets[Value]) DATESYTD (`Date'[Date]))/ sum(Assets[Value])
- Csum(Assets[Value])-CALCULATE(sum(Assets[Value]),
- DCALCULATE(sum(Assets[Value]),
How the community answered
(49 responses)- A71% (35)
- B6% (3)
- C18% (9)
- D4% (2)
Explanation
https://msdn.microsoft.com/en-us/library/ee634825.aspx https://docs.microsoft.com/en-us/power-bi/desktop-quickstart-learn-dax-basics https://msdn.microsoft.com/en-us/library/ee634972.aspx
Topics
#DAX time intelligence#SAMEPERIODLASTYEAR#percentage change#CALCULATE
Community Discussion
No community discussion yet for this question.