Forum Discussion
apenaranda
2 years agoPost Partisan
Embedded report app flask
I have an application with Flask where I embed reports, I get a list of reports (I save the id in a database) and later it makes me embedded the one I select, locally I don't get any errors and it sh...
- 2 years ago
Finally I solved it by modifying the jquery that creates the embed and passes the data, for some unknown reason it sent some correct data locally and others on the web. Now I collect the value from the template so that it has the values correctly from the beginning.
Greetings,
apenaranda
2 years agoPost Partisan
I also added that the embedded query to the reports is done through a single user, all users access to view the embedded report through a single user with a power bi license.