Forum Discussion
Syntax for Dynamic M query
Working with Kusto(KQL). Need syntax help there only, if you can provide any demo M query that selects a data from a Kusto table with a where clause of ids in "parameter".
Now this parameter should be such that it binds to a column of ids and I be able to add a slicer for these ids with multi-select and select all enabled.
Hi Shreenav,
You can take a look at the following link to use Value.Native Query() to achieve inline KQL query.
Notice: the query part are text values, you can also parameterize and spliced with power query parameters.
Regards,
Xiaoxin Sheng
- Shreenav2 years agoMicrosoft Employee
Followed this article but getting this error:
Expression.Error: Native queries aren't supported by this value.
Details:
[Table]- Anonymous2 years agoNot applicable
HI Shreenav,
Can you please share some more detail about these M queries that return the error messages?
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng