mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
24 lines
587 B
JSON
24 lines
587 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.7.0/schema.json",
|
|
"name": "__VISUAL_NAME__",
|
|
"position": {
|
|
"x": __X__,
|
|
"y": __Y__,
|
|
"z": __Z__,
|
|
"height": __HEIGHT__,
|
|
"width": __WIDTH__,
|
|
"tabOrder": __TAB_ORDER__
|
|
},
|
|
"visual": {
|
|
"visualType": "clusteredColumnChart",
|
|
"query": {
|
|
"queryState": {
|
|
"Category": {"projections": []},
|
|
"Y": {"projections": []},
|
|
"Legend": {"projections": []}
|
|
}
|
|
},
|
|
"objects": {},
|
|
"drillFilterOtherVisuals": true
|
|
}
|
|
}
|