GraphQL OBJECT

BiMeasure

Measure set in the BI report. Measures are what you report on. In other words, these are the numbers you view in the report.

link Definition

  • type BiMeasure {
  • # Name of the measure.
  • title: String!
  • # How measure values are formatted.
  • format: BiMeasureFormat
  • # The currency when amount value, null otherwise.
  • currencyId: String
  • }