Forum Discussion
stefanik
Helper I
6 years agoVariables with blank kusto source
Hi all, i'm new to Power BI. I have a data source that is a Kusto query that extract data from an ApplicationInsight db. Is there a way to customize the AppInsight repo url inside the blank query? ...
Mariusz
Community Champion
6 years agoHi stefanik
Try this
appRepo ="www.blablabla.com"
let Source = Json.Document(Web.Contents( appRepo,
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
- stefanik6 years ago
Helper I
Hi Mariusz,
thanks a lot. This way seems to work!