Hi all,
I am working in a project where we integrate our own app with powerBI
embedded into an iFrame. Everythings works and look cool. The "problem"
I am facing right now is that it is not responsive, it does not adapt somehow to the
screen size; It looks very bad if it is opened from a mobile phone or from big resolution screens.
So, basically, I had two solution.
1) Share it as a "public to web" and it actually work. It is responsive but then I loose a bit the security part expecially because I am using row level security! and also because I am not allowed to do so.
2) Get each tile from the dashboard and put them in a responsive div which will flow together with the implemented iframe inside the div. This solution is not managebale in the long run.
So, my question is:
Can I have a workspace collection with a workspace ID and then get the report with filters ecc. embedded into an iframe and get also a responsive design from it?
I really hope someone had a similar issue and can help me here!
Thanks