Implementing Analytics Solutions Using Microsoft Fabric — Question 155
You have a Microsoft Power BI semantic model that contains a measure named TotalSalesAmount. TotalSalesAmount returns a sales revenue amount that is translated into a selected currency.
You need to ensure that the value returned by TotalSalesAmount is formatted to use the correct currency symbol.
What should you include in the solution?
Answer options
- A. a field parameter
- B. a linguistic schema
- C. a dynamic format string
- D. the WINDOW DAX function
Correct answer: C
Explanation
The correct answer is C, as a dynamic format string allows you to apply different currency symbols based on the selected currency in Power BI. Options A and B do not address currency formatting, while D relates to data analysis rather than formatting measures.