<?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 📌 TIP#2: Business event query usage and costs — the missing dashboard in Dynatrace tips</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-tips/TIP-2-Business-event-query-usage-and-costs-the-missing-dashboard/m-p/297018#M1897</link>
    <description>&lt;!--   ============================================================
     Dynatrace Community Post — Dynatrace Tips
     Title: Business event query usage and costs
     Category: Dynatrace tips
     Suggested labels: business events, dql, dps, dashboards, cost management
     ============================================================   --&gt;
&lt;P&gt;If you've ever used the built-in &lt;STRONG&gt;"Log query usage and cost"&lt;/STRONG&gt; dashboard to track and optimize your log query spending, you probably noticed there is &lt;STRONG&gt;no equivalent dashboard for business events&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I looked for it everywhere — the Hub, the documentation, the Community — and the closest thing available is the generic &lt;A href="https://docs.dynatrace.com/docs/license/cost-allocation" target="_blank" rel="noopener"&gt;DPS Cost Allocation dashboard&lt;/A&gt;, which covers all capabilities but doesn't give you the granular, query-level detail you need to understand and optimize your &lt;CODE&gt;fetch bizevents&lt;/CODE&gt; spending.&lt;/P&gt;
&lt;P&gt;So I built one. Here it is.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2026-03-31 BizEvents query cost and usage.jpg" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32570i54C04956B13FAC84/image-size/large?v=v2&amp;amp;px=999" role="button" title="2026-03-31 BizEvents query cost and usage.jpg" alt="2026-03-31 BizEvents query cost and usage.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;What this dashboard covers&lt;/H2&gt;
&lt;P&gt;This dashboard mirrors the same approach as the log query usage dashboard, but focused entirely on business event queries. It includes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Query volume statistics, trends, and costs&lt;/STRONG&gt; — total GiB scanned, number of queries, and estimated cost over time.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Top 25 queries by billable volume&lt;/STRONG&gt; — identify the most expensive &lt;CODE&gt;fetch bizevents&lt;/CODE&gt; queries in your environment.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Event queries in Dashboards&lt;/STRONG&gt; — detect which dashboard tiles are running &lt;CODE&gt;fetch bizevents&lt;/CODE&gt; and how much they cost on reload.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Auto-refresh detection&lt;/STRONG&gt; — flag dashboards with bizevents queries set to auto-refresh every minute (a common cost driver).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Queries not following best practices&lt;/STRONG&gt; — find queries missing &lt;CODE&gt;filter&lt;/CODE&gt;, &lt;CODE&gt;scanLimit&lt;/CODE&gt;, &lt;CODE&gt;samplingRatio&lt;/CODE&gt;, or &lt;CODE&gt;limit&lt;/CODE&gt; with default timeframes, as described in the &lt;A href="https://docs.dynatrace.com/docs/shortlink/dql-best-practices" target="_blank" rel="noopener"&gt;DQL Best Practices&lt;/A&gt; documentation.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Bucket utilization&lt;/STRONG&gt; — validate your bizevents bucket segmentation strategy and identify optimization opportunities.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Detailed usage by Application and User&lt;/STRONG&gt; — drill down into who is querying what and how much it costs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H2&gt;How it works&lt;/H2&gt;
&lt;P&gt;The dashboard queries the &lt;CODE&gt;dt.system.events&lt;/CODE&gt; tables — specifically &lt;CODE&gt;BILLING_USAGE_EVENT&lt;/CODE&gt; and &lt;CODE&gt;QUERY_EXECUTION_EVENT&lt;/CODE&gt; records — to calculate usage and costs. This is the same data source used by the log query usage dashboard, filtered for business event activity.&lt;/P&gt;
&lt;P&gt;Access requires the &lt;CODE&gt;storage:system:read&lt;/CODE&gt; permission. See &lt;A href="https://docs.dynatrace.com/docs/shortlink/built-in-policies#access-to-data" target="_blank" rel="noopener"&gt;default access policies&lt;/A&gt; for details.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Pricing configuration&lt;/H2&gt;
&lt;P&gt;The dashboard includes a &lt;CODE&gt;Price&lt;/CODE&gt; variable that you can adjust to match your contract:&lt;/P&gt;
&lt;P&gt;Licensing model Price variable value Explanation&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="8"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Classic (DDUs)&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;1.70&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;DDU weight per GB for business event queries (&lt;A href="https://docs.dynatrace.com/docs/manage/monitoring-consumption-classic/davis-data-units/ddus-for-business-events" target="_blank" rel="noopener"&gt;docs&lt;/A&gt;)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;DPS&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;Your rate card value (default: &lt;CODE&gt;0.0035&lt;/CODE&gt; USD/GiB)&lt;/TD&gt;
&lt;TD&gt;Events - Query price from your rate card (&lt;A href="https://docs.dynatrace.com/docs/license/capabilities/events/dps-events-query" target="_blank" rel="noopener"&gt;docs&lt;/A&gt;)&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Consecutive or parallel DPS contracts can have different price points. The cost calculated in this dashboard might differ from the official cost shown in the &lt;A href="https://myaccount.dynatrace.com" target="_blank" rel="noopener"&gt;Account Management portal&lt;/A&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;H2&gt;Why this matters&lt;/H2&gt;
&lt;P&gt;As business events adoption grows — through OneAgent payload capture, RUM, the bizevents API, log extraction via OpenPipeline, or Workflows — the query volume against the &lt;CODE&gt;bizevents&lt;/CODE&gt; table can become a significant cost driver, especially when:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Dashboard tiles with &lt;CODE&gt;fetch bizevents&lt;/CODE&gt; auto-refresh every minute across multiple users.&lt;/LI&gt;
&lt;LI&gt;Queries scan large timeframes without proper &lt;CODE&gt;filter&lt;/CODE&gt; or &lt;CODE&gt;scanLimit&lt;/CODE&gt; constraints.&lt;/LI&gt;
&lt;LI&gt;All data sits in a single default bucket instead of being segmented by use case or retention needs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This dashboard helps you identify these patterns and take action before costs escalate.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Optimization tips&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Extract metrics from business events&lt;/STRONG&gt; via &lt;A href="https://docs.dynatrace.com/docs/observe/business-observability/bo-event-processing" target="_blank" rel="noopener"&gt;OpenPipeline&lt;/A&gt; — metric queries have no query cost and load faster on dashboards.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Segment data into dedicated buckets&lt;/STRONG&gt; — filtering by bucket improves query performance and reduces scanned data (&lt;A href="https://docs.dynatrace.com/docs/shortlink/bo-use-case" target="_blank" rel="noopener"&gt;end-to-end example&lt;/A&gt;).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Follow DQL best practices&lt;/STRONG&gt; — always use &lt;CODE&gt;filter&lt;/CODE&gt;, set explicit timeframes, and consider &lt;CODE&gt;samplingRatio&lt;/CODE&gt; for exploratory queries (&lt;A href="https://docs.dynatrace.com/docs/shortlink/dql-best-practices" target="_blank" rel="noopener"&gt;best practices&lt;/A&gt;).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Disable auto-refresh&lt;/STRONG&gt; on dashboards that don't require real-time data — or switch to metric-based tiles for those use cases.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H2&gt;Additional resources&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/license/capabilities/events/dps-events-query" target="_blank" rel="noopener"&gt;Calculate your consumption of Events - Query (DPS)&lt;/A&gt; — docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/license/capabilities/events/dps-events-retain" target="_blank" rel="noopener"&gt;Calculate your consumption of Events - Retain (DPS)&lt;/A&gt; — docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/dql-best-practices" target="_blank" rel="noopener"&gt;DQL Best Practices&lt;/A&gt; — docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dynatrace.com/news/blog/the-value-of-business-events-how-it-can-increase-business-agility/" target="_blank" rel="noopener"&gt;The value of business events: How IT can increase business agility&lt;/A&gt; — blog&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dynatrace.com/news/blog/extract-metrics-from-business-events-to-increase-the-value-of-business-analytics/" target="_blank" rel="noopener"&gt;Extract metrics from business events to increase the value of Business Analytics&lt;/A&gt; — blog&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/cost-monitors" target="_blank" rel="noopener"&gt;How to use DPS cost monitors&lt;/A&gt; — docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/bo-use-case" target="_blank" rel="noopener"&gt;Business events end-to-end example&lt;/A&gt; — docs&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;The dashboard JSON is attached below. Import it into your environment and adjust the &lt;CODE&gt;Price&lt;/CODE&gt; variable to match your licensing model.&lt;/P&gt;
&lt;P&gt;Feedback, improvements, and suggestions are welcome — let's make this a community resource! &lt;span class="lia-unicode-emoji" title=":rocket:"&gt;🚀&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2026 07:13:03 GMT</pubDate>
    <dc:creator>tracegazer</dc:creator>
    <dc:date>2026-04-01T07:13:03Z</dc:date>
    <item>
      <title>📌 TIP#2: Business event query usage and costs — the missing dashboard</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/TIP-2-Business-event-query-usage-and-costs-the-missing-dashboard/m-p/297018#M1897</link>
      <description>&lt;!--   ============================================================
     Dynatrace Community Post — Dynatrace Tips
     Title: Business event query usage and costs
     Category: Dynatrace tips
     Suggested labels: business events, dql, dps, dashboards, cost management
     ============================================================   --&gt;
&lt;P&gt;If you've ever used the built-in &lt;STRONG&gt;"Log query usage and cost"&lt;/STRONG&gt; dashboard to track and optimize your log query spending, you probably noticed there is &lt;STRONG&gt;no equivalent dashboard for business events&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I looked for it everywhere — the Hub, the documentation, the Community — and the closest thing available is the generic &lt;A href="https://docs.dynatrace.com/docs/license/cost-allocation" target="_blank" rel="noopener"&gt;DPS Cost Allocation dashboard&lt;/A&gt;, which covers all capabilities but doesn't give you the granular, query-level detail you need to understand and optimize your &lt;CODE&gt;fetch bizevents&lt;/CODE&gt; spending.&lt;/P&gt;
&lt;P&gt;So I built one. Here it is.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2026-03-31 BizEvents query cost and usage.jpg" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32570i54C04956B13FAC84/image-size/large?v=v2&amp;amp;px=999" role="button" title="2026-03-31 BizEvents query cost and usage.jpg" alt="2026-03-31 BizEvents query cost and usage.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;What this dashboard covers&lt;/H2&gt;
&lt;P&gt;This dashboard mirrors the same approach as the log query usage dashboard, but focused entirely on business event queries. It includes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Query volume statistics, trends, and costs&lt;/STRONG&gt; — total GiB scanned, number of queries, and estimated cost over time.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Top 25 queries by billable volume&lt;/STRONG&gt; — identify the most expensive &lt;CODE&gt;fetch bizevents&lt;/CODE&gt; queries in your environment.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Event queries in Dashboards&lt;/STRONG&gt; — detect which dashboard tiles are running &lt;CODE&gt;fetch bizevents&lt;/CODE&gt; and how much they cost on reload.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Auto-refresh detection&lt;/STRONG&gt; — flag dashboards with bizevents queries set to auto-refresh every minute (a common cost driver).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Queries not following best practices&lt;/STRONG&gt; — find queries missing &lt;CODE&gt;filter&lt;/CODE&gt;, &lt;CODE&gt;scanLimit&lt;/CODE&gt;, &lt;CODE&gt;samplingRatio&lt;/CODE&gt;, or &lt;CODE&gt;limit&lt;/CODE&gt; with default timeframes, as described in the &lt;A href="https://docs.dynatrace.com/docs/shortlink/dql-best-practices" target="_blank" rel="noopener"&gt;DQL Best Practices&lt;/A&gt; documentation.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Bucket utilization&lt;/STRONG&gt; — validate your bizevents bucket segmentation strategy and identify optimization opportunities.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Detailed usage by Application and User&lt;/STRONG&gt; — drill down into who is querying what and how much it costs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H2&gt;How it works&lt;/H2&gt;
&lt;P&gt;The dashboard queries the &lt;CODE&gt;dt.system.events&lt;/CODE&gt; tables — specifically &lt;CODE&gt;BILLING_USAGE_EVENT&lt;/CODE&gt; and &lt;CODE&gt;QUERY_EXECUTION_EVENT&lt;/CODE&gt; records — to calculate usage and costs. This is the same data source used by the log query usage dashboard, filtered for business event activity.&lt;/P&gt;
&lt;P&gt;Access requires the &lt;CODE&gt;storage:system:read&lt;/CODE&gt; permission. See &lt;A href="https://docs.dynatrace.com/docs/shortlink/built-in-policies#access-to-data" target="_blank" rel="noopener"&gt;default access policies&lt;/A&gt; for details.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Pricing configuration&lt;/H2&gt;
&lt;P&gt;The dashboard includes a &lt;CODE&gt;Price&lt;/CODE&gt; variable that you can adjust to match your contract:&lt;/P&gt;
&lt;P&gt;Licensing model Price variable value Explanation&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="8"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Classic (DDUs)&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;1.70&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;DDU weight per GB for business event queries (&lt;A href="https://docs.dynatrace.com/docs/manage/monitoring-consumption-classic/davis-data-units/ddus-for-business-events" target="_blank" rel="noopener"&gt;docs&lt;/A&gt;)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;DPS&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;Your rate card value (default: &lt;CODE&gt;0.0035&lt;/CODE&gt; USD/GiB)&lt;/TD&gt;
&lt;TD&gt;Events - Query price from your rate card (&lt;A href="https://docs.dynatrace.com/docs/license/capabilities/events/dps-events-query" target="_blank" rel="noopener"&gt;docs&lt;/A&gt;)&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Consecutive or parallel DPS contracts can have different price points. The cost calculated in this dashboard might differ from the official cost shown in the &lt;A href="https://myaccount.dynatrace.com" target="_blank" rel="noopener"&gt;Account Management portal&lt;/A&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;H2&gt;Why this matters&lt;/H2&gt;
&lt;P&gt;As business events adoption grows — through OneAgent payload capture, RUM, the bizevents API, log extraction via OpenPipeline, or Workflows — the query volume against the &lt;CODE&gt;bizevents&lt;/CODE&gt; table can become a significant cost driver, especially when:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Dashboard tiles with &lt;CODE&gt;fetch bizevents&lt;/CODE&gt; auto-refresh every minute across multiple users.&lt;/LI&gt;
&lt;LI&gt;Queries scan large timeframes without proper &lt;CODE&gt;filter&lt;/CODE&gt; or &lt;CODE&gt;scanLimit&lt;/CODE&gt; constraints.&lt;/LI&gt;
&lt;LI&gt;All data sits in a single default bucket instead of being segmented by use case or retention needs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This dashboard helps you identify these patterns and take action before costs escalate.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Optimization tips&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Extract metrics from business events&lt;/STRONG&gt; via &lt;A href="https://docs.dynatrace.com/docs/observe/business-observability/bo-event-processing" target="_blank" rel="noopener"&gt;OpenPipeline&lt;/A&gt; — metric queries have no query cost and load faster on dashboards.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Segment data into dedicated buckets&lt;/STRONG&gt; — filtering by bucket improves query performance and reduces scanned data (&lt;A href="https://docs.dynatrace.com/docs/shortlink/bo-use-case" target="_blank" rel="noopener"&gt;end-to-end example&lt;/A&gt;).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Follow DQL best practices&lt;/STRONG&gt; — always use &lt;CODE&gt;filter&lt;/CODE&gt;, set explicit timeframes, and consider &lt;CODE&gt;samplingRatio&lt;/CODE&gt; for exploratory queries (&lt;A href="https://docs.dynatrace.com/docs/shortlink/dql-best-practices" target="_blank" rel="noopener"&gt;best practices&lt;/A&gt;).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Disable auto-refresh&lt;/STRONG&gt; on dashboards that don't require real-time data — or switch to metric-based tiles for those use cases.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H2&gt;Additional resources&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/license/capabilities/events/dps-events-query" target="_blank" rel="noopener"&gt;Calculate your consumption of Events - Query (DPS)&lt;/A&gt; — docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/license/capabilities/events/dps-events-retain" target="_blank" rel="noopener"&gt;Calculate your consumption of Events - Retain (DPS)&lt;/A&gt; — docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/dql-best-practices" target="_blank" rel="noopener"&gt;DQL Best Practices&lt;/A&gt; — docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dynatrace.com/news/blog/the-value-of-business-events-how-it-can-increase-business-agility/" target="_blank" rel="noopener"&gt;The value of business events: How IT can increase business agility&lt;/A&gt; — blog&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dynatrace.com/news/blog/extract-metrics-from-business-events-to-increase-the-value-of-business-analytics/" target="_blank" rel="noopener"&gt;Extract metrics from business events to increase the value of Business Analytics&lt;/A&gt; — blog&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/cost-monitors" target="_blank" rel="noopener"&gt;How to use DPS cost monitors&lt;/A&gt; — docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/bo-use-case" target="_blank" rel="noopener"&gt;Business events end-to-end example&lt;/A&gt; — docs&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;The dashboard JSON is attached below. Import it into your environment and adjust the &lt;CODE&gt;Price&lt;/CODE&gt; variable to match your licensing model.&lt;/P&gt;
&lt;P&gt;Feedback, improvements, and suggestions are welcome — let's make this a community resource! &lt;span class="lia-unicode-emoji" title=":rocket:"&gt;🚀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 07:13:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/TIP-2-Business-event-query-usage-and-costs-the-missing-dashboard/m-p/297018#M1897</guid>
      <dc:creator>tracegazer</dc:creator>
      <dc:date>2026-04-01T07:13:03Z</dc:date>
    </item>
  </channel>
</rss>

