Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Suerima
Frequent Visitor

How to convert string into double in KQL db

I took data from eventstream and converted it to double to save KQL database, but it changed type dynamic, lakehouse changed type to double normally. I read the documentation it says support but I don't know why it hasn't changed.

- My event stream: 
Suerima_0-1718339662456.png
- KQL databases

Suerima_1-1718339699611.png

- In lakehouse

Suerima_0-1718340295160.png

 


- Document

Suerima_3-1718340125066.png

 
1 ACCEPTED SOLUTION

Hi @Suerima ,

Just in the document you provide:

vjunyantmsft_0-1718765402695.png

The rows represent the data types supported by KQL Database, but the table rows do not contain double types, so KQL does not support double types.

Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-junyant-msft
Community Support
Community Support

Hi @Suerima ,

Can you please provide a link to this document you are looking at?

vjunyantmsft_0-1718589079083.png

According to the official Microsoft documentation, there is no data type Double in KQL Query. You can refer to the following documentation:
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/#supported-data-... 

Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Dino Tao,


Thank you for your support. Here is the document link I mentioned:
Process event data with the event processor editor - Microsoft Fabric | Microsoft Learn


Kind Regards,


Suerima

 

Hi @Suerima ,

Just in the document you provide:

vjunyantmsft_0-1718765402695.png

The rows represent the data types supported by KQL Database, but the table rows do not contain double types, so KQL does not support double types.

Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

JanFabricDE_carousel

Fabric Monthly Update - January 2025

Explore the power of Python Notebooks in Fabric!

JanFabricDW_carousel

Fabric Monthly Update - January 2025

Unlock the latest Fabric Data Warehouse upgrades!

JanFabricDF_carousel

Fabric Monthly Update - January 2025

Take your data replication to the next level with Fabric's latest updates!

Top Solution Authors