PL 300T00A ENU Powerpoint 03
PL 300T00A ENU Powerpoint 03
Power BI
Desktop
aka.ms/PL300-3
Fact tables are activities or events. Dimension tables provide the details.
© Copyright Microsoft Corporation. All rights reserved. © Copyright Microsoft Corporation. All rights reserved.
Knowledge check: data models
What is the difference between a fact table and a dimension table?
⃣Fact tables contain observational data while dimension tables contain
information about specific entities within the data.
⃣Fact tables contain information about specific entities while dimension
tables contain information about observational data.
⃣There is no difference.
aka.ms/PL300-4
• Introduction to DAX
• Advanced DAX concepts
• Optimize DAX performance
operators
definitions
• Computed on the fly.
• Responsive to interactions.
model.
• Useful “helper/connector
columns.”
• Recalculated during data
refresh.
• Table and Sigma icon.
© Copyright Microsoft Corporation. All rights reserved.
Create calculated tables
expressions.
• Computed & stored in data
model.
• Useful for aggregating data or
• Create measures
© Copyright Microsoft Corporation. All rights reserved. © Copyright Microsoft Corporation. All rights reserved.
Knowledge check: DAX calculations
Which statement about measures is correct?
⃣Measures store values in the data model.
⃣Measures can reference columns directly.
⃣Measures can reference other measures directly.
© Copyright Microsoft Corporation. All rights reserved. © Copyright Microsoft Corporation. All rights reserved.
Knowledge check: advanced DAX
What kind of measure sums for one dimension and uses another
aggregation for a different dimension?
⃣Summarized
⃣Aggregated
⃣Semi-additive
times.
• Identify bottlenecks, optimize
queries.