InterviewSolution
| 1. |
Select all statements below that are NOT best practices while building a dashboard using Tableau?a) Usage of actions to filter data instead of usage of quick filters.b) Usage of quick filters to filter data instead of usage of actions.c) Limit the use of colour to one primary colour scheme.d) Include all non-data ink. |
|
Answer» One reason is that filters can not be properly defined at report stage because the whole set (which may not be essential) is taken out of the request. There are a few causes:
See userName\My TableauRepository\Logs for the request to be executed and see the log.txt file. Open this document and SCROLL up from below until you discover the following section: A query passed to the database is the section between the start-and-end query tags. This text can be copied and then used by an instrument such as Access or Excel. If it takes the same time to return as in Tableau, the issue is probably the query, not the instruments.
|
|