Class Five: Calculations Flashcards

1
Q

How to use reference lines?

A
  1. build out regular chart
  2. click on the axis and say add reference line?
  3. drop the average into the detail area in the chart
  4. you can add it in as a reference line now!
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

to clean

A
  1. keep no decimal places
  2. colour oNLY IF IT ADDS VALUE
  3. drop grid lines if you are labelling the values (they are not needed)
  4. change the title
  5. Declutter
    Remove gridlines
    Adding labels
    Use appropriate colour
    Use appropriate shape
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how to combiine line charts?

A

move the pill to the axis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how to make things dual axis

A

drag the pill to the right axis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how to make a combined line and bar chart

A

make the lines into a bar! in the left hand marks dash board

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Aggregate Calculations:

A

A single number at the bottom of the original column

but you need to use the aggregate functions (sum/average etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the rank function do? You can put it into a calculated field

A

RANK(SUM([Profit])). or RANK(SUM([Attribute])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

zn()

A

strips characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

RANK(expression, [‘asc’|’desc’])

A

This returns the standard competition rank for the current row in the partition.

Identical values are assigned an identical rank. Use the optional ‘asc’ | ‘desc’ argument to specify ascending or descending order. The default is descending

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

WINDOW_AVG(expression, [start, end])

A

‒ This returns the average of the expression within the window. The window is defined
by means of offsets from the current row

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly