Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have a column called Item No, which is not really a number. Some of the values do contain letters. However, when I convert the field to text, additional numbers are added to the end as if there was a reverse rounding... I want to use this column for a join where the other table has the column as Text. I even tried changing the column in the original Excel file, but PowerBI still reads it as general. Please advise. Thank you!
Solved! Go to Solution.
@MarkusEng1998 , find the first step where the data type is changed. Make it test on that step. Click on that step and try to change. It should ask to overwrite that step or add new. Overwrite.
Hi @MarkusEng1998 ,
It can be that before putting into Excel, the original data format is 27.000299999. Excel automatically rounded to 27.0002. Then importing this excel to power bi will keep that rounded format.
You can try to modify a few rows of data to 3 decimals e.g. 27.0002 in Excel. And import into power bi again, check If the modified data remains with 3 decimal number or still add additional integers.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
= Table.TransformColumnTypes(#"Renamed Columns",{{"Item Number", type text}})
The Item Number changes when I change the type from Decimal to Text.
@MarkusEng1998 , find the first step where the data type is changed. Make it test on that step. Click on that step and try to change. It should ask to overwrite that step or add new. Overwrite.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 46 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 198 | |
| 127 | |
| 102 | |
| 69 | |
| 53 |