Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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?
I've tryed with parameters this way:
1) create a param with the appInsight repo url:
appRepo = www.blablabla.com
2) in the advanced query editor, i've changed the row:
let Source = Json.Document(Web.Contents(" .... the url source ... ",
with
let Source = Json.Document(Web.Contents("&appRepo&",
..... but no luck!!! I receive an URI parse error!!!
Thanks
Solved! Go to Solution.
Hi @stefanik
Try this
appRepo ="www.blablabla.com"
let Source = Json.Document(Web.Contents( appRepo,
Hi @stefanik
Try this
appRepo ="www.blablabla.com"
let Source = Json.Document(Web.Contents( appRepo,
Hi Mariusz,
thanks a lot. This way seems to work!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 38 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 141 | |
| 105 | |
| 63 | |
| 36 | |
| 35 |