March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi, guys!
I am trying to config the Node.js to use RLS. I dindn´t find any pages teachinh howto do it.
I am using the appownsdata from Microsoft.
Without RLS works fine, but with RLS I receive the error message:
Anyone?
Solved! Go to Solution.
Guys, after burn some fosfate I have fund the solution:
In the file src/embedConfigService.js
Add the lines below after the line 169.
// Add rls
formData['identities'] = [];
formData['identities'].push({
username: '100',
roles: ["Usuario"],
datasets: ["seu dataset"]
})
Guys, after burn some fosfate I have fund the solution:
In the file src/embedConfigService.js
Add the lines below after the line 169.
// Add rls
formData['identities'] = [];
formData['identities'].push({
username: '100',
roles: ["Usuario"],
datasets: ["seu dataset"]
})
Thanks Pratyasha Samal, but the article is too old and don´t deal with node.js.
Hi @CSpina ,
Please check out this link.
https://medium.com/peritos-solutions/enable-row-level-security-and-embed-powerbi-dashboard-in-an-app...
Hope this was helpful.
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
24 | |
23 | |
12 | |
11 | |
8 |
User | Count |
---|---|
44 | |
43 | |
24 | |
11 | |
10 |