Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have set Sql92Conformance in Connector.pq as follows:
SqlCapabilities = [
PrepareStatements = true,
MaxParameters = 50,
Sql92Conformance = 2 /* SQL_SC_SQL92_ENTRY */,
GroupByCapabilities = 4 /* SQL_GB_NO_RELATION */,
FractionalSecondsScale = 3,
StringLiteralEscapeCharacters = { "\" },
SupportsTop = false,
SupportsNumericLiterals = true,
SupportsStringLiterals = true,
SupportsOdbcDateLiterals = true,
SupportsOdbcTimeLiterals = true,
SupportsOdbcTimestampLiterals = true
],
But got error report:
OdbcQuery/FoldingWarning {"Start":"2018-05-04T04:33:57.4744220Z","Action":"OdbcQuery/FoldingWarning","HostProcessId":"13960","ErrorMessage":"This ODBC driver doesn't set the Sql92Conformance feature. You can override it by using SqlCapabilities.","ProductVersion":"2.57.5068.721 (PBIDesktop)","ActivityId":"18619776-8959-40af-b74c-c9b87fd3ae69","Process":"Microsoft.Mashup.Container.NetFX40","Pid":17080,"Tid":1,"Duration":"00:00:00.0000066"}
Solved! Go to Solution.
Hi @QIAO,
Can you share your file? I tested it successfully with the demo here.
1. What's your data source?
2. Which mode did you use? Import or Direct Query?
Best Regards,
Dale
When I set Sql92Conformance = 8, it works.
User | Count |
---|---|
85 | |
82 | |
66 | |
52 | |
48 |
User | Count |
---|---|
100 | |
49 | |
42 | |
39 | |
38 |