Power BI · Example Payload

Power Bi Rest Measure Example

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Power Bi Rest Measure Example is an example object payload from Power BI, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameexpressionformatStringisHidden

Example Payload

Raw ↑
{
  "name": "Example Title",
  "expression": "example_value",
  "formatString": "example_value",
  "isHidden": true
}