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.
Hello,
We have bunch of reports connect to various gateways to connect to different data sources. We map underlying semantic models/datasets (in multiple workspaces) to various gateways (for import/direct query). I am wondering if there is an easy way to list which reports/semantic models use/connect to what gateways, kind of lineage. Appreciate any inputs.
Best Regards
Solved! Go to Solution.
We have bunch of reports connect to various gateways
Reports do not connect to gateways.
Hello,
My team is looking for the same, trying to identify all "Offline" gateway connections and if they're being used anywhere within workspaces/semantic models. Has anyone figured out a way how to see a lineage or mapping for Gateway data source -->Semantic Models?
Thanks in advance!
The API call is your best option.
The problem I'm running into is the 200 request limit. Here's what I'm going with this approach.
1. Get all Active workspaces
2. Loop through all Workspaces for datasets
3. Another Loop through all datasets where isOnPremGatewayRequired is True
4. Capture workspace, dataset, gateway datasource info etc., write back to csv
5. I have to include a "Wait" command in the PowerShell script an hour since the first call was made.
I will keep you guys posted! I'm just surprised MSFT did not make any of this easy to trace from gateway connections to semantic models for Governance and Administration perspective.
Thanks!
-Pawan
We have bunch of reports connect to various gateways
Reports do not connect to gateways.
Thanks @Ibendlin.
I don't mean reports directly connect to gateway, just trying to give the context that there are lot of reports. I think may have to loop through all workspaces & datasets etc., will try this.
Thanks again.
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |