This commit is contained in:
Christian Wade 2019-02-05 10:08:09 -08:00 коммит произвёл GitHub
Родитель 4b586e40f8
Коммит 55d602a0a6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ This utility is designed to assist in updating a Power BI dataset to utilize the
It will upgrade the model to Compatibility Level 1465, this change is not reversible via this utility. The utility will only update the metadata of tables listed in the configuration file, but it will both add and remove Aggregation column definitions, so that the model metadata will match the configuration file. Partition mode changes will be applied to all the partitions defined on the table.
## Example Usage
SetUpAggs.exe apply -Server asazure://server/instance -ConfigFile AggsConfig.json
SetUpAggs.exe apply -Server [PowerBI workspace URL] -ConfigFile AggsConfig.json
## Steps
* Parse command line arguments, show basic help