0
0
Power BIbi_tool~5 mins

Calculated tables in Power BI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a calculated table in Power BI?
A calculated table is a table created using a DAX formula inside Power BI. It is not imported from data but generated based on other data or calculations.
Click to reveal answer
beginner
How do you create a calculated table in Power BI?
You create a calculated table by going to the Modeling tab and selecting 'New Table', then writing a DAX formula that defines the table's data.
Click to reveal answer
intermediate
Which DAX function can you use to create a calculated table that combines rows from two tables?
You can use the UNION() function to combine rows from two tables into a calculated table.
Click to reveal answer
beginner
True or False: Calculated tables update automatically when the data model refreshes.
True. Calculated tables recalculate and update automatically when the data model refreshes or when dependent data changes.
Click to reveal answer
intermediate
What is a practical use case for calculated tables?
Calculated tables can be used to create summary tables, filter data, or create relationships that don't exist in the original data.
Click to reveal answer
Which tab in Power BI do you use to create a calculated table?
AHome
BModeling
CView
DData
What does the DAX function UNION() do when used in a calculated table?
AFilters rows based on a condition
BJoins two tables side by side
CCombines rows from two tables into one
DCalculates the sum of a column
Which of these is NOT true about calculated tables?
AThey are imported directly from external files
BThey can be used to create new relationships
CThey update when the data model refreshes
DThey can be created using DAX formulas
If you want to create a table that only shows sales from 2023, which DAX function might you use in a calculated table?
ASUM()
BAVERAGE()
CUNION()
DFILTER()
What happens to a calculated table when you refresh your Power BI data model?
AIt recalculates based on current data
BIt deletes automatically
CIt stays the same until manually updated
DIt exports to Excel
Explain what a calculated table is and how it differs from imported tables in Power BI.
Think about how you create it and when it changes.
You got /4 concepts.
    Describe two practical examples where you might use calculated tables in a Power BI report.
    Consider why you might want new tables beyond your original data.
    You got /4 concepts.