From 55d602a0a6eedcd1d099f89ca1b56e9c0b44bcb9 Mon Sep 17 00:00:00 2001 From: Christian Wade Date: Tue, 5 Feb 2019 10:08:09 -0800 Subject: [PATCH] Update README.md --- SetUpAggs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SetUpAggs/README.md b/SetUpAggs/README.md index d03d25e..0d38565 100644 --- a/SetUpAggs/README.md +++ b/SetUpAggs/README.md @@ -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