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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
JimmyDXB
Frequent Visitor

Streaming dataset bulk push of JSON data

I have a streaming dataset that I'm sending data to where I want to optimize the usage of the API by pushing several rows of data at a time. I receive the data in 15s intervals, but in batches of ~100 rows and want to push them in bulk rather than one row at a time. Is that possible?

 

When I've tried doing that with data that looks like:

 

 

[
   {
        "temp": 38.7,
        "pressure": 2.6
   },
   {     
        "temp": 32.6,
        "pressure": 2.2
   }
]

 

 

I get a 404 response. Any suggestions for how to implement this?

1 REPLY 1
JimmyDXB
Frequent Visitor

Do I need to have each JSON array closed with square brackets [ ] or is this just not possible regardless of formatting?

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.