Answered step by step
Verified Expert Solution
Link Copied!

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( SUM('Warehouse'[Inventory 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Heikki Topi, Jeffrey A Hoffer, Ramesh Venkataraman

13th Edition

0134773659, 978-0134773650

More Books

Students also viewed these Databases questions

Question

Compare and contrast long-term and short-term orientation cultures

Answered: 1 week ago

Question

Discuss the research behind the notion of a pancultural self

Answered: 1 week ago