Skip to main content

Vote (0) Share
's profile image

on

Comments (0)
's profile image Profile Picture

Jacob Tully on 05 Feb 2025 17:30:05

RE:

This feature is a huge miss on the MS side of things. It's a very common user experience in other competitive products, and needs to be something that's available soon, especially since Fabric doesn't allow for explicit user permissions to prevent Contributors from accidentally deleting something like a lakehouse on accident. We can't hamstring our users into just using view only permissions, in fear of them deleting something for good.

's profile image Profile Picture

Sarbast Majeed on 05 Feb 2025 16:56:34

RE:

Hi Mukti, did you find a solution for this?I am facing the same with cash advance workflow, when trying to validate "An error has occurred. Exception occurred while executing action validate on Entity WorkflowWorkItem: The RefTableId (5077) must refer to either TrvExpTable (16365) or TrvExpTrans (20447). Exception has been thrown by the target of an invocation."

's profile image Profile Picture

Lasse Matthias on 05 Feb 2025 16:46:27

RE:

This is a much needed feature.

's profile image Profile Picture

Kimberley Selle on 05 Feb 2025 15:58:57

RE:

This is a great suggestion. I'm working on revising our permissions sets ahead of the security group enforcement at the end of this month and my users have personalizations that I'd like to copy to new profiles as well. It would be so much easier and less time consuming if I could just export an individuals personalizations and import them into the new profile. Or when we get a new users in a department, copy the personalizations to them.

's profile image Profile Picture

Mikael Algeroth on 05 Feb 2025 14:51:18

RE:

Without the same support on charges in FnO and CE it's very hard to convince customers to use CE fully in the sales process

's profile image Profile Picture

Jan van Vorstenbosch on 05 Feb 2025 13:36:03

RE:

It is ridiculous collapsing control is not a thing yet. You got my vote.

's profile image Profile Picture

Ruben Budding on 05 Feb 2025 12:40:06

RE:

This is a bug.The standard retention policy fails because no more than 10,000 records can be deleted at once when using the standard job queue. The codeunit 3997 - Retention Policy JQ expects a confirmation with a simple "yes" or "no." However, no user interaction is possible. I believe the issue can be resolved by removing the confirmation (See green) , allowing the job queue to automatically proceed with deleting the next 10,000 records.Please check the code of the codeunit:if Confirm(confirmRerunMsg, true, MaxNumberOfRecordsToDelete()) then ContinueWithRerun := true;

's profile image Profile Picture

Ruben Budding on 05 Feb 2025 12:38:53

RE:

This is a bug.The standard retention policy fails because no more than 10,000 records can be deleted at once when using the standard job queue. The codeunit 3997 - Retention Policy JQ expects a confirmation with a simple "yes" or "no." However, no user interaction is possible. I believe the issue can be resolved by removing the confirmation (See green) , allowing the job queue to automatically proceed with deleting the next 10,000 records.Please check the code of the codeunit:if Confirm(confirmRerunMsg, true, MaxNumberOfRecordsToDelete()) then ContinueWithRerun := true;

's profile image Profile Picture

marcus taylor on 05 Feb 2025 12:34:03

RE:

Amazed this isn't supported yet, dataflows are the worst thing to lose or not have control over.

's profile image Profile Picture

Daníel Hjörvar on 05 Feb 2025 12:22:52

RE:

The exportData method uses two parameters:exportDataType (optional), choose which data you like to export Summarized data or Underlying data.ExportDataType.Summarized, select this option if you want to export data for what you currently see in the visual.ExportDataType.Underlying, select this option if you want to export data for what you see in the visual plus additional data from the underlying dataset.If not provided the data will be exported Summarized. Power BI Team: Could you be so kind and add the third parameter ExportDataType.CurrentLayout as you already have this option when you click the three dots on the visual and select Export Data. Can you please expose the API for that? Thank you!