While I can RESTfully see all the tiles in a PowerBI Dashboard (https://docs.microsoft.com/en-us/rest/api/power-bi/dashboards/get-tile), there is no API to add, delete, move or update Tiles.
I'd like to programmatically:
- create dashboards
- add tiles (and control their layout)
- addtionally, change the data sources for the tiles
This doesn't seem possible today (2021.08.01) with the PowerBI REST API.
Please advise.