We are working on a POC with embed dashboard into website using rest api "https://api.powerbi.com/beta/myorg/dashboards/id/tiles".
Using the api we are able to get the list of tiles Guids,tile name and embedurl. But we are not getting any order/sequence of the tiles.
I found one article "https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-tile/". But they are embedding only single tile. We need to display entire power bi dashboard into iframe.
Is there any way to embed entire dashboard to website? I have done research on internet regarding these questions but couldnt find much information.