PowerBI_Programming_Practice_Paper
PowerBI_Programming_Practice_Paper
Relationships define how data from different tables are connected. They enable meaningful
joins during visual analysis.
- Star schema has dimension tables directly connected to a central fact table.
- Snowflake schema normalizes dimension tables into sub-dimensions.
Use the 'Manage Relationships' dialog in Power BI to set cardinality and cross-filter
direction based on data flow.
10. Q10. What’s the difference between calculated column and measure?
- Calculated column is row-wise and stored in memory.
- Measure is evaluated dynamically at aggregation level.
Enable hierarchy in a visual and use the drill icons or right-click to drill down/up.
Bookmarks capture the current state of a report page (filters, visuals) and are used for
storytelling or navigation.
15. Q15. What is the difference between table and matrix visual?
17. Q17. Create a KPI card showing variance between actual and target sales.
Use Top N filter in a bar chart or table by selecting Top 3 on Customer and applying
SUM(Sales).
19. Q19. Create a conditional formatting rule to highlight sales < ₹10,000.
Use formatting pane → conditional formatting → rules → ‘less than’ ₹10,000 and apply red
color.
20. Q20. Design a dashboard showing regional sales, targets, variance, and trend line.
Combine: map visual for region, bar chart for targets vs actuals, card for variance, and line
chart for trend.