Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

any to text data type conversion producing unexpected values

I am consuming an Excel (.xlsx) file into Power Query.  One of the source columns (call it "Month Key") has values like: 20212022.01 20212022.02 20212022.12   I need to transform this column int...
  • themistoklis's avatar
    themistoklis
    5 years ago

    Anonymous 

     

    Try rounding the values first as mentioned on previous message.

     

    Round the values first to 2 decimal places then convert the field to text... then check whether formulas now work