An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
Hi Oliver,
Thank you for posting query in Microsoft Q&A Platform.
Here you are writing expression inside string, so you need to use string interpolation syntax to write expressions. Click here to know more about it.
Kindly consider writing your query as below. Please note, for expressions here I am using @{}.
ProductRam
| where deviceid ==
| take 10
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer button. Accepted answers help community as well. Thank you.