👋 Hey everyone! Thanks for all your support and being part of DataVizCanvas family. If you haven't already subscribed, please consider hitting that 'Subscribe' button and join the Data Viz Family. Also, check out my Advanced Charts Course for in-depth tutorials on creating complex and stunning visualizations in Tableau. kzbin.info/www/bejne/e4nZqGmobalprqM
@harshagraj9 күн бұрын
Hello thanks a lot for the tutorial.Just wanted to ask about a way to give permissions based on AD groups. Like if i have a Project A owner name and if i have a separate AD group for Project A owners how do i map it?
@DataVizCanvas9 күн бұрын
Thats a great question. You have to make sure if that AD group is linked with tableau asa part of authentication process.. You can see that as a part of tableau groups. If its not linked then you have to either link it or create a tableau local group with list of users. Once you have that group created the you just need to set up the policy using "ISMEMBEROF()" function. Hope that helps
@maiao47342 ай бұрын
Hi ad. thanks for sharing this. I want to know, Does tableau's vituarl connection manage access rights of users logged in to each dashboard? For example, in a revenue report by each branch, user A of branch 1 only views data of branch 1.
@DataVizCanvas2 ай бұрын
Yes that’s correct. You can set security at branch level or at user level or combination of both. In order to do that you have to set policy at data source level.
@chandanasrinivas57724 ай бұрын
Hi Gurpreet, thanks for sharing this. It was really helpful. I have a follow up question: Let' say I have a 1. Actual sales data (how much sales did a seller achieve) 2. Sales Target data (how much sales was the seller targeting to achieve) 3. Seller attributes (seller name, region etc.). With these data sets I need to combine seller name, seller target sales and seller actual sales and ensure that seller can only see their own data. How can I do achieve this tableau virtual connection on Tableau Server Version: 2024.2.0? I'm basically trying to understand how can I join two tables (Actual sales data, Sales Target data) and apply rls (using Seller attributes data) simultaneously. Thanks again!
@DataVizCanvas4 ай бұрын
Thats a great question. Once you have applied row level security on the primary fact table and then join it with secondary table, it will only retrieve related rows from secondary table. Example: Table one is sales with row level security applied on Region (Central) Table two is returned orders and is joined with Table one on Order ID field.. Once the join is created in the workbook then it will only show all the sales made in Central region and corresponding returned items. Hope that helps.. Please feel free to reach out if you need more info.
@fitaasrikaromah323 ай бұрын
Hi Sir, in the video u sow how to use virtual connection based on full name coz ur sample show one manager handle one region, how about if I want to use based on group name coz in my case one manager not only handle one region but more (it is mean that one user can be in more one metrics group). So let say Joni is manager in Region 1 & 2. So it means that Joni can see data from region 1 & 2.
@DataVizCanvas3 ай бұрын
That’s a great question. Yes if you set up row level security based on user name then that user can see all the data linked to it. In your example you can create local user group based and use that in the policy. That way you can manage users in policy by just adding them in the local group. Please try that and let me know in case of any issues.