I think A is right. balance is typically semi-additive. Nevertheless, when aggregating over time you cannot use the SUM function. The balance of a quarter is not the sum of individual monthly balances. Instead, the measure should report the last balance of the quarter. https://www.daxpatterns.com/semi-additive-calculations/
no B is correct as you want the sum of the last 3 months. "At least one of the balance sheet reports in the quarterly reporting package must show the ending balances for the quarter"
B) DATESQTD
The Balance sheet report is a quarterly report so it needs to have the sum of the last three months. The Balances table is reporting in monthly intervals, so it needs to be summed up to produce a quarterly result. That is where DATESQTD comes in, as it states: "Returns a table that contains a column of the dates for the quarter to date, in the current context." LASTDATE() will instead produce a result: "Returns the last date in the current context for the specified column of dates." Which would only show the last month's result.
This question revolves around calculating values for a balance sheet report. In financial reporting, balance amounts (like assets, liabilities) are typically semi-additive, meaning you use the value from the last period (e.g., the end of the quarter) rather than summing up balances from each month.
Option A (LASTDATE): Returns the balance for the last date in the quarter. This is correct for balance sheet data since it reflects the final state for the reporting period.
Option B (DATESQTD): Calculates a sum of balances for all dates in the quarter. This is typically used for metrics like sales or revenue, but not appropriate for balances because adding balances over time doesn’t make sense.
Conclusion: The correct answer is A (LASTDATE), as it accurately represents the final balance at the end of the quarter.
In the discription they say about the type of report: "Analysts must be able to create new reports from the dataset that contains the profit and loss data, but the reports built by the analysts must NOT be included in the quarterly reports for the board.
Analysts must NOT be able to share the quarterly reports with anyone.
Changes in long-term liabilities from the previous quarter".
I was little mislead with the fact reports are intended to be used in the QUARTERLY board meetings so I was thinking of option B to get the result of the entire quarter (there it's used the DATESQTD function), but there is no sense at all to sum the inventories (and other items in the balance sheet) for each month in the period, report must only show the current final amount so we need to take the LASTDATE.
It looks to me this question is more about evaluating your understanding of what a balance sheet is rather than PBI analysis.
CALCULATE ( SUM( BalanceSheet[BalanceAmount] ), LASTDATE ( 'Date'[Date] ) )
This expression sums the BalanceAmount from the BalanceSheet table and uses LASTDATE to consider only the amounts up to the last date in the Date table, which is typically the end of the period like a month, quarter, or year. This is a common way to calculate ending balances in financial reporting1.
The other options provided are not standard for calculating ending balances:
The correct answer is B.
The DAX expression in option B uses the CALCULATE function to sum the balance amount for each quarter, based on the date column in the Date table.
The DATESQTD function returns a table of dates in the same quarter as the last date in the current filter context. This way, the ending balances in the balance sheet reports are calculated for each quarter, regardless of the granularity of the date column.
A) LastDate
As per the case study, there must be at least one balance sheet report in the quarterly reporting package that will demonstrate the ending balance for the quarter and also the previous quarter.
Semi-additive calculations, like the balance at end of the month, apply LASTDATE Function.
They don't say every balance sheet is in quarterly form.
They say "At least one of the balance sheet reports in the quarterly reporting package must show the ending balances for the quarter, as well as for the previous quarter."
Question texts are so ambiguous, confusing.
This section is not available anymore. Please use the main Exam Page.PL-300 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
fdsdfgxcvbdsfhshfg
Highly Voted 2 years, 7 months ago1CY1
6 months, 3 weeks agoTsuk
2 years, 7 months agoHoeishetmogelijk
2 years, 4 months agocharles879987
2 years, 3 months agobadrionlion
2 years, 1 month agoolajor
2 years, 7 months agofdsdfgxcvbdsfhshfg
2 years agoLewiasskick
2 years, 5 months agoNotMeAnyWay
Highly Voted 2 years, 6 months agobadrionlion
2 years, 1 month ago1CY1
6 months, 3 weeks agohebertorosillo
Most Recent 3 months, 1 week agoLayla0322
3 months, 3 weeks agosperanza1
4 months, 2 weeks agojaume
5 months agoHenryBiz
10 months, 2 weeks agoMo2011
11 months, 1 week agoDataEngDP
1 year agoM_Jawah
1 year, 4 months agoM_Jawah
1 year, 5 months agoSamiaAwais
1 year, 7 months agotaod
1 year, 7 months agokhushal3051
1 year, 7 months agoAslan3
1 year, 8 months agoMEG_Florida
1 year, 8 months agoJJMC5544
1 year, 10 months agoUlyUkr
1 year, 11 months ago