diff --git a/PBIXInspectorWinLibrary/Files/ReportPageFieldMap.json b/PBIXInspectorWinLibrary/Files/ReportPageFieldMap.json index 0e20971..6a9cffc 100644 --- a/PBIXInspectorWinLibrary/Files/ReportPageFieldMap.json +++ b/PBIXInspectorWinLibrary/Files/ReportPageFieldMap.json @@ -19,7 +19,21 @@ { "map": [ { - "var": "v" + "filter": [ + { + "var": "v" + }, + { + "and": [ + { "!!": [ { "var": "name" } ] }, + { "!!": [ { "var": "singleVisual.visualType" } ] }, + { ">=": [ { "var": "layouts.0.position.x" }, 0 ] }, + { ">=": [ { "var": "layouts.0.position.y" }, 0 ] }, + { ">=": [ { "var": "layouts.0.position.width" }, 0 ] }, + { ">=": [ { "var": "layouts.0.position.height" }, 0 ] } + ] + } + ] }, { "torecord": [ @@ -69,4 +83,4 @@ ] } ] -} \ No newline at end of file +}