How To Add $ Sign In Power Bi

To add a $ sign in Power BI, you can use the FORMAT function along with the appropriate formatting code. Here is an example:

<div>
<p>In Power BI, you can use the FORMAT function to add a $ sign.</p>
<p>Let's say you have a measure called "Total Sales" that you want to display with a $ sign.</p>
<p>To do this, you can use the following formula:</p>
<pre>
Measure with $ Sign = FORMAT([Total Sales], "$0.00")
</pre>
<p>This will format the "Total Sales" measure with a $ sign and two decimal places.</p>
<p>Now, when you use the "Measure with $ Sign" in a table or a visual, it will display the value with the $ sign.</p>
</div>

Similar post

Leave a comment