The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
How would i go about allowing my users to create and use their own personal custom reports inside an application.
At the moment on a basic level I can see it working as the user creates a report and then I would store the report ID and userId together then when the user would like to retrieve the report a call would be made to the api through the power bi tenant to retrieve the reports for the user.
My question; am i heading in the right direction, how scalable is this and what are some limitations I might come across?
Solved! Go to Solution.
I think there are two designs you could use.
I think there are two designs you could use.
Thanks for your response Ted
The app workspace for each user seems like the right approach for me.