Closed charlottew-star closed 3 years ago
Hi,
Can you post the error message you get when you click "Copy details"?
The error dialog you are seeing comes from Power BI, not from our visual. Are you using SSAS multidimensional cube as a data source?
Yes using SSAS multidimensional cube.
Feedback Type: Frown (Error)
Timestamp: 2020-11-10T18:25:39.2078839Z
Local Time: 2020-11-11T07:25:39.2078839+13:00
Session ID: d40cb1ad-74b9-4514-841d-9b2f3e89ec17
Release: October 2020
Product Version: 2.86.902.0 (20.10) (x64)
Error Message: Couldn't retrieve the data for this visual. Please try again later.
Stack Trace:
System.InvalidOperationException: Could not resolve Field Inverse_CM_Forecast_Amount from table 2
at Microsoft.DataShaping.Contract.FailCore(String msg)
at Microsoft.DataShaping.Processing.Reconciliation.ResultTableLookup.GetFieldIndex(String fieldId, Int32 tableIndex)
at Microsoft.DataShaping.Processing.Reconciliation.ExpressionReconciler.Visit(FieldValueExpressionNode node)
at Microsoft.DataShaping.Processing.Reconciliation.DataShapeDefinitionReconciler.Reconcile(Calculation calculation)
at Microsoft.DataShaping.Processing.Reconciliation.ReconciliationUtils.ReconcileWritable[TDSD,TRDSD](IList1 dsdItems, Func
2 reconcileFunc)
at Microsoft.DataShaping.Processing.Reconciliation.DataShapeDefinitionReconciler.Reconcile(DataIntersection intersection)
at Microsoft.DataShaping.Processing.Reconciliation.ReconciliationUtils.ReconcileWritable[TDSD,TRDSD](IList1 dsdItems, Func
2 reconcileFunc)
at Microsoft.DataShaping.Processing.Reconciliation.DataShapeDefinitionReconciler.Reconcile(DataMember member)
at Microsoft.DataShaping.Processing.Reconciliation.ReconciliationUtils.ReconcileWritable[TDSD,TRDSD](IList1 dsdItems, Func
2 reconcileFunc)
at Microsoft.DataShaping.Processing.Reconciliation.DataShapeDefinitionReconciler.Reconcile(DataMember member)
at Microsoft.DataShaping.Processing.Reconciliation.ReconciliationUtils.ReconcileWritable[TDSD,TRDSD](IList1 dsdItems, Func
2 reconcileFunc)
at Microsoft.DataShaping.Processing.Reconciliation.DataShapeDefinitionReconciler.Reconcile(DataMember member)
at Microsoft.DataShaping.Processing.Reconciliation.ReconciliationUtils.ReconcileWritable[TDSD,TRDSD](IList1 dsdItems, Func
2 reconcileFunc)
at Microsoft.DataShaping.Processing.Reconciliation.DataShapeDefinitionReconciler.Reconcile(DataShape dataShape)
at Microsoft.DataShaping.Processing.Reconciliation.DataShapeDefinitionReconciler.ReconcileInternal(DataShapeDefinition dsd)
at Microsoft.DataShaping.Processing.DataShapeProcessor.1 queries, HashSet
1 pendingQueriesToCancel, EngineDataModel engineDataModel)
Invocation Stack Trace:
at Microsoft.Mashup.Host.Document.ExceptionExtensions.GetCurrentInvocationStackTrace()
at Microsoft.Mashup.Client.UI.Shared.StackTraceInfo..ctor(String exceptionStackTrace, String invocationStackTrace, String exceptionMessage)
at Microsoft.PowerBI.Client.Windows.ErrorHostService.GetErrorDetails(ShowErrorDialogArgs args)
at Microsoft.PowerBI.Client.Windows.ErrorHostService.<>cDisplayClass3_1.
OS Version: Microsoft Windows NT 10.0.16299.0 (x64 en-US)
CLR Version: 4.7 or later [Release Number = 461814]
Peak Virtual Memory: 34.1 GB
Private Memory: 487 MB
Peak Working Set: 668 MB
IE Version: 11.2166.16299.0
User ID: e906f0c3-bc45-4135-8277-7dd2b074155e
Workbook Package Info: 1* - en-NZ, Query Groups: 0, fastCombine: Disabled, runBackgroundAnalysis: True.
Telemetry Enabled: True
AS Live Connection: True
Performance Trace Logs: --\AppData\Local\Microsoft\Power BI Desktop\PerformanceTraces.zip
Enabled Preview Features: PBI_NewWebTableInference PBI_v3ModelsPreview
Disabled Preview Features: PBI_shapeMapVisualEnabled PBI_SpanishLinguisticsEnabled PBI_JsonTableInference PBI_ImportTextByExample PBI_ExcelTableInference PBI_qnaLiveConnect PBI_dataSearchCuration PBI_azureMapVisual PBI_dataPointLassoSelect PBI_narrativeTextBox PBI_dynamicParameters
Disabled DirectQuery Options: TreatHanaAsRelationalSource
Cloud: GlobalCloud
DPI Scale: 100%
Supported Services: Power BI
Formulas:
section Section1;
The Power BI query engine for custom visuals has a bug and does not handle SSAS multidimensional cubes. We assume it's because they are not able to translate correctly from DAX to MDX, but we're not sure. We have reported the issue to Microsoft, but they have not fixed it yet.
Issue also #123 refers to the same problem. We're not sure, but a reason that Microsoft might not prioritize this issue is that they seem to deprecate SSAS MD as a supported data source in Power BI in favor of SSAS Tabular.
Ok thanks for the response
Hi, We have been using this for a while, but recently some visuals are showing an error. If I remove the value in columns the data displays and we have still been able to export the data from this visual (with column) so we know the data is loaded. Any ideas on this, I see version 3.0.4 is newer than the current version displayed on your site, not sure if this latest release has affected this.
Thanks