Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add domain workspace support #52

Open
ViValentin opened this issue May 3, 2024 · 3 comments
Open

Add domain workspace support #52

ViValentin opened this issue May 3, 2024 · 3 comments

Comments

@ViValentin
Copy link

Hello Rui,
PBI Monitor is a great solution !!!
There is a new setting on Worksplace since few month: Domain.
It could be great to integrate this setting within the data you retrieve from PowerBI workspaces informations and then update the report to be able to filter it on Domain so that can provide access to this report to domain owners and they will see only information linked to their scope.
It can be also used for governance setup by identifying all workspace without domain setup.

@crigonijr
Copy link

This is something I was also looking for last week.

@WillCisler
Copy link
Collaborator

Writing to say I've seen this post. To achieve this requires two edits. Documenting requirements now so that I can schedule it in but May is bonkers.

  1. edit the PBIT file to unpack the domain id which should appear in new scans
  2. a new function to fetch Domains from Domains - List Domains

{
"workspaces": [
{
"id": "12b8429f-aab1-426c-a97b-dd67ac7b8546",
"name": "WS",
"description": "...",
"type": "Workspace",
"state": "Active",
"isOnDedicatedCapacity": true,
"capacityId": "00000000-0000-0000-0000-000000000000",
"defaultDatasetStorageFormat": "Small",
"domainId": "00000000-0000-0000-0000-000000000000",
"Environment": [

@DavidEstape
Copy link

You also have to take in account that domains can have subdomains, so the json output needs to be parsed to create a proper hierarchy.

Not sure how many nested subdomains can be created in the tenant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants