
Answer-first summary for fast verification
Answer: a dynamic format string
The correct answer is C (a dynamic format string) because it allows conditional formatting of measures based on context, such as applying different currency symbols depending on the selected currency. This is directly supported by Power BI's dynamic format strings feature, which uses a separate DAX formula to determine the format string applied to a measure. Option A (field parameter) is for creating parameter fields, not formatting. Option B (linguistic schema) relates to language and grammar in data models, not currency formatting. Option D (WINDOW DAX function) is for window calculations in DAX, not formatting.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have a Microsoft Power BI semantic model with a measure named TotalSalesAmount that returns a sales revenue amount converted to a selected currency.
How can you ensure the value returned by the TotalSalesAmount measure is formatted with the appropriate currency symbol?
A
a field parameter
B
a linguistic schema
C
a dynamic format string
D
the WINDOW DAX function
No comments yet.