Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi experts,
I am trying to connect to a Log Analytics workspace and getting the data in Power BI.
The below query works perfectly when I am connecting to a workspace.
json.Document(Web.Contents("https://api.loganalytics.io/v1/workspaces/workspacename"
I want to pull data from all the workspaces, for now I am pulling it by creating multipe queiries in PBI.
Is it possible to pull data from all the workspaces using single connection query?
Hi @Anonymous
Based on your description, you can refet to the follwing link. You can consider to use kusto.
Using Power BI to Query Log Analytics - Simple Talk (red-gate.com)
And you can also refet to the following link
Querying multiple Log analytics workspace at once. - Microsoft Community Hub
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.