GraphQL OBJECT
GraphQL representation of a report inside the PowerBi of Cleverbridge.
type PowerBiReport {# Unique ID of the PowerBiReportid: String! # Name of the PowerBiReport.name: String! # Dataset the PowerBiReport is based on.datasetId: String # URL used to embed the PowerBiReport.embedUrl: String }