<?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: Dashboard Usage in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/103655#M41533</link>
    <description>&lt;P&gt;When I click to the dashboard, there are 6 statements in my dashboard -&amp;gt; I receive 6 records in `&lt;SPAN&gt;system&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;access&lt;/SPAN&gt;&lt;SPAN&gt;.audit`.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the event_time is different, I expect event_time should be the same across records. So with the differences in event time, how can I know how many views that my dashboard got. I only hit the dashboard 1 time, I have to count it 1 view, not 6 views&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Dec 2024 10:35:18 GMT</pubDate>
    <dc:creator>jdata</dc:creator>
    <dc:date>2024-12-31T10:35:18Z</dc:date>
    <item>
      <title>Dashboard Usage</title>
      <link>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102933#M41269</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;My team is developing some SQL Dashboards. I would like to know how many people view that dashboard/or at least click to it and then queries triggered.&lt;/P&gt;&lt;P&gt;I found out that there is one endpoint provided by Databricks:&amp;nbsp;&lt;A href="https://docs.databricks.com/api/azure/workspace/queryhistory/list" target="_blank"&gt;List Queries | Query History API | REST API reference | Azure Databricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As I can see on the UI, that query comes from which Dashboard, but we I call the above API, there's no field like `dashboard_id`.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything I missed here&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 10:01:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102933#M41269</guid>
      <dc:creator>jdata</dc:creator>
      <dc:date>2024-12-22T10:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Usage</title>
      <link>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102936#M41272</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/137510"&gt;@jdata&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By enabling system tables, you should be able to retrieve the desired information from the audit logs system table. I hope the following official documentation is helpful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/dashboards/admin/audit-logs.html#how-many-times-was-this-dashboard-viewed-in-the-past-week" target="_blank"&gt;Audit Logs - Databricks Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 11:11:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102936#M41272</guid>
      <dc:creator>Takuya-Omi</dc:creator>
      <dc:date>2024-12-22T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Usage</title>
      <link>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102943#M41277</link>
      <description>&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;But I have one more question: can it be done using API ?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 14:51:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102943#M41277</guid>
      <dc:creator>jdata</dc:creator>
      <dc:date>2024-12-22T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Usage</title>
      <link>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102945#M41279</link>
      <description>&lt;P&gt;My case is:&lt;/P&gt;&lt;P&gt;There are several reports/queries in a dashboard. When I click to one dashboard, it will run all the queries, and that info will be shown in Query History.&lt;/P&gt;&lt;P&gt;In Query History, I can see the detail for each query and also what is the dashboard sticking to it. But when I call the API to get query history, I dont see any field like dashboard id &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 15:04:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102945#M41279</guid>
      <dc:creator>jdata</dc:creator>
      <dc:date>2024-12-22T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Usage</title>
      <link>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102947#M41280</link>
      <description>&lt;P&gt;If your requirement is to retrieve the number of dashboard viewers, you can achieve this using the SQL query described in the previously shared audit logs documentation.&lt;/P&gt;&lt;P&gt;If you prefer to retrieve this information via an API, you can use the &lt;A href="https://docs.databricks.com/api/workspace/statementexecution" target="_blank"&gt;Statement Execution API&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;As for the List Queries, I couldn’t find any fields related to &lt;SPAN&gt;&amp;nbsp;dashboard id&lt;/SPAN&gt; in its response.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 15:47:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/102947#M41280</guid>
      <dc:creator>Takuya-Omi</dc:creator>
      <dc:date>2024-12-22T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Usage</title>
      <link>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/103655#M41533</link>
      <description>&lt;P&gt;When I click to the dashboard, there are 6 statements in my dashboard -&amp;gt; I receive 6 records in `&lt;SPAN&gt;system&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;access&lt;/SPAN&gt;&lt;SPAN&gt;.audit`.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the event_time is different, I expect event_time should be the same across records. So with the differences in event time, how can I know how many views that my dashboard got. I only hit the dashboard 1 time, I have to count it 1 view, not 6 views&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 10:35:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dashboard-usage/m-p/103655#M41533</guid>
      <dc:creator>jdata</dc:creator>
      <dc:date>2024-12-31T10:35:18Z</dc:date>
    </item>
  </channel>
</rss>

