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

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.

Reply
sirros_iot
Helper III
Helper III

Create virtual table into Push Streaming Dataset

Hello all!

I'm having trouble with this, so..
I would like to know if there is a way to use virtual table, like SUMMARIZE into measures if the data comes from streaming.
Here is the link... If you could tell me what I can't use( like calculated columns) in my report I would appreciate!
Real-Time Streaming, Push

Thank you all,

Diego

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

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

View solution in original post

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

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

Thank you for the reply @v-yuta-msft!

 

I'll see what I can do..

Thanks,
Diego

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.