Шукаєте відповіді та рішення тестів для Big Data Analysis+Visualisat° (MEMLDF487825)? Перегляньте нашу велику колекцію перевірених відповідей для Big Data Analysis+Visualisat° (MEMLDF487825) в learning.devinci.fr.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
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?