Looking for Big Data Analysis+Visualisat° (MEMLDF487825) test answers and solutions? Browse our comprehensive collection of verified answers for Big Data Analysis+Visualisat° (MEMLDF487825) at learning.devinci.fr.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Given this measure:
Promo Sales = CALCULATE([Total Sales], Products[Category] = "Bikes" || Sales[Discount] > 0)Which rows contribute to Promo Sales?
Your Month column displays months as Jan, Feb, Mar, etc., but they sort alphabetically (Apr, Aug, Dec...). How do you fix this?
Why should you use DIVIDE(A, B, 0) instead of A/B in DAX?
Looking at the KPI visual configuration, what are the THREE main components needed to create a KPI visual?
What does the CALCULATE function do in this measure?
PY Sales = CALCULATE([Total Sales], SAMEPERIODLASTYEAR('Date'[Date]))
When creating a calculated column in the Sales table, you need to get the ProductCost from the Products table. Which function should you use?
Match each navigation feature with its description:
What is the difference between SUM and SUMX?SUMX(Sales, Sales[Quantity] * Sales[Price])
What is the purpose of the On-premises Data Gateway in Power BI?
You have a Sales table where the same SalesOrderNumber can appear on multiple rows (for different line items). Which function counts the number of unique sales orders?