power bi
19 TopicsFiltering and visualizing Kusto data in local time
Datetime values in Kusto (aka Azure Data Explorer/ADX/KQL database in Fabric) are assume to be in UTC time. In many cases users want to filter the data and see the results using their local time. This article compares different approaches to achieve this result and do it in an efficient way. The Kusto engine includes some new optimizations in this area but still caution is recommended. KQL examples that can be run on test data and are included also a paragraph and an example on how to implement in Power BI5.6KViews1like0CommentsUsing Query results cache in Azure Data Explorer (aka Kusto) from Power BI
Azure Data Explorer can maintain results of queries in cache and so shorten response times of subsequent queries and also save significant resources. From Power BI we can enable these caching options.4.4KViews3likes0CommentsUsing .show queries to understand and optimize the KQL sent from PBI to Kusto
You use Kusto /ADX / KQL databases in Fabric with Power BI. You want to see the queries send to the backend from PBI and try to optimize the behavior. This article includes a query starting with the ".show queries" command that can help you identify the queries that need your attention4.2KViews2likes0Comments