Forum Discussion
rumittal
7 years agoMicrosoft Employee
parameterised queries from Kusto
IS there a way to create parameterised queries from Kusto and render them into PowerBI ?
For example, I have a Kusto query that can run for multiple teams, I want to provide TEam option alongwith PowerBI dashboard so the Query can be executed at run time to get data for that team ?
3 Replies
- ArtakNew Member
I wonder if you got a solution for this?
- RothbardianMicrosoft Employee
This Best practices for using Power BI page provides a method of providing parameters in PowerBI for ad hoc Kusto queries.
I am doing the same thing right now, building a line chart visual of page views over an arbitrary time with arbitrary bins. #LivingTheDream
- TrevanBangsundMicrosoft Employee
Try Lens Explorer for KQL visuals. You could also store the queries in a Azure Devops Code Depo and then link that to the PowerBI.