powerbi_qa_answers
powerbi_qa_answers
Power BI is a business analytics tool by Microsoft for visualizing data and sharing insights. Main components
include Power BI Desktop, Power BI Service, Power BI Mobile, Power BI Gateway, and Power BI Report
Server.
2. Explain the difference between calculated columns and measures in Power BI.
Calculated columns are computed row by row and stored in the model, increasing file size. Measures are
calculated at query time based on filter context, and do not increase model size.
Power BI Desktop is a free Windows application used to create reports and data models. Power BI Service is
Use a dedicated date table with continuous dates and mark it as a 'Date Table' in Power BI to enable time
intelligence functions.
CALCULATE modifies the context in which data is evaluated. It's used to apply filters to measures or
expressions.
FILTER returns a table that represents a subset of another table, applying given conditions. ALL removes
Filter context is applied by visuals, slicers, or CALCULATE. Row context comes from iterating functions like