Thans for collating this, it's a shame it's a bit lost in the ideas forum, but I found it :)
My main comment is the last point:
- Incorportate version control and undo/redo functionality
For version control - the critical thing here for me is rather than having this incorporated directly in the UI, instead concentrate on making true version control possible.
- version control is more than simply going back to an old version (although of course simple undo in the UI is essential)
- the real power of version control is the ability to see differences and merge changes across versions.
- the standard way to enable this is to ensure there is an underlying representation as text that has had some though applied to make it possible to merge. Think code + git.
So can I ask that there is some collaboration with the bookmark changes along with the team that is looking at the report-definition equivalent of TMDL.
Currently the report serialization is incredibly granular and verbose, and is impossible to diff+merge.
My key improvements would be:
- One json file per bookmark
- ReportSection ID can be set by user and remains stable
- Visual containers ID can be set by user and remains stable
- A readable DSL grammar for expressions (), rather than a json serializatin of an AST.
If there's a place where this is being discussed in more detail, I'd love to contribute.
Recent ideas
Make Copilot Approval status for semantic model available through API
In recent versions fabric allowed to mark a semantic model as approved for copilot to reduce AI adoption friction. However there is no specific way for external governance application to analyse whi...FrançoisD10 minutes agoFrequent VisitorNew1View0likes0CommentsClone a workspace, including its data, to a new workspace
Description: Today there's no way to fully clone a Fabric workspace: git sync and Deployment Pipelines move item definitions only, not the underlying data; Warehouse's zero-copy CREATE TABLE ... AS ...gclements1 hour agoHelper IINew6Views1like0CommentsAllow NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara6 hours agoNew MemberNew7Views0likes0CommentsSupport Synonyms in Fabric Warehouse
Microsoft SQL Server has a very powerful feature by the way of "synonyms." It allows users and DBAs to do all sorts of powerful magic such as rewiring objects under the hood (e.g. run the code agains...matthias-bi10 hours agoRegular VisitorNew1.3KViews18likes2CommentsExpose Refresh Warnings and Informational Messages via Notifications and API
When a Power BI semantic model refresh completes successfully, the status shows Completed, even when the refresh details contain warnings or informational messages that require attention. Please pro...Jashwanth_K12 hours agoMicrosoft EmployeeNew27Views7likes0Comments