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

View all the Fabric Data Days sessions on demand. View schedule

Reply
VFXPro
Advocate II
Advocate II

Common Data Services as a real-time source in Power BI?

Hello all,

 

I have a PBI real time data set, works like a charm, but Flow only allows to "Add to a dataset", and I need to update data.

I'm using CDS, which works really well for CRUD operations and shows up as a source in Power BI.

 

Is it possible to have CDS data display as a tile and refresh in real-time like PBI dataset does?

Is there a trick to "update" a record in PBI data set?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @VFXPro,

 

According to your description, you want to update streaming dataset records right?

If this is a case, current streaming dataset api not cache data, so you can't operate previous pushed records.

 

Real-time streaming in Power BI

Given the previous question, how can I do any modeling on real-time datasets?

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. You can get more information from the Update Table Schema article, and the Dataset properties article.

 

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @VFXPro,

 

According to your description, you want to update streaming dataset records right?

If this is a case, current streaming dataset api not cache data, so you can't operate previous pushed records.

 

Real-time streaming in Power BI

Given the previous question, how can I do any modeling on real-time datasets?

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. You can get more information from the Update Table Schema article, and the Dataset properties article.

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors