Forum Discussion
Couldn't load the data for this visual - for users outside organization
I have created a report with direct query access to the datasource.
When sharing the dashboard with users of my organization it's working fine.
But when sharing it with users outside of my organization, the users have access to the dashboard, but no data is shown in the visuals. An error message is shown.
I have configured the datasource in the report and the gatway to the database as public, but it doesn't helps.
Can anyone help me?
Here the error message:
Please try again later or contact support. If you contact support, please provide these details.
philipm do you have RLS enabled on the data source ? if yes then it currently is not supported for sharing outside organisation.
3 Replies
- ankitpatira
Community Champion
philipm do you have RLS enabled on the data source ? if yes then it currently is not supported for sharing outside organisation.
- philipmNew Member
ankitpatira Thank you that's was the problem.
- vishalbhanderiRegular Visitor
Hello,
I just bumped into this thread performing a similar setup. I have created a report with row level security.
https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-rls
Based on this link I thought its now working for embedded data sets.
I used this sample app to create a embedded report: https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app/
What i'm I missing? Error message:
Couldn't load the data for this visual Couldn't retrieve the data for this visual. Please try again later. Please try again later or contact support. If you contact support, please provide these details. Http Status Code401
If RLS has not been setup for embedded reports. Whats the alternatives available? Our company requires a website were other companies can login and view reports for their campaigns. We would need to ensure that they do not see each others data.