Forum Discussion
Getting "Failed to execute 'ariaNotify' on 'Document': Failed to read the 'priority' property from '
- Anonymous11 months ago
Hi PeterGoertz ,
Thanks for confirming. Since the flow runs fine after ignoring the design-time error, it’s indeed pointing more towards a front-end regression than a data issue. To help Microsoft prioritize a fix, I’d still recommend raising a support ticket and attaching your session ID. That way, the product team can trace the exact failure and speed up resolution.
Meanwhile, glad to hear your workflow is executing successfully in spite of the popup. Hopefully, the engineering team rolls out a quick patch soon.
Thanks,
Akhil.
I am getting the same issue as detailed below.Could you help please!
---------- Message ----------
Failed to execute 'ariaNotify' on 'Document': Failed to read the 'priority' property from 'AriaNotificationOptions': The provided value 'none' is not a valid enum value of type AriaNotifyPriority.
---------- Stack ----------
React.useCallback(()@webpack://node_modules/@fluentui/react-aria/lib/AriaLiveAnnouncer/useAriaNotifyAnnounce.js:21:23
announce()@webpack://@powerquery/monolith-ui/ClientShared/Scripts/Components/Dialog/DialogRenderer.tsx:33:45
---------- Session ID ----------
7a064a6a-bdb6-4cf5-b342-f2be20ffb917
---------- Mashup script ----------
[StagingDefinition = [Kind = "FastCopy"]]
section Section1;
shared SalesOrderDetail = let
Source = Parquet.Document(AzureStorage.DataLakeContents("https://datalake0610.dfs.core.windows.net/data/parquet/SalesOrderDetail.parquet")),
#"Removed other columns" = Table.SelectColumns(Source, {"OrderQty", "ProductID", "SalesOrderID", "SalesOrderDetailID"})
in
#"Removed other columns";
shared SalesOrderHeader = let
Source = Parquet.Document(AzureStorage.DataLakeContents("https://datalake0610.dfs.core.windows.net/data/parquet/SalesOrderHeader.parquet")),
#"Removed columns" = Table.RemoveColumns(Source, {"Status", "OnlineOrderFlag", "SalesOrderNumber"}),
#"Changed column type" = Table.TransformColumnTypes(#"Removed columns", {{"OrderDate", type date}}),
#"Removed columns 1" = Table.RemoveColumns(#"Changed column type", {"TotalDue"}),
#"Added custom" = Table.AddColumn(#"Removed columns 1", "TotalAmt", each [SubTotal]+[TaxAmt]+[Freight]),
#"Changed column type 1" = Table.TransformColumnTypes(#"Added custom", {{"TotalAmt", type number}})
in
#"Changed column type 1";
[DataDestinations = {[Definition = [Kind = "Reference", QueryName = "FactSales_DataDestination", IsNewTarget = false], Settings = [Kind = "Manual", AllowCreation = false, ColumnSettings = [Mappings = {[SourceColumnName = "SalesOrderID", DestinationColumnName = "SalesOrderID"], [SourceColumnName = "OrderDate", DestinationColumnName = "OrderDate"], [SourceColumnName = "CustomerID", DestinationColumnName = "CustomerID"], [SourceColumnName = "SalesPersonID", DestinationColumnName = "SalesPersonID"], [SourceColumnName = "TerritoryID", DestinationColumnName = "TerritoryID"], [SourceColumnName = "SubTotal", DestinationColumnName = "SubTotal"], [SourceColumnName = "TaxAmt", DestinationColumnName = "TaxAmt"], [SourceColumnName = "Freight", DestinationColumnName = "Freight"], [SourceColumnName = "TotalAmt", DestinationColumnName = "TotalAmt"], [SourceColumnName = "SalesOrderDetailID", DestinationColumnName = "SalesOrderDetailID"], [SourceColumnName = "OrderQty", DestinationColumnName = "OrderQty"], [SourceColumnName = "ProductID", DestinationColumnName = "ProductID"]}], DynamicSchema = false, UpdateMethod = [Kind = "Replace"], TypeSettings = [Kind = "Table"]]]}]
shared FactSales = let
Source = Table.NestedJoin(SalesOrderHeader, {"SalesOrderID"}, SalesOrderDetail, {"SalesOrderID"}, "SalesOrderDetail", JoinKind.LeftOuter),
#"Expanded SalesOrderDetail" = Table.ExpandTableColumn(Source, "SalesOrderDetail", {"OrderQty", "ProductID", "SalesOrderDetailID"}, {"OrderQty", "ProductID", "SalesOrderDetailID"})
in
#"Expanded SalesOrderDetail";
shared FactSales_DataDestination = let
Pattern = Fabric.Warehouse([HierarchicalNavigation = null, CreateNavigationProperties = false]),
Navigation_1 = Pattern{[workspaceId = "41518f36-d390-4d15-81f6-f17c3efa77d3"]}[Data],
Navigation_2 = Navigation_1{[warehouseId = "6a38ab53-f2e6-47b5-b1d7-d0b239f9e9db"]}[Data],
TableNavigation = Navigation_2{[Schema = "dbo", Item = "FactSales"]}[Data]
in
TableNavigation;
Good morning Edkokp24, as of today I'm getting the error still. But clicking cancel does nothing in my opinion. So for me this message is just an anoying dialog. I will raise this as a ticket at Microsoft. I just didn't find the time doing it. Sorry to all.
- Edkokp2411 months agoNew Member
Thanks PeterGoertz
I can still reproduce the issue on my side. The pop-up error appears after clicking the "Save Settings" button when choosing the destination settings in Power Query.
Session ID: 892fa393-a6b1-48f7-9bcc-4102a2eeda3c
Environment: app.fabric.microsoft.comSteps to reproduce:
Open Power Query in Microsoft Fabric
Choose Destination Settings
Click Save Settings
Observe the error pop-up