Forum Discussion
Embedding a dashboard in a low code tool
HI ddsshh,
In fact, power bi embedded content is loading embed contents to a specific HTML tag which suitable for the definition. It is impossible to directly get the source data or do advanced operations on these elements.
If you only mean dynamic modify the position of these contents, this is possible.
Regards,
Xiaoxin Sheng
Thanks Anonymous .
I was trying to use the iFrame to embed the report into my App and it shows now iwth a sign in button. Is there any wayI pass the credentials?
- Anonymous6 years agoNot applicable
Hi ddsshh,
Maybe you can add new fields on your database side to store correspond power bi accounts based on your application account, then you can get corresponds power bi account base on the current user.
After these steps, you can use these credentials to processing on the backend to get embed token and use it in the verified steps.
How to Programmatically Pass Credentials in an Embedded Power BI Report
Regards,
Xiaoxin Sheng