diff --git a/sdk/PowerBI.Api/Source/Models/Report.cs b/sdk/PowerBI.Api/Source/Models/Report.cs
index 15ceab4c..2d643b02 100644
--- a/sdk/PowerBI.Api/Source/Models/Report.cs
+++ b/sdk/PowerBI.Api/Source/Models/Report.cs
@@ -73,7 +73,19 @@ public Report()
/// Gets or sets the dataset id
///
[JsonProperty(PropertyName = "datasetId")]
- public string DatasetId { get; set; }
+ public string DatasetId { get; set; }
+
+ ///
+ /// Gets or sets if the report is a custom one (true) or a system one (false)
+ ///
+ [JsonProperty(PropertyName = "isFromPbix")]
+ public string IsFromPbix { get; set; }
+
+ ///
+ /// Gets or sets if the report is owned by the user
+ ///
+ [JsonProperty(PropertyName = "isOwnedByMe")]
+ public string IsOwnedByMe { get; set; }
///
/// Validate the object.