Commit 9a748a4
committed
Merged PR 88779: Corrected dataRoles display names to match changes in PBI
Corrected dataRoles display names to match changes in PBI.
**Summary**
User is not able to generate visuals like column chart in embedded playground.
We have checked and reproduced same issue from our end.
[Repro Steps]
• Navigate to the Embedded Playground URL https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#
• Click on Show Case
• Choose Quick Visual Creator > Start
• It will take you to the next screen and select Column Chart or Waterfall Chart under Generator > Visual Type
**Root Cause**
Display names for two roles were changed in PBI (see [PR 79924](https://powerbi.visualstudio.com/PowerBIClients/_git/b5e9effd-6805-4409-85f3-01d4e4d64caa/pullrequest/79924?_a=files&path=%2Fsrc%2FClients%2FPowerBIVisuals%2FVisuals%2Fcapabilities%2FwaterfallChart.capabilities.ts)) - this caused a mismatch between this demo and PBI.1 parent 3b9ad5c commit 9a748a4
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments