Skip to content

Commit ecbdd60

Browse files
authored
Dashboard upgrade (#192)
## Purpose Updates to docs quickstarts ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Documentation content changes [ ] Other... Please describe: ```
1 parent 5d290ae commit ecbdd60

2 files changed

Lines changed: 32 additions & 11 deletions

File tree

samples/dashboard/dashboard-AIOquickstart.json

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "https://pbiadx.powerbi.com/static/d/schema/54/dashboard.json",
2+
"$schema": "https://pbiadx.powerbi.com/static/d/schema/74/dashboard.json",
33
"id": "a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1",
44
"eTag": "\"A1bC2dE3fH4iJ5kL6mN7oP8qR9sT0u\"",
5-
"schema_version": "54",
5+
"schema_version": 74,
66
"title": "AIOquickstart",
77
"tiles": [
88
{
@@ -46,7 +46,15 @@
4646
"crossFilterDisabled": false,
4747
"drillthroughDisabled": false,
4848
"crossFilter": [],
49-
"drillthrough": []
49+
"drillthrough": [],
50+
"selectedDataOnLoad": {
51+
"all": true,
52+
"limit": 10
53+
},
54+
"dataPointsTooltip": {
55+
"all": false,
56+
"limit": 1
57+
}
5058
}
5159
},
5260
{
@@ -69,7 +77,6 @@
6977
"multiStat__textSize": "auto",
7078
"multiStat__valueColumn": null,
7179
"colorRulesDisabled": false,
72-
"colorStyle": "light",
7380
"colorRules": [
7481
{
7582
"id": "d3d3d3d3-eeee-ffff-aaaa-b4b4b4b4b4b4",
@@ -137,7 +144,15 @@
137144
"crossFilterDisabled": false,
138145
"drillthroughDisabled": false,
139146
"crossFilter": [],
140-
"drillthrough": []
147+
"drillthrough": [],
148+
"selectedDataOnLoad": {
149+
"all": true,
150+
"limit": 10
151+
},
152+
"dataPointsTooltip": {
153+
"all": false,
154+
"limit": 1
155+
}
141156
}
142157
},
143158
{
@@ -180,7 +195,15 @@
180195
"crossFilterDisabled": false,
181196
"drillthroughDisabled": false,
182197
"crossFilter": [],
183-
"drillthrough": []
198+
"drillthrough": [],
199+
"selectedDataOnLoad": {
200+
"all": true,
201+
"limit": 10
202+
},
203+
"dataPointsTooltip": {
204+
"all": false,
205+
"limit": 1
206+
}
184207
}
185208
},
186209
{
@@ -202,7 +225,6 @@
202225
"multiStat__textSize": "auto",
203226
"multiStat__valueColumn": null,
204227
"colorRulesDisabled": false,
205-
"colorStyle": "light",
206228
"colorRules": []
207229
}
208230
},
@@ -225,7 +247,6 @@
225247
"multiStat__textSize": "auto",
226248
"multiStat__valueColumn": null,
227249
"colorRulesDisabled": false,
228-
"colorStyle": "light",
229250
"colorRules": []
230251
}
231252
}
@@ -277,12 +298,12 @@
277298
"dataSources": [
278299
{
279300
"kind": "kusto-trident",
280-
"scopeId": "kusto-trident",
281301
"clusterUri": "https://xxxx.z1.kusto.fabric.microsoft.com",
282302
"database": "Choose your database",
303+
"databaseArtifactId": "00000000-0000-0000-0000-000000000000",
283304
"name": "AIOdata",
284305
"id": "a2a2a2a2-bbbb-cccc-dddd-e3e3e3e3e3e3",
285-
"workspace": "b9b9b9b9-cccc-dddd-eeee-f0f0f0f0f0f0"
306+
"workspace": "00000000-0000-0000-0000-000000000000"
286307
}
287308
],
288309
"pages": [

samples/quickstarts/quickstart.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ resource dataflowCToF 'Microsoft.IoTOperations/instances/dataflowProfiles/datafl
232232
operationType: 'Source'
233233
sourceSettings: {
234234
endpointRef: defaultDataflowEndpoint.name
235-
assetRef: asset.name
235+
assetRef: '${namespace.name}/${asset.name}'
236236
serializationFormat: 'Json'
237237
dataSources: ['azure-iot-operations/data/${asset.name}']
238238
}

0 commit comments

Comments
 (0)