Skip to content

Commit

Permalink
Merge pull request #208 from A-Zheng/dev/andrewzheng/liveAddFieldExpr
Browse files Browse the repository at this point in the history
Fabric - add field expression back to page schema - live
  • Loading branch information
michaeldfaber authored Apr 19, 2024
2 parents 7f6ca26 + 3a059b8 commit 0085c85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fabric/item/report/definition/page/1.0.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
},
{
"const": "Drillthrough",
"description": "Created by drill context that is applied to the page when using drill-through\naction from another page."
"description": "Created by drill context that is applied to the page when using drill-through\r\naction from another page."
}
]
},
Expand Down Expand Up @@ -387,6 +387,10 @@
"qnaSingleSelectRequired": {
"description": "Exactly one instance value should be picked as a filter for this parameter.",
"type": "boolean"
},
"fieldExpr": {
"description": "Field expression for page binding",
"$ref": "../../semanticQuery/1.0.0/schema.json#/definitions/QueryExpressionContainer"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -829,4 +833,4 @@
]
}
}
}
}

0 comments on commit 0085c85

Please sign in to comment.