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.
Hi all,
I have used the PowerBI sample app NodeJS version of AppOwnsData which works and succesfully integrated to our test website unkowingly that the embedding requires the Embedded license for production and we are only planning on procurring the PPU license for our specific users in the organization therefore not needing the Embedded license.
The reason we need it would be because for each user there are certain informations each user has access to and some users has cross-access to some of this informations, and i implemented it on the Applcation already just need to modify it into a UserOwnsData App instead of AppOwnsData
Is there anyway to convert the AppOwnsData NodeJS version into an UserOwnsData Nodejs ??
if so what parts of the code should be changed on the Authentication and on the configurations .
Solved! Go to Solution.
HI @JanRV,
Power bi embed support to use different mode to create embedded reports. Current you can't directly switch between these two modes. You need to re-create embedded report with new modes.
I check the document but not found the UserOwnsData version node.js sample, perhaps you can refer the official tutorial link which design with other programming languages and try to convert them to node.js versions:
Xiaoxin Sheng
HI @JanRV,
Power bi embed support to use different mode to create embedded reports. Current you can't directly switch between these two modes. You need to re-create embedded report with new modes.
I check the document but not found the UserOwnsData version node.js sample, perhaps you can refer the official tutorial link which design with other programming languages and try to convert them to node.js versions:
Xiaoxin Sheng