The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 How has such an important question received no replies. I'd also like to know.