<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how do share the dashboard to user with Limit the data access in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/139911#M2373</link>
    <description>&lt;P&gt;&lt;SPAN&gt;how do share the dashboard to user with Limit the data access without create a new dashboard with filler in source qry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;is there any other way?&lt;/P&gt;&lt;P&gt;example,&lt;/P&gt;&lt;P&gt;I have a dashboard it contains 3 location data example&lt;/P&gt;&lt;P&gt;India&amp;nbsp;&lt;/P&gt;&lt;P&gt;Canada&lt;/P&gt;&lt;P&gt;USA&lt;/P&gt;&lt;P&gt;I need to give limited acces to below users&lt;/P&gt;&lt;P&gt;India - User1&lt;/P&gt;&lt;P&gt;Canada - User2&lt;/P&gt;&lt;P&gt;USA - User3&lt;/P&gt;&lt;P&gt;if i give view access to User1 then user1 can view/work with India data only. other country data user2 should not have access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;pls let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Nov 2025 13:03:04 GMT</pubDate>
    <dc:creator>boopa45</dc:creator>
    <dc:date>2025-11-21T13:03:04Z</dc:date>
    <item>
      <title>how do share the dashboard to user with Limit the data access</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/139911#M2373</link>
      <description>&lt;P&gt;&lt;SPAN&gt;how do share the dashboard to user with Limit the data access without create a new dashboard with filler in source qry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;is there any other way?&lt;/P&gt;&lt;P&gt;example,&lt;/P&gt;&lt;P&gt;I have a dashboard it contains 3 location data example&lt;/P&gt;&lt;P&gt;India&amp;nbsp;&lt;/P&gt;&lt;P&gt;Canada&lt;/P&gt;&lt;P&gt;USA&lt;/P&gt;&lt;P&gt;I need to give limited acces to below users&lt;/P&gt;&lt;P&gt;India - User1&lt;/P&gt;&lt;P&gt;Canada - User2&lt;/P&gt;&lt;P&gt;USA - User3&lt;/P&gt;&lt;P&gt;if i give view access to User1 then user1 can view/work with India data only. other country data user2 should not have access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;pls let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 13:03:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/139911#M2373</guid>
      <dc:creator>boopa45</dc:creator>
      <dc:date>2025-11-21T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: how do share the dashboard to user with Limit the data access</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/139913#M2374</link>
      <description>&lt;P&gt;Use Row-Level Security (RLS)&lt;/P&gt;&lt;P&gt;Instead of filtering the dashboard widgets, you filter the underlying data based on who is looking at it. When User1 opens the dashboard, the database only sends "India" data. When User2 opens the exact same dashboard, the database only sends "Canada" data.&lt;/P&gt;&lt;P&gt;Link for row level filtering &lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/filters-and-masks/" target="_blank"&gt;https://docs.databricks.com/aws/en/data-governance/unity-catalog/filters-and-masks/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 13:12:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/139913#M2374</guid>
      <dc:creator>Raman_Unifeye</dc:creator>
      <dc:date>2025-11-21T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: how do share the dashboard to user with Limit the data access</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/139924#M2378</link>
      <description>&lt;P&gt;&lt;!--  StartFragment   --&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Use Row-Level Security (RLS) with Unity Catalog:&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;If your dashboard is built on tables governed by Unity Catalog, you can define row filters at the table level. This ensures that users only see rows they are authorized to view, regardless of the dashboard.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; How it works:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Create a row filter function in Unity Catalog.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Attach it to the table using ALTER TABLE ... SET ROW FILTER.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;The filter checks the user identity (e.g., &lt;/SPAN&gt;&lt;SPAN class=""&gt;current_user&lt;/SPAN&gt;&lt;SPAN class=""&gt;() or &lt;/SPAN&gt;&lt;SPAN class=""&gt;is_account_group_member&lt;/SPAN&gt;&lt;SPAN class=""&gt;()).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="python"&gt;CREATE FUNCTION location_filter() RETURNS BOOLEAN
RETURN location = CASE current_user()
    WHEN 'user1@company.com' THEN 'India'
    WHEN 'user2@company.com' THEN 'Canada'
    WHEN 'user3@company.com' THEN 'USA'
END;&lt;/LI-CODE&gt;&lt;P&gt;&lt;!--  StartFragment   --&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;2. Dynamic Views:&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;If Unity Catalog is not enabled, you can create secure views that apply filters based on the&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;user context.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;CREATE OR REPLACE VIEW sales_filtered AS
SELECT *
FROM sales_data
WHERE location = CASE current_user()
    WHEN 'user1@company.com' THEN 'India'
    WHEN 'user2@company.com' THEN 'Canada'
    WHEN 'user3@company.com' THEN 'USA'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;&lt;P&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 14:25:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/139924#M2378</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-11-21T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: how do share the dashboard to user with Limit the data access</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/140076#M2381</link>
      <description>&lt;P&gt;this is source query level right? what if user has only view access?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 10:38:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-share-the-dashboard-to-user-with-limit-the-data-access/m-p/140076#M2381</guid>
      <dc:creator>boopa45</dc:creator>
      <dc:date>2025-11-24T10:38:40Z</dc:date>
    </item>
  </channel>
</rss>

