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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Dond
Regular Visitor

Value formatting

Hi!!!

 

I'm connecting to an API and when it brings the column of values ​​it comes like this

1.jpg

even changing to Decimal/en-US is not in the correct format, even customizing the values ​​are not the way I want, even putting them as currency.

It was right to stay like this
12350 --> R$123,50

106480 --->R$1,064.80

13853 ---> R$138,53

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Dond ,

Please have a try.

Create a column.

Column = [Column1]/100

Then format the column.

#,##0.#0

vpollymsft_0-1677463416399.png

Best Regards
Community Support Team _ Polly

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

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @Dond ,

Please have a try.

Create a column.

Column = [Column1]/100

Then format the column.

#,##0.#0

vpollymsft_0-1677463416399.png

Best Regards
Community Support Team _ Polly

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

Thanks a lot, that's exactly what I was looking for. Big hug!
Anonymous
Not applicable

Hi @Dond ,

You can change the column.

vpollymsft_0-1677204168960.png

Or you can use format dax.

Column = FORMAT('Table (2)'[Column1],"R$#,##0.##")

vpollymsft_1-1677204228697.png

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

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

Syndicated - OutboundThanks for your answer.

 

That's the problem

106,480 is to stay in the 1,064.80 format

12,350 is to stay in the 123.50 format

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.