Forum Discussion
Anonymous
7 years agoNot applicable
Escape character for SAP BW connector?
Does anyone know if there is a way to incorporate an escape character in the SAP BW Connector? Someone in my company long ago had the brilliance to use the "/" character in a Logon Group and I haven...
Aron_Moore
Solution Specialist
7 years agoCould you try to do it in the query editor? Pass 'A/P' as a parameter in the connection function?
https://docs.microsoft.com/en-us/powerquery-m/sapbusinesswarehouse-cubes
Anonymous
7 years agoNot applicable
Not really.... The component of the connection that's breaking down is that the Group's name has a forward slash / in its string, which breaks the syntax of the connection URL because it interprets the / as defining a new subdirectory. The only component of the connection that can be parameterized in Power Query is the FQDN of the server (e.g. foo.bar.com)