error code
2 TopicsGateway Mashup Data Access Error
Hi, I am trying to refresh my data that is connected to a microsoft access database through a gateway. When I click refresh, I receive the error message below: {"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"Unspecified error"}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.ValueError.Detail","detail":{"type":1,"value":"Bluesheet be.accdb"}},{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"DataFormat.Error"}}],"exceptionCulprit":1}}} Table: tblErrorCodes. Any help would be greatly appreciated!1.5KViews0likes2CommentsDateAdd Alternative for Function retrieving a Date, and Making a new Date
Hey Community! I am getting an error from my calculated column when I try to filter it due to using DateAdd, how can I resolve this? Column in Questions Week LY = CALCULATE( Sum(DayfileSummary[NetSales]), DATEADD(DayfileSummary[DF_BusinessDay],-1,YEAR)) Feedback Type: Frown (Error) Timestamp: 2022-09-07T13:21:26.7914320Z Local Time: 2022-09-07T07:21:26.7914320-06:00 Session ID: ddb48463-8f74-4fbf-9f1e-03d7e0d1b5ed Release: April 2022 Product Version: 2.104.941.0 (22.04) (x86) Error Message: MdxScript(Model) (6, 21) Calculation error in measure 'DayfileSummary'[Week LY]: Function 'DATEADD' expects a contiguous selection when the date column is not unique, has gaps or it contains time portion. OS Version: Microsoft Windows NT 10.0.17763.0 (x64 en-US) CLR Version: 4.7 or later [Release Number = 528049] Peak Virtual Memory: 1.71 GB Private Memory: 459 MB Peak Working Set: 689 MB IE Version: 11.1790.17763.0 User ID: 25db3681-a0a4-4acc-8351-11cdf00e505d Workbook Package Info: 1* - en-US, Query Groups: 0, fastCombine: Disabled, runBackgroundAnalysis: True. Telemetry Enabled: True Snapshot Trace Logs: C:\Users\administrator.PDCORP\AppData\Local\Microsoft\Power BI Desktop\FrownSnapShote7f92045-e52e-4e33-9707-66437e26a6de.zip Model Default Mode: Import Model Version: PowerBI_V3 Performance Trace Logs: C:\Users\administrator.PDCORP\AppData\Local\Microsoft\Power BI Desktop\PerformanceTraces.zip Enabled Preview Features: PBI_enableWebView2 PBI_mobileAuthoringFormattingUI PBI_useModernFormatPane PBI_sparklines Disabled Preview Features: PBI_shapeMapVisualEnabled PBI_SpanishLinguisticsEnabled PBI_qnaLiveConnect PBI_azureMapVisual PBI_dataPointLassoSelect PBI_compositeModelsOverAS PBI_enhancedTooltips PQ_WebView2Connector PBI_scorecardVisual PBI_lineChartError Disabled DirectQuery Options: TreatHanaAsRelationalSource Cloud: GlobalCloud DPI Scale: 100% Supported Services: Power BI Formulas: section Section1; shared DayfileSummary = let Source = Sql.Databases("pdc-pos1\speedlink"), SpeedlinkDB = Source{[Name="SpeedlinkDB"]}[Data], dbo_DayfileSummary = SpeedlinkDB{[Schema="dbo",Item="DayfileSummary"]}[Data] in dbo_DayfileSummary; shared ItemSummary = let Source = Sql.Databases("pdc-pos1\speedlink"), SpeedlinkDB = Source{[Name="SpeedlinkDB"]}[Data], dbo_ItemSummary = SpeedlinkDB{[Schema="dbo",Item="ItemSummary"]}[Data] in dbo_ItemSummary; shared Payments = let Source = Sql.Databases("pdc-pos1\speedlink"), SpeedlinkDB = Source{[Name="SpeedlinkDB"]}[Data], dbo_Payments = SpeedlinkDB{[Schema="dbo",Item="Payments"]}[Data] in dbo_Payments; shared AccountDetail = let Source = Sql.Databases("pdc-pos1\speedlink"), SpeedlinkDB = Source{[Name="SpeedlinkDB"]}[Data], dbo_AccountDetail = SpeedlinkDB{[Schema="dbo",Item="AccountDetail"]}[Data], #"Removed Columns" = Table.RemoveColumns(dbo_AccountDetail,{"TicketSeq", "SessionID", "TicketID", "ReverseTransID", "ForeignAmount", "TransType", "TransData", "GroupingTransID", "TenderGroupName"}) in #"Removed Columns";Solved8.5KViews0likes5Comments