tony_valentine1
9 years agoNew Member
Status:
Needs Votes
Manage Gateway Username (UPN) Mappings through REST API
The "Map user names" functionality was a big help to us, but ideally we would be able to manage it from the REST API.
3 Comments
- sreinmanAdvocate IWe have many users that want to connect to our SSAS but we do not want to put them on our local domain controller. We only want them to have Azure AD. In order to give them access to the cubes and apply permissions properly, we need to use CUSTOMDATA () . The "Map User Names" feature seems to do what we need but we have a few issues with it. (A) It requires all the usernames to be entered manually into each gateway connection. This is a lot of manual work. Being able to do this from the REST API would really help us streamline this process as mentioned above by Tony. (B) The mapping seems to take only the first rule that applies. I'm not sure if this is by design. The documentation doesn't explain it. We would like to be able to apply multiple rules to the same username so that we can map it to multiple permissions (e.g. location, department etc.)
- fbcideas_migusrNew MemberStatus added:Needs Votes
- Marcin_KoperskiNew MemberYou can try to use this undocumented API: $requestBody = @" { "datasourceName":null, "datasourceAnnotation":"{\"dataSourceAnnotationUPNMapping\":{\"connectionStringPropertyName\":1,\"mappingRules\":[]}}", "singleSignOnType":null, "allowDatasourceThroughGateway":null } "@ Invoke-PowerBIRestMethod -Method Patch -Version "v2.0" -Url "me/gatewayClusters/$($DataGateway.Id)/datasources/$($DataSource.Id)" -Body $requestBody
Recent ideas
Provide a Read-Only / Source-Safe Mode for Schema Shortcuts in Lakehouse
Schema Shortcuts provide a much better management experience than individual Table Shortcuts because they preserve the source schema structure and allow multiple tables to be onboarded at once. Howev...Junghyoen2 hours agoMicrosoft EmployeeNew21Views8likes0CommentsAccess Variable Library in Semantic Models
Enable the Variable Library as a centralized location for storing all environment‑specific variables, allowing us to adjust them for promotion scenarios (e.g., from dev to prod) without relying on de...FreddyH13 hours agoAdvocate IINew920Views31likes2CommentsEnhance Fabric Pipeline Monitoring with Parent-Child Pipeline Lineage and Parameter Visibility
Currently, Microsoft Fabric Pipeline monitoring lacks several capabilities that are available in Azure Data Factory, making troubleshooting and operational support challenging in enterprise environme...dwramreddy13 hours agoRegular VisitorNew8Views0likes0CommentsDynamic ADLS-Gen2 path input for Spark Jobs Main definition file
I would like the ability to add a dynamic input box on a spark job definition's "Main Definition File" "ADLS-Gen2 path". this would be useful to set base and variable paths across all spark jobs...mfink_db18 hours agoNew MemberNew238Views2likes2CommentsReintroduce Tenant/Capacity Switch to Control "Users can create Plan items" Post-GA
During the Preview phase of Fabric Plan items, administrators had access to a dedicated tenant/capacity setting: "Users can create Plan items". With General Availability (GA), this granular administr...Sri-Surendra_Ku21 hours agoNew MemberNew106Views14likes1Comment