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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Roberia
Frequent Visitor

Power query não reconhece números decimais da tabela de origem

Power query não reconhece números decimais da tabela de origem (estão separados por vírguma). Transfoma em números inteiros e não traz todos os registros da tabela. Está havendo perda de dados. Como resolver?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Roberia ,

Thanks for reaching out to us with your problem. Base on your description, it seems that Power Query is not recognizing decimal numbers from the source table because they are separated by a comma instead of a period. This is causing Power Query to transform them into integers and lose data in the process. Please follow the steps to do it and check if it can change it to the updated data type. You can find the details in the attachment.

1. Replace "," with "." in Power Query Editor

= Table.ReplaceValue(Source,",",".",Replacer.ReplaceText,{"Number"})

vyiruanmsft_0-1704856588282.png

2. Change the data type of number field as "Decimal Number"

vyiruanmsft_1-1704856808312.png

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Roberia ,

Thanks for reaching out to us with your problem. Base on your description, it seems that Power Query is not recognizing decimal numbers from the source table because they are separated by a comma instead of a period. This is causing Power Query to transform them into integers and lose data in the process. Please follow the steps to do it and check if it can change it to the updated data type. You can find the details in the attachment.

1. Replace "," with "." in Power Query Editor

= Table.ReplaceValue(Source,",",".",Replacer.ReplaceText,{"Number"})

vyiruanmsft_0-1704856588282.png

2. Change the data type of number field as "Decimal Number"

vyiruanmsft_1-1704856808312.png

Best Regards

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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