How to Add Currency in Power BI
Power BI supports various formats and styles for displaying currency values in your reports and visualizations. Here’s how you can add currency to your Power BI reports:
- Select the visual or data field where you want to display the currency.
- In the
Visualizations
pane, navigate to theFormat
section. - Expand the
Values
section and locate theData type
dropdown. - From the dropdown, select
Currency
. - Once you select
Currency
, additional formatting options will be available. - In the
Currency symbol
dropdown, select the desired currency symbol. - Specify the number of
Decimal places
you want to display. - Choose a desired
Thousands separator
format. - Click outside the
Format
pane to apply the currency formatting.
Here’s an example to illustrate the steps:
- Let’s say you have a visual displaying
Sales Amount
data. - Select the visual or the
Sales Amount
data field. - In the
Visualizations
pane, go to theFormat
section. - Expand the
Values
section. - From the
Data type
dropdown, selectCurrency
. - In the
Currency symbol
dropdown, choose$
for the US Dollar. - Specify
2
forDecimal places
. - Select a desired format for
Thousands separator
, let’s sayComma (1,234.56)
. - Click outside the
Format
pane to see the currency formatting applied to theSales Amount
data in your visual.
By following these steps, you can add currency formatting to any relevant data in your Power BI reports.