Forum Discussion
twmarek
Advocate I
11 years agoNeed for calculated measures in online data sets
When creating a data set using eitehr Stream Analytics or a direct connect to Azure SQL Database we need a way to create calaulated measures. If anyone has a suggestion here that would be great. To...
JenUnderwood
Impactful Individual
11 years agoHi Tom,
If using Azure Stream Analytics, that solution has an online query language with windowing functions, aggregates and other capabiltiles. See https://msdn.microsoft.com/en-us/library/azure/dn834998.aspx
Hope that helps.