Skip to content

Commit a24bafe

Browse files
authored
Updated doc
1 parent 8befbf8 commit a24bafe

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,31 @@ This is a sample of the simulator configuration file.
7272
{
7373
"name": "StoreKey",
7474
"type": "List",
75-
"allowedValues": [550,999999,400,210,585,605,230,620,190,465,180,420,290,670,300,80,510,590,610,430,440,450,35,200,540,170,90,650,380,50,240,570,100,220,270,370,560,500,490,360,330,630,140,470,10,255,660,340,310,40,130,530,390,160,410,480,320,260,74,60,150,120,72,280,20,250,350,460,580,520,110,30,70,600]
75+
"allowedValues": [550,999999,400,210,585,605,230,620,190,465,180,580,520,110,30,70,600]
7676
}
7777
]
7878
}
7979
]
8080
}
8181
```
82+
83+
## PbiPushTools
84+
The PbiPushTools command-line tool supports the following commands:
85+
* **clear**: Clear all the tables of a Push Dataset. Corresponds to the `Clear-PushDataset` verb of the PowerShell cmdlet.
86+
* **check**: Validate the model for a Push Dataset. Corresponds to the `Confirm-PushDataset` verb of the PowerShell cmdlet.
87+
* **generate**: Generate a model compatible with a Push Dataset. Corresponds to the `New-PushDataset` verb of the PowerShell cmdlet.
88+
* **publish**: Publish model as a Push Dataset. Corresponds to the `Publish-PushDataset` verb of the PowerShell cmdlet.
89+
* **alter**: Alter model published as a Push Dataset. Corresponds to the `Set-PushDataset` verb of the PowerShell cmdlet.
90+
* **refresh**: Refresh a Push Dataset executing specified DAX queries. Corresponds to the `Update-PushDataset` verb of the PowerShell cmdlet.
91+
* **simulate**: Simulate real-time updates to Push Dataset. Corresponds to the `Enter-PushDataset` verb of the PowerShell cmdlet.
92+
Use `PbiPushTools.exe -?` to get help and usage information. Add the command to get information about the parameters of each command. For example, `PbiPushTools.exe -? publish` shows the arguments for the publish command.
93+
94+
## Sqlbi.PbiPushTools
95+
The PowerShell cmdlet supports the following verbs:
96+
* **Clear-PushDataset**: Clear all the tables of a Push Dataset.
97+
* **Confirm-PushDataset**: Validate the model for a Push Dataset.
98+
* **Enter-PushDataset**: Simulate real-time updates to Push Dataset.
99+
* **New-PushDataset**: Generate a model compatible with a Push Dataset.
100+
* **Publish-PushDataset**: Publish model as a Push Dataset.
101+
* **Set-PushDataset**: Alter model published as a Push Dataset.
102+
* **Update-PushDataset**: Refresh a Push Dataset executing specified DAX queries.

0 commit comments

Comments
 (0)