The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I get data from Excel, which contains decimal data (different number of decimal places). to get some unique key, I need to combine the text and decimal values into one column. but power query incorrectly imports decimal values, adding additional characters. examples in the screenshots.
PS: this problem is observed if the data table is not in the same book where the request is made
Solved! Go to Solution.
Check the custom number format.
It might be caused by the data souce. You may use Number.Round to deal with it.
but how do I round the number if I do not know what number of decimal places will be?
Check the custom number format.