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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
jinma78
Advocate II
Advocate II

Managing streaming dataset via Power BI REST API

Hi, I'm trying to integrate custom application with Power BI in a way so it can create, manage and push data into streaming datasets.


I'm trying to achieve all this via Power BI REST API. But met a lot of major issues on the way:

 

  1. create dataset, I was able to figure out correct way to do this, since it is not clear from API docs that you should specify undelying table for streamin dataset. 
    I'm not sure if this is correct way, but I was able to see dataset in Power BI application UI.
  2. I can't find way to get Push URL for existing streaming dataset via API.
    I can easily get it via app UI manually.
    This is partial blocker in automation process, I can probably workaround this by creating PushStreaming dataset instead and use PostRows API. But I didn't want to authenticate application which will push data in Azure.
  3. And this is complete blocker which kills me.
    I didn't find way to get info about existing streaming dataset structure.
    GetTables API is not supported for streaming dataset and throws error.
    GetTables API return table name only (without columns) for PushStreaming dataset.
    Get Dataset API returns dataset name and some metadata only.


It looks like it is impossible to work with streaming datasets without manual steps in app.
I will be happy if I'm wrong and I simply missed something.

Thanks in advance.

0 REPLIES 0

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.