Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.