<?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: New Dashboard - donut/PieChart in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/New-Dashboards-donut-PieChart-split-by-values/m-p/249929#M4084</link>
    <description>&lt;P&gt;The pie chart is only going to allow you to use one dimension as the splitter,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eric_Yu_2-1720114085385.png" style="width: 808px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20962i340D6F89151E1733/image-dimensions/808x481?v=v2" width="808" height="481" role="button" title="Eric_Yu_2-1720114085385.png" alt="Eric_Yu_2-1720114085385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you want to split it by a combination of those values, you'd have to concatenate those values beforehand and use that new field as the new splitter for your summarization:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch logs
| filter isNotNull(cloud.provider)
| fields cloud.provider, loglevel, splitter=concat(cloud.provider, " | ", loglevel)
| summarize count(), by:{splitter}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eric_Yu_3-1720114187823.png" style="width: 846px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20963iF7C226B3243A98AE/image-dimensions/846x478?v=v2" width="846" height="478" role="button" title="Eric_Yu_3-1720114187823.png" alt="Eric_Yu_3-1720114187823.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2024 17:33:31 GMT</pubDate>
    <dc:creator>Eric_Yu</dc:creator>
    <dc:date>2024-07-04T17:33:31Z</dc:date>
    <item>
      <title>New Dashboards - donut/PieChart split by values</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/New-Dashboards-donut-PieChart-split-by-values/m-p/249907#M4083</link>
      <description>&lt;P&gt;Afternoon community!&lt;BR /&gt;&lt;BR /&gt;I have a DQL query which is giving the health status of specific type of message:&lt;BR /&gt;&lt;BR /&gt;fetch logs, from: $dt_timeframe_from, to: $dt_timeframe_to, scanLimitGBytes: 1&lt;BR /&gt;| filter dt.system.bucket == "sap_cpi_p1_7d" and matchesValue(integration_artifact_name, "&lt;FONT face="arial black,avant garde" color="#FF6600"&gt;SalesOrderSimulate&lt;/FONT&gt;") and matchesPhrase(custom_headers, "D365")&lt;BR /&gt;| summarize count(), by:{custom_status}&lt;BR /&gt;&lt;BR /&gt;The query summarize the data in order to get a PIE chart of custom_status per artifact name&amp;nbsp; "&lt;FONT face="arial black,avant garde" color="#FF6600"&gt;SalesOrderSimulate&lt;/FONT&gt;" (in dashboard new):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="y_buccellato_0-1720090499872.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20954iE9D584249447536D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="y_buccellato_0-1720090499872.png" alt="y_buccellato_0-1720090499872.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Now I have multiple&amp;nbsp;artifact_name and multiple custom_status. Is it possible to have a donut/pie chart splitted by this combinations of values?&lt;BR /&gt;&lt;BR /&gt;like*&lt;BR /&gt;&lt;FONT face="arial black,avant garde" color="#FF6600"&gt;SalesOrderSimulate &lt;FONT color="#000000"&gt;|&lt;/FONT&gt;&amp;nbsp;&lt;FONT color="#000000"&gt;Complete&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;SalesOrderSimulate &lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Failed&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CRUD | Complete&lt;BR /&gt;CRUD | Failed&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;etc...&lt;BR /&gt;&lt;BR /&gt;Thank for your support here&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 07:05:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/New-Dashboards-donut-PieChart-split-by-values/m-p/249907#M4083</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2024-07-08T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: New Dashboard - donut/PieChart</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/New-Dashboards-donut-PieChart-split-by-values/m-p/249929#M4084</link>
      <description>&lt;P&gt;The pie chart is only going to allow you to use one dimension as the splitter,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eric_Yu_2-1720114085385.png" style="width: 808px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20962i340D6F89151E1733/image-dimensions/808x481?v=v2" width="808" height="481" role="button" title="Eric_Yu_2-1720114085385.png" alt="Eric_Yu_2-1720114085385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you want to split it by a combination of those values, you'd have to concatenate those values beforehand and use that new field as the new splitter for your summarization:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch logs
| filter isNotNull(cloud.provider)
| fields cloud.provider, loglevel, splitter=concat(cloud.provider, " | ", loglevel)
| summarize count(), by:{splitter}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eric_Yu_3-1720114187823.png" style="width: 846px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20963iF7C226B3243A98AE/image-dimensions/846x478?v=v2" width="846" height="478" role="button" title="Eric_Yu_3-1720114187823.png" alt="Eric_Yu_3-1720114187823.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 17:33:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/New-Dashboards-donut-PieChart-split-by-values/m-p/249929#M4084</guid>
      <dc:creator>Eric_Yu</dc:creator>
      <dc:date>2024-07-04T17:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: New Dashboard - donut/PieChart</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/New-Dashboards-donut-PieChart-split-by-values/m-p/249953#M4085</link>
      <description>&lt;P&gt;It works. Thank you for providing clarity on this matter!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 06:56:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/New-Dashboards-donut-PieChart-split-by-values/m-p/249953#M4085</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2024-07-05T06:56:57Z</dc:date>
    </item>
  </channel>
</rss>

