Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You have a Power BI Desktop dataset that includes a table named Warehouse. The Warehouse table includes a column named Inventory Count that contains the
You have a Power BI Desktop dataset that includes a table named Warehouse. The Warehouse table includes a column named Inventory Count that contains the current number of items in each row for a particular type on a given day.
You have the following DAX query that calculates the sum of all values in the Inventory Count column of the Warehouse table.
CURRENT INVENTORY COUNT CALCULATE SUMWarehouseInventory Count
You need to ensure that the Current Inventory Count returns only the current total number of inventory items, rather than the sum of all inventory items that includes item counts from previous days.
What DAX function should you include in the query?
DistinctCount, CalendarAuto, Calendar or LastDate
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started