Problem
Enterprise teams need to deploy Power BI/Fabric semantic models via CI/CD and set Snowflake credentials programmatically. Today, key pair (RSA) and robust OAuth setups can be configured interactively, but can’t be provisioned end-to-end through a supported public API in a way that enables fully automated, non-interactive deployments.
Missing feature
Extend the Power BI/Fabric REST APIs (connections/datasources/credentials) to support:
Key Pair authentication (ie Snowflake )
OAuth authentication (ie SharePoint) that works for automation (service principal / non-interactive flow), including a supported mechanism so scheduled refresh does not break due to short-lived tokens.
Why it matters
Enables real CI/CD for semantic models: create → bind → set credentials → schedule refresh, without manual portal steps.
Meets security requirements: eliminate stored passwords; align with modern MFA/SSO policies.
Reduces operational risk: repeatable deployments across Dev/Test/Prod, easier credential rotation.
Acceptance criteria
A documented REST contract to create/update Snowflake datasource credentials with credentialType: KeyPair (and required fields).
A documented REST contract for OAuth where refresh/scheduled refresh remains functional without manual re-auth.
Example use case
Deploy a new workspace + semantic model nightly from Git, then set Snowflake credentials automatically and run a refresh—no human sign-in, no passwords, no manual UI clicks.
Recent ideas
Allow Managed Private Endpoint to be disabled/enabled per notebook
Could notebooks have an option to use or not use the workspace's Managed Private Endpoint (MPE)? MPE can significantly increase notebook startup time, even for notebooks that don't need private conn...frithjof_v7 hours agoCommunity ChampionNew20Views1like0CommentsJustification Prompts When Downgrading or Removing Sensitivity Labels in Power BI Desktop
Description Currently, organizations can configure Microsoft Purview sensitivity label policies to require users to provide a justification when removing a label or lowering its classification. T...vvargasv23 hours agoMicrosoft EmployeeNew12Views0likes0CommentsMatrix: column totals as a bar chart docked to the edge
What's missing Data bars already work on the Total row and column through conditional formatting, so row totals can be read as length. Column totals cannot: they render as a horizontal bar inside a ...Sayurivalente1 day agoRegular VisitorNew79Views6likes1Comment