New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Analytics-Con-301 Exam - Topic 2 Question 10 Discussion

Actual exam question for Salesforce's Analytics-Con-301 exam
Question #: 10
Topic #: 2
[All Analytics-Con-301 Questions]

A client wants to see data for only the most recent day in the dataset that is updated intermittently. The solution should offer the best caching performance.

Which approach should the consultant use to produce the desired results?

Show Suggested Answer Hide Answer
Suggested Answer: A

Comprehensive and Detailed Explanation From Exact Extract:

The client wants to always show the most recent day present in the data, not today's date. The dataset is updated intermittently, meaning some days may have no new rows. Tableau documentation states that:

Using TODAY() recalculates on every query and prevents effective caching because Tableau must compute the current date for each refresh.

Using Relative Date Filters like ''Last 1 day'' also prevents caching because Tableau evaluates relative conditions each time the workbook loads.

Quick Filters also break caching and decrease performance because they require interactive evaluation on each render.

A FIXED LOD calculation allows Tableau to compute the maximum date inside the extract, which preserves caching because it is data-driven, not time-driven.For example:{ FIXED : MAX([Date]) }Then filtering where [Date] = { FIXED : MAX([Date]) } ensures only the most recent date in the dataset is shown.

Tableau's documentation on performance emphasizes that caching is maximized when calculations depend only on the data itself and not on functions like TODAY() or relative filters.

A FIXED LOD provides the best caching performance and correctly returns the most recent date based on the dataset rather than the current system date.

Tableau extract caching behavior describing how data-dependent filters cache better than time-dependent filters.

LOD Expressions guidance recommending FIXED for identifying values like ''latest date in the dataset.''

Tableau performance guidelines discouraging TODAY() and relative date filters when caching is important.


Contribute your Thoughts:

0/2000 characters
Abel
6 days ago
Definitely going with the relative date filters. That's the cleanest solution for this use case.
upvoted 0 times
...
Lino
11 days ago
Hmm, the TODAY function could work, but I'm not sure if that's the best option for caching performance. Gotta think about that one.
upvoted 0 times
...
Wynell
16 days ago
I think the relative date filters are the way to go here. That's the most efficient approach for getting the latest data.
upvoted 0 times
...
Myong
21 days ago
Quick filters might be too broad for this requirement; I feel like they wouldn't focus specifically on the most recent day as well as the other options.
upvoted 0 times
...
Afton
26 days ago
Fixed LOD calculations sound familiar, but I can't recall if they would be efficient for just the most recent day.
upvoted 0 times
...
Serina
1 month ago
I remember practicing with relative date filters, and they seemed effective for showing recent data, but I wonder if they provide the best caching performance.
upvoted 0 times
...
Eun
1 month ago
I think the TODAY function could be a good choice since it always returns the current date, but I'm not entirely sure how it performs with caching.
upvoted 0 times
...
Cassie
1 month ago
The quick filter could be a simple solution, but I'm not sure if that would meet the caching needs. I'll have to weigh the pros and cons of each option.
upvoted 0 times
...
Coletta
2 months ago
I'm a bit confused on the differences between the approaches here. I'll need to review the details of each one to decide which would work best.
upvoted 0 times
...
Bernadine
2 months ago
I'm leaning towards the Fixed LOD date calculation. That seems like it could provide the most efficient solution for the caching requirements.
upvoted 0 times
...
Elly
2 months ago
The TODAY function could be a good option here, but I'm not sure if that would give the best caching performance. I'll have to think that one through.
upvoted 0 times
...
Casie
2 months ago
Hmm, this one seems tricky. I'd probably start by considering the relative date filters to see if that could give me the most recent day's data.
upvoted 0 times
...

Save Cancel