Questions
- What are quick measures?
- Measures that move around the screen quickly
- Calculated fields that can be added without coding
- Measures that can quickly be added by writing DAX code
- Custom visuals added from Microsoft AppSource
- What is used to evaluate an expression in the context of a modified filter?
COMPUTE
APPRAISE
SUM
CALCULATE
- If you only have the
Sales Amount
andTotal Product Cost
fields, which function would be best to use to calculate the sum of margin?SUMX
MARGIN
DISTINCTCOUNT
FILTER