Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

This structure is included in the data structure PwsProjectAamDashboardDetail, and it contains the integration information to the MS Power BI dashboard.   

Format

ProjectAamDashboardParams
  • PwsAamBdDashboardParams
    • PbFilter
    • PbReportId
    • PbWorkspaceId

Elements

Element

Data Type

Required?

Description

Sample Data

PbFilter
On Insert: Yes

PbReportId

On Insert: Yes

PbWorkspaceId

On Insert: Yes

Usage Example(s)


Example 01
   <b:ProjectAamDashboardParams i:type="b:PwsAamPbDashboardParams">
      <b:PbFilter>https://app.powerbi.com/groups/7b087de2-53a5-4cc7-b51d-0d780508debb/reports/26c0b4b3-9fa6-4bb1-9e2e-a2bb4d0270a3/ReportSection?filter=PBI-ProjectList/ProjectCode eq '{0}'</b:PbFilter>
      <b:PbReportId>26c0b4b3-9fa6-4bb1-9e2e-a2bb4d0270a3</b:PbReportId>
      <b:PbWorkspaceId>7b087de2-53a5-4cc7-b51d-0d780508debb</b:PbWorkspaceId>
   </b:ProjectAamDashboardParams>
  • No labels