Forum Discussion
Consistent Compatability Levels SSAS & PBI Versions
Thanks for the suggestion. I get the error below.
---------------------------
Error occured during deployment
---------------------------
The JSON DDL request failed with the following error: Unrecognized JSON property: sourceQueryCulture. Check path 'model.sourceQueryCulture', line 14, position 30..
---------------------------
OK
---------------------------
{
"create": {
"database": {
"name": "TEST",
"compatibilityLevel": 1520,
"model": {
"culture": "en-US",
"dataAccessOptions": {
"legacyRedirects": true,
"returnErrorValuesAsNull": true,
"fastCombine": true
},
"defaultPowerBIDataSourceVersion": "powerBI_V3",
"sourceQueryCulture": "en-US",
"tables": [
{
- OlapOffice6 years agoHelper II
Unfortunately that did not work. I have tried different combinations to no avail.
- mwegener6 years agoMost Valuable Professional
Hi OlapOffice ,
maybe they can be helped directly here.
https://github.com/otykier/TabularEditor/issues/163
- OlapOffice6 years agoHelper II
Thanks for all your help. I will try there.