Forum Discussion
hemingt
Helper V
7 years agoHow to update the old rows in the dataset
I using Power BI REST API to push my dataset and tables, and rows.
The number of rows will grow big and big as time goes.
The typical data is the bug records with status.
I want to only save the last status of one bug, that's to say, I want to only save one row for each bug.
but according to the help doc of REST API, there is no interface to update one certain row, only add, delete all rows.
is there any other solution to keep one row for each bug? or keep the lastest record of each bug in the report/dashboard?
thank you very much!
1 Reply
- Kurren
Helper II
+1 How has such an important question received no replies. I'd also like to know.