Grafana doesn't display logs from Azure Application Insights Analytics that have exactly the same timestamp

The problem, as stated in the topic, is that Grafana doesn’t display logs in a Table panel that have the same timestamp when using Azure Application Insights Analytics. For instance, if I have 2 logs with the same timestamp, only 1 will get displayed in the table, even if in Azure I can see 2 logs. Also, interestingly, if I use summarize(count) on a Singlestat panel, everything works fine and all the logs get counted. Is this intended behaviour and is there any kind of workaround to this?