The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I want to use power bi embedded in my web application.
My application will generate a new data set for each user's query. And will use powerbi to do the visualization.
Is it possible for power bi embeded to add data on the fly such that each user can use the same page with different data set?
@icarus wrote:
I want to use power bi embedded in my web application.
My application will generate a new data set for each user's query. And will use powerbi to do the visualization.
Is it possible for power bi embeded to add data on the fly such that each user can use the same page with different data set?
I don't think it is possible to add data on the fly as Power BI REST API does. When using REST API, you can create reports basing on the dataset via the Power BI Service UI, however there's no such UI in Power BI Embedded, so I don't see anything making sense to add data on the fly in Power BI Embedded.
Regarding "each user can use the same page with different data set", you can use RLS in Power BI Embedded.