pbPassingBI
/
beginner 10 questions

True or False 1

Quick-fire statements on core concepts.

  1. A .twb file contains the workbook data as well as its layout.

    1. True
    2. False

    Answer: False — False — .twb holds only the definition. .twbx packages the data.

  2. Measures are aggregated automatically when placed on a shelf.

    1. True
    2. False

    Answer: True — True — the aggregation appears in front of the field name.

  3. A dimension can never be converted to a measure.

    1. True
    2. False

    Answer: False — False — right-click and Convert to Measure, and vice versa.

  4. Discrete fields produce an axis; continuous fields produce headers.

    1. True
    2. False

    Answer: False — False — it is the other way round. Discrete gives headers, continuous gives an axis.

  5. Data blending combines data from different data sources.

    1. True
    2. False

    Answer: True — True — joining works within one source; blending works across sources.

  6. Parameters can accept multiple values at once.

    1. True
    2. False

    Answer: False — False — a classic parameter holds one value at a time.

  7. A story is a sequence of worksheets or dashboards that work together.

    1. True
    2. False

    Answer: True — True — each individual sheet in a story is called a story point.

  8. Context filters always improve performance.

    1. True
    2. False

    Answer: False — False — building the temporary table has a cost; use them when you need the ordering.

  9. Tableau Reader can create new workbooks.

    1. True
    2. False

    Answer: False — False — Reader only opens and interacts with packaged workbooks.

  10. A dual axis places two measures on two independent axes in one view.

    1. True
    2. False

    Answer: True — True — two axes layered on top of one another, which is why synchronising matters.