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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
sameergupta60
Helper IV
Helper IV

help

0,<3.519307092255493E+09>, can convert in decmial format

2 ACCEPTED SOLUTIONS

Lets assume that if number is inside <>

make sure that dattype is not converted before

- Convert this column to Text

 

DecimalQty.png

 

 

- Replace "," comma with nothing

 

 

DecimalQty2.png

- Replace "<" with nothing

- Replace ">" with nothing

 

 

- Convert the data type to Decimal.

 

DecimalQty3.png







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




View solution in original post

v-xicai
Community Support
Community Support

Hi @sameergupta60 ,

 

You may select on this column, then go to Transform ->Extract ->Text Between Delimiters, set like below.

136.png

Best Regards,

Amy 

 

Community Support Team _ Amy

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

10 REPLIES 10
v-xicai
Community Support
Community Support

Hi @sameergupta60 ,

 

You may select on this column, then go to Transform ->Extract ->Text Between Delimiters, set like below.

136.png

Best Regards,

Amy 

 

Community Support Team _ Amy

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

thank you so much

amitchandak
Super User
Super User

@sameergupta60 ,The information you have provided is not making the problem clear to me. Can you please explain with an example.

Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
FarhanAhmed
Community Champion
Community Champion

What is the data source?

Is this a single number or comma separated numbers ?

 







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




The source is SQL database

Attached screen shot 

sameergupta60_0-1595593248684.png

 

@sameergupta60 , if they are decimal in sql server database, try to change data type to decimal in edit query mode.

if it is a text, you need some code to do that

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

can you guide us

Lets assume that if number is inside <>

make sure that dattype is not converted before

- Convert this column to Text

 

DecimalQty.png

 

 

- Replace "," comma with nothing

 

 

DecimalQty2.png

- Replace "<" with nothing

- Replace ">" with nothing

 

 

- Convert the data type to Decimal.

 

DecimalQty3.png







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




Lets assume that if number is inside <>

make sure that dattype is not converted before

- Convert this column to Text

- Replace "," comma with nothing

- Replace "<" with nothing

- Replace ">" with nothing

- Convert the data type to Decimal.

 

 







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




i tried but no result

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors