Power Query
Transform Data
Visualizations
Tooltips and Drillthroughs
100

What is the difference between a measure and a calculated column?

A calculated column is for every row in a table, while a measure is a single value.

100

What is the difference between a primary key and a foreign key?

A primary key uniquely identifies each record in a table, while a foreign key can have duplicates and references another table.

100

If someone wants to see a data trend over time, what would be the best visualization?

Line Chart

100

Explain what a tooltip is.

Data or text that appears when you hover over a visualization.

200

In a formula, what function takes an entire table or column, ignoring all filters?

ALL

200

When transforming data, what is the difference between Merge Queries and Append Queries?

Merge is like a join (adds columns) while append adds rows.

200

If someone wants to see how one particular metric changes based on filters, what would be a good visual to use?

  • Card
  • Multi-row card
  • Gauge
  • KPI
200

Explain a situation where a drillthrough would be a good design choice.

  • If someone wants to be able to see more information about a certain dataset
  • More refined/ broken down data about a certain column.
300

What is the difference between the functions SUM and SUMX?

Sum just adds up all values in a column, SUMX adds up all values for a custom expression.

300

If you want to turn the unique values in one column into their own columns, what functionality should you use.

Pivot columns.

300

If someone wants to see what percent each practice contributes to Turnberry’s total revenue, what would be a good visualization?

  • Pie
  • Donut
  • Treemap
300

How do you set up one tab to be a tooltip for a visualization on a different tab?

  • Set the new tab’s canvas type as either “Tooltip” or “Custom”
  • For the desired visualization, set the new tab as the tooltip.
400

What does this formula compute? CALCULATE(sum(utilization[Utilized Hours]),DATESQTD(utilization[datevalue]))

Sum of Utilized Hours for this quarter to date.

400

If you have a very large data set (over 100 million rows, for example), should you use Import or Direct Query to get the data?

Direct Query. Import stores the data directly to the file, which would be very expensive for such a large table.

400

How do you dynamically change the appearance of a visual based on the data values?

Conditional formatting.

400

Explain two ways a drillthrough can be activated.

  • Right click on the data and select drillthrough
  • Assign the functionality to a button