<?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 Re: How to filter a dashboard by the current user email? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4795#M1411</link>
    <description>&lt;P&gt;Hi, Could you please try &lt;A href="https://docs.databricks.com/sql/user/queries/query-filters.html#query-filters" alt="https://docs.databricks.com/sql/user/queries/query-filters.html#query-filters" target="_blank"&gt;https://docs.databricks.com/sql/user/queries/query-filters.html#query-filters&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/245i798F314C2A43E0B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know if this helps. Also, please tag @Debayan Mukherjee​&amp;nbsp;with your next comment so that I will get notified. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 06 May 2023 04:48:03 GMT</pubDate>
    <dc:creator>Debayan</dc:creator>
    <dc:date>2023-05-06T04:48:03Z</dc:date>
    <item>
      <title>How to filter a dashboard by the current user email?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4794#M1410</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if it is possible to filter a dashboard&amp;nbsp;by the current user email?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,  I have a table result of a group of people with the following columns: user_id, user_email, date, productivity. So with this table I create some views that show the productivity of each user and I want to create only one dashboard that any user can go and check theirs results. For this, I would need to filter the current user logged on Databricks to filter the dashboard and show only their result.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 19:52:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4794#M1410</guid>
      <dc:creator>Moriondo</dc:creator>
      <dc:date>2023-05-04T19:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter a dashboard by the current user email?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4796#M1412</link>
      <description>&lt;P&gt;Hi @Luiz Felipe Moriondo Alves Filho​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 08:10:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4796#M1412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-19T08:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter a dashboard by the current user email?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4797#M1413</link>
      <description>&lt;P&gt;Hey guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some research on the documentation, I found out that if a filter the query using the &lt;A href="https://docs.databricks.com/sql/language-manual/functions/current_user.html" alt="https://docs.databricks.com/sql/language-manual/functions/current_user.html" target="_blank"&gt;current_user() function&lt;/A&gt;, I will get the result that I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone need look at this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/sql/language-manual/functions/current_user.html" alt="https://docs.databricks.com/sql/language-manual/functions/current_user.html" target="_blank"&gt;https://docs.databricks.com/sql/language-manual/functions/current_user.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 13:25:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4797#M1413</guid>
      <dc:creator>Moriondo</dc:creator>
      <dc:date>2023-05-19T13:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter a dashboard by the current user email?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4795#M1411</link>
      <description>&lt;P&gt;Hi, Could you please try &lt;A href="https://docs.databricks.com/sql/user/queries/query-filters.html#query-filters" alt="https://docs.databricks.com/sql/user/queries/query-filters.html#query-filters" target="_blank"&gt;https://docs.databricks.com/sql/user/queries/query-filters.html#query-filters&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/245i798F314C2A43E0B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know if this helps. Also, please tag @Debayan Mukherjee​&amp;nbsp;with your next comment so that I will get notified. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 04:48:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-filter-a-dashboard-by-the-current-user-email/m-p/4795#M1411</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-05-06T04:48:03Z</dc:date>
    </item>
  </channel>
</rss>

