Hi,
I'm trying to follow a series of tutorial from Microsoft's github for using PowerBI Embedded Service in Azure.
Source code for client side (html + javascript using fetch): https://github.com/Microsoft/PowerBI-JavaScript/tree/master/demo
Source code for API code (node.js): https://github.com/Azure-Samples/powerbi-node-server-express
For API, I'm practically just changing my Workspace ID and Access Key.
Workspace and sample report(.pbix) has been created and uploaded using CLI from https://github.com/Microsoft/PowerBI-Cli.
However, I'm getting a 403 response when trying to load the embedded report. The PowerBI widget shows fine, just the report that failed to load and showing 403 when calling https://wabi-south-east-asia-redirect.analysis.windows.net/powerbi/metadata/models/674839/?modelOptions=Default&packageId=790157.
Here is the request ID: 8261be22-6a6d-a69e-9408-613a00829b10
Is there anything that I'm missing here?
Really appreciate your quick response