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
My data source has numbers like: 2.0458e+2 and 3.0465e-4
They are currently being read as text, changing collum type in the query editor is not working
How do i make power BI read them as a numeric value?
Solved! Go to Solution.
BTW, I entered those numbers into an Enter Data query and M converted them. Here is my query:
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMtIzMDG1SNU2UorViVYyBvLMTFN1TZRiYwE=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type text) meta [Serialized.Text = true]) in type table [eNumbers = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"eNumbers", type number}})
in
#"Changed Type"
You may have to parse it by keying on the "e" and calculate it manually.
BTW, I entered those numbers into an Enter Data query and M converted them. Here is my query:
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMtIzMDG1SNU2UorViVYyBvLMTFN1TZRiYwE=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type text) meta [Serialized.Text = true]) in type table [eNumbers = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"eNumbers", type number}})
in
#"Changed Type"
Hi,
I have a issue about some numbers in a column (messure numbers), maybe you can help me out.
changing collum type in the query editor and modeling is not working
How do i make power BI read them as a numeric value?
this picture above is an example the numbers should be.
Thank you
Best regards
Seb
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 37 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 89 | |
| 73 | |
| 66 | |
| 65 |