Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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?
Do I need to have each JSON array closed with square brackets [ ] or is this just not possible regardless of formatting?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |