Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure is included in the data structure PwsProjectAamDashboardDetail, and it contains the information on how advanced analytics dashboards are configured. It includes dashboard type, name, alias, parameter, and user access setup. integration information to the MS Power BI dashboard.   

Format

Panel
titleProjectAamDashboardParams
  • PwsAamBdDashboardParams
    • PbFilter
    • PbReportId
    • PbWorkspaceId

Elements

Element

Data Type

Required?

Default

Description

Sample Data

PbFilter
On Insert: Yes

PbReportId

On Insert: Yes

PbWorkspaceId

On Insert: Yes

Usage Example(s)


Code Block
languagexml
firstline1
titleExample 01
collapsetrue
   <b:ProjectAamDashboardParams i:type="b:PwsAamPbDashboardParams">
      <b:PbFilter>PBI: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>

...