<?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: Issues rendering kql query in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Issues-rendering-kql-query/m-p/3925408#M52602</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/743733"&gt;@pareshmotiwala&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;x-axis field should be a datetime, Y-axis should be&amp;nbsp;numeric&amp;nbsp;values. Is &lt;STRONG&gt;ingestion_time()&lt;/STRONG&gt; a datetime type column? You can refer the following codes to generate a time chart, please find the details in the following official documentation:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/visualization-timechart?pivots=azuredataexplorer" target="_blank"&gt;Time chart visualization - Azure Data Explorer &amp;amp; Real-Time Analytics | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;StormEvents
| where StartTime between (datetime(2007-01-01) .. datetime(2007-12-31)) 
    and DamageCrops &amp;gt; 0
| summarize EventCount = count() by bin(StartTime, 2h)
| render timechart
    with (
    title="Crop damage over time",
    xtitle="Date",
    ytitle="Crop damage",
    legend=hidden
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1715911869395.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1099954iF018E4CC7E34CE25/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1715911869395.png" alt="vyiruanmsft_0-1715911869395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 02:11:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-05-17T02:11:26Z</dc:date>
    <item>
      <title>Issues rendering kql query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Issues-rendering-kql-query/m-p/3925103#M52597</link>
      <description>&lt;P&gt;Hi folks&lt;/P&gt;&lt;P&gt;I am extremely new to KQL and fabric.&lt;/P&gt;&lt;P&gt;I am following&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-analytics/kusto-query-set?tabs=kql-database" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/real-time-analytics/kusto-query-set?tabs=kql-database&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I ingested the Storms CSV into a new table as recommended by them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see the data but when I run their query&lt;/P&gt;&lt;P&gt;NewTableDemo&lt;/P&gt;&lt;P&gt;|Summarize count() by bin(ingestion_time(), 2h) -- I tried 800 hours as well.&lt;/P&gt;&lt;P&gt;| render timechart --The time chart doesn't work as demonstrated in their page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help please?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paresh&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 22:00:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Issues-rendering-kql-query/m-p/3925103#M52597</guid>
      <dc:creator>pareshmotiwala</dc:creator>
      <dc:date>2024-05-16T22:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issues rendering kql query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Issues-rendering-kql-query/m-p/3925408#M52602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/743733"&gt;@pareshmotiwala&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;x-axis field should be a datetime, Y-axis should be&amp;nbsp;numeric&amp;nbsp;values. Is &lt;STRONG&gt;ingestion_time()&lt;/STRONG&gt; a datetime type column? You can refer the following codes to generate a time chart, please find the details in the following official documentation:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/visualization-timechart?pivots=azuredataexplorer" target="_blank"&gt;Time chart visualization - Azure Data Explorer &amp;amp; Real-Time Analytics | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;StormEvents
| where StartTime between (datetime(2007-01-01) .. datetime(2007-12-31)) 
    and DamageCrops &amp;gt; 0
| summarize EventCount = count() by bin(StartTime, 2h)
| render timechart
    with (
    title="Crop damage over time",
    xtitle="Date",
    ytitle="Crop damage",
    legend=hidden
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1715911869395.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1099954iF018E4CC7E34CE25/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1715911869395.png" alt="vyiruanmsft_0-1715911869395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 02:11:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Issues-rendering-kql-query/m-p/3925408#M52602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-17T02:11:26Z</dc:date>
    </item>
  </channel>
</rss>

