Hi, I tried to embed a report within a group in a webapp, but I don't get it to work.
I used the tutorial from this link: https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report/
and it works perfectly for reports within my workspace.
The tutorial even gave hints how to embed a report in a group in the comments:
// when using a report in a group, you must provide the groupId on the iFrame SRC
But I still don't get it too work. I am getting the following error: "External server returned an error (401): Unauthorized"
I have registered my app as shown in the example, but checked all the permission checkboxes.
Anyone got a clue what i'm doing wrong?