Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
vnicholl
Helper II
Helper II

Applying changes to queries

I have a production table that I'm creating a report in for power bi desktop. I have a field that is numeric, like 2332, and if it has decimals it shows the places 323.22. 

 

My question is, I want to show a report with dollar signs. It looks like the only way I can do that is to modify the underlying table. As this is a production table, do I need to create a copy of the table, or can I apply the changes without it truly affecting the table itself (just what Power BI sees of it)?

 

Thanks, 

 

Vic

7 REPLIES 7
v-chenwuz-msft
Community Support
Community Support

Hi @vnicholl ,

 

Actually, you don't need to change the underlying data.Power BI Desktop provide many number type include currency symbol.

Under Column tools, change the number field type as Decimal number if you want have decimals. Chose currency symbol via the down arrow side by $ icon.Enter 2 if you want two decimal places.

vchenwuzmsft_0-1637915716309.png

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

I don't have column tools. I only have up to data/drill. Nothing after that in the top part. So where do I find that on power bi desktop? 

Hi @vnicholl ,

 

You need click the column first. Then column tools will outcome.

 

Best Regards

Community Support Team _ chenwu zhu

 

I click on the column, no column tools. I click on the header and no column tools either. 

VahidDM
Super User
Super User

HI @vnicholl 

 

Can you use measure? if yes, try this measure:

Measure = format(MAX('Table'[Column1]),"$##.00")
 
output:
 
VahidDM_0-1637711407660.png

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

 

I am new to Power BI Desktop. Where would I put in a measure? 

Hi @vnicholl 

 

Check this link:

https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-tutorial-create-measures#create-a-...

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors