Forum Discussion
Power BI Embed Report with RLS
- 1 year ago
Hi v-kpoloju-msft , ibarrau
Thank you so much for your answers.
The issue has been solved, the issue was with the RLS's parameter name, the name of the parameters were not matching in the c# code and the power bi, that was the reason behind this error. When I corrected the name it was working as expected.
Hi Poojara_D12,
After thoroughly reviewing the details you provided, I have identified alternative workarounds that may help resolve the issue. Please follow these steps:
-
Ensure that the data source credentials are set up correctly and that the embedded service has the necessary access to connect. In many cases, the issue isn't with the report itself but rather with the data source permissions.
-
Try using tools like Fiddler or your browser's developer tools (F12) to monitor network traffic while embedding the report. This can help identify any errors or failed requests, providing more insight into what might be causing the issue.
-
Make sure the dataset ID is correctly linked to the embedded report. If the dataset binding isn’t set up properly, it can lead to issues with retrieving data.
-
Check for any issues within the data model itself. Sometimes, errors in the data model can prevent it from being accessed properly when embedded.
-
Try making a small update to the report, such as renaming it and then republishing. This simple step can sometimes resolve issues where the report isn’t displaying correctly when embedded.
-
Ensure that the report and dataset are in a workspace with the appropriate licensing, such as Power BI Pro or Premium, to support embedding.
Please refer this following document for better understanding:
Troubleshoot Power BI embedded analytics application - Power BI | Microsoft Learn
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Best Regards.
Hi Poojara_D12,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
- Poojara_D121 year agoSuper User
Hi v-kpoloju-msft , ibarrau
Thank you so much for your answers.
The issue has been solved, the issue was with the RLS's parameter name, the name of the parameters were not matching in the c# code and the power bi, that was the reason behind this error. When I corrected the name it was working as expected.