Forum Discussion

TadepalliSaiKum's avatar
TadepalliSaiKum
Frequent Visitor
6 years ago
Solved

Data type Error

I am enetering the following data and power bi is showing some error 1.1001 2.1002 3.1003 4.AP29 5.AP30 The above data is in one column and then by default power bi is taking the data type as W...
  • VijayP's avatar
    VijayP
    6 years ago

    Table.TransformColumnTypes(Table6_Table,{{"Numbers", type any}})

     

    Instead of "type text" as per above syntax use "type any" then problem should be solved