GraphQL OBJECT

PowerBiReport

GraphQL representation of a report inside the PowerBi of Cleverbridge.

link Definition

  • type PowerBiReport {
  • # Unique ID of the PowerBiReport
  • id: String!
  • # Name of the PowerBiReport.
  • name: String!
  • # Dataset the PowerBiReport is based on.
  • datasetId: String
  • # URL used to embed the PowerBiReport.
  • embedUrl: String
  • }