embedded report
6 TopicsDynamic Row level security for embedded report in Salesforce
I am trying to apply Row level security for an embedded report which is embedded in salesforce application/server. I know how we can do dynamic RLS for a report published in usual workspace using userprinciple() ... dont know how to approach this scenario. is this even possible currently? anyhow who has done this previously or know the direction we should head to for this scenario? Thank you and much appreciate your thoughts on thisSolved682Views0likes1CommentCan't achieve RLS using CustomData() in Power BI desktop embedded report using service principal
Hello, I have found this article The CustomData feature is now generally available in Power BI! | Microsoft Power BI Blog | Microsoft Power BI and this video https://youtu.be/iBGEKKelgpA?t=2658. However, I am unable to reproduce the same results. I have performed the following steps: 1. I am using the same resources at GitHub - PowerBiDevCamp/RowLevelSecurity: Demo files from the Power BI Dev Camp session on Row Level Security. 2. I have uploaded the report (...)\RowLevelSecurity-main\PBIX\Wingtip Sales RLS with CustomData.pbix since its the one with the same table structure as used in the video. There is another one at (...)\RowLevelSecurity-main\RowLevelSecurityWithCustomData\RowLevelSecurityWithCustomData.pbix but different table structure, to my default workspace in https://app.powerbi.com/ 3. I have updated the (...)\RowLevelSecurity-main-v2\RowLevelSecurity-main\RowLevelSecurityWithCustomData\RowLevelSecurityWithCustomData\appsettings.json with the TenantId, ClientId, ClientSecret, WorkspaceId and CustomDataReportId and started the solution in debug mode. I have noticed it is not https, but the page loads, however no report is displayed. This is how the report displays in https://app.powerbi.com/ This is how it is displayed for User 1 (default) This is how it is displayed for user 2 I have found the syntax for ContainsString here CONTAINSSTRING – DAX Guide is different from the one used in the video (ContainsString(CustomData(), [State]), however, I have tried switching it up but to no avail. Can someone please help? Thank you for your time, let me know if you need more information.2.9KViews0likes9Commentsmy reports groups is groups/me/ !
Hello I want to do an embedding for my report to a node js applications, I 'm following the setps of this video: https://www.youtube.com/watch?v=A5KFY5Jh1Uc. the problem I got is that when I opened my report to copy the necessary groupid* and reportid* from my report url the reportid* was fine but the groupid* was "groups/me/" and I couldn't connect my rest api with a response code: 401. what do I need to do to get a valid groupid* other than "/me/" to connect my rest api successfully ?Solved956Views0likes1CommentFull Screen embedded report on Sharepoint online
HI how can i view a report in full screen after embedding it on sharepoint? If I publish the report on the web "public", there is a button at the bottom but I have not found anything similar by embedding it on sharepoint online. Thanks1.1KViews0likes1CommentUpdate January 2020 - embedded report in iframe not working
Hi all, after updated Report Server to January 2020 release, the embedded report in iframe does not work anynore. We have some reports embedded in iframe with a link like this: http://reportserver/reportpath_name?rs:embed=true After Jan 2020 update we cannot display anymore those reports due to the following error message: Refused to display '<URL>' in a frame because it set 'X-Frame-Options' to 'sameorigin'. Please help to fix the issue ThanksSolved6.7KViews0likes1Comment