Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
4 | |
3 | |
3 | |
2 |