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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
requestMessage, type: Object
customHeaders, type: Dictionary<String, List<String>>
Documentation for posting rows can be found here:
as far as i know the requestMessage is the object used for the data you want to add.
the way i did this was took a newtonsoft JSON object and deserialized it to an object: (data being my JSON object)
object dataObj = Newtonsoft.Json.JsonConvert.DeserializeObject<Object>(data.ToString());
as for the customHeaders as far as i know its for adding to the header of the http request that the api will create. i think it can be used to add scope, roles and others configurations but I'm not 100% sure because the documentation is still very much lacking. Also note that its only optional.
For the Power BI embedded REST API, how do I add rows to a table?
AFAIK, there's no REST API to add rows for Power BI Embedded, you can submit your idea at Power BI Ideas and vote it up.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 4 | |
| 3 | |
| 3 |