Forum Discussion
Create virtual table into Push Streaming Dataset
- 8 years ago
Hi sirros_iot,
Summarize() is function through you can create a new table in your data model, not a measure created in report level. In addtion, modeling is not possible on a streaming dataset, since the data is not stored permanently. For a push dataset, you can use the update dataset/table REST APIs to add measures and relationships.
So to update table, calculate column or measure, I would recommend you to use rest apis to achieve your requirement.
Regards,
Jimmy Tao
Hi sirros_iot,
Summarize() is function through you can create a new table in your data model, not a measure created in report level. In addtion, modeling is not possible on a streaming dataset, since the data is not stored permanently. For a push dataset, you can use the update dataset/table REST APIs to add measures and relationships.
So to update table, calculate column or measure, I would recommend you to use rest apis to achieve your requirement.
Regards,
Jimmy Tao