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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.