Closed sarabjeetsinghlenskart closed 1 year ago
Team, please help
Hi Team, please let us know if there is any update
@toddstoffel
@sarabjeetsinghlenskart
The stack trace points to your data as the source of the error.
By the look of the stack trace, it can be concluded that there is a gap in your data.
Carry out a comprehensive local test of your Power Query-based data manipulations in Power BI Desktop using the same data source:
Kindly note that you are using MariaDB ODBC Connector but not MariaDB Power BI Connector which is indicated by the DataSourcePath value of dsn=MariaDB_194
:
...
{
"code": "Microsoft.Data.Mashup.ValueError.DataSourcePath",
"detail": {
"type": 1,
"value": "dsn=MariaDB_194"
}
},
...
MariaDB Power BI Connector uses a different format for DataSourcePath.
You are welcome to switch to MariaDB Power BI Connector that has some extra features, like DirectQuery support, on top of the standard ODBC functionality.
Yes, we are using the ODBC driver because the PowerBI connector doesn’t support custom SQL and it was earlier suggested to move to the ODBC. Regarding the error, this error comes intermittently. Is there a way I can enable odbc logs and I can refer those once this error comes again. ?
we are facing issue in our Power BI refreshes from Power BI Service using the MariaDB ODBC Connector (3.1.18).
We are intermittently getting the below error message in our Power BI reports. Could you please help us understand and fix this issue?.
{ "error": { "code": "DM_GWPipeline_Gateway_MashupDataAccessError", "pbi.error": { "code": "DM_GWPipeline_Gateway_MashupDataAccessError", "parameters": {
} }