Forum Discussion
dgelfand
6 years agoNew Member
Trouble modifying Incremental Refresh Effective Date through XMLA
I'm trying to modify the Effective Date of an Incremental Refresh in SSMS using the XMLA endpoint as referenced here: https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh#xml...
dgelfand
6 years agoNew Member
The error was caused by the M generated by the Navigation step using the Snowflake connector.
Example:
Schema = Database{[Name="Fact",Kind="Schema"]}[Data]
The quotes around "Fact" seem to be triggering the error even though they are escaped. I ended up resolving this by switching from the Snowflake connector to an ODBC connection. Any suggestions on how to handle this while using the Snowflake connector?