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
Expose Power Query as a Standalone Runtime and Command-Line Interface (CLI)
Summary Power Query has evolved into one of Microsoft's most powerful data transformation technologies and is now used across Excel, Power BI, Fabric, Dataflows, Power Platform, and other products. ...juansgr_33 minutes agoNew MemberNew8Views0likes1CommentExpose User Prompt and Agent Response Logs for Fabric Data Agents
Idea: As an engineer responsible for managing and improving Microsoft Fabric Data Agents, I currently have no way to view how users are interacting with the agents I’ve built. While it’s likely that...JoshuaPitzer1 hour agoAdvocate INew1.2KViews26likes2CommentsImprove relationship visualisation in Model View for large semantic models.
When working with complex models containing many fact and dimension tables, relationship lines frequently cross and overlap, making lineage difficult to follow. A useful enhancement would be to allo...jcheeseaos2 hours agoNew MemberNew3Views0likes0CommentsEnable Export and Programmatic Access to Copilot Narrative Text
Copilot Narratives provide valuable AI-generated insights directly within Power BI reports. However, there is currently no straightforward way to export, copy, or programmatically retrieve the exact ...Mario_A_S_14 hours agoNew MemberNew23Views3likes0Comments