Power BI Modules
- Topics:
- Workfront Fusion
Power BI is an application that allows you to visualize and present data to your stakeholders. It can take data from a variety of sources.
Access requirements
Expand to view access requirements for the functionality in this article.
You must have the following access to use the functionality in this article:
Adobe Workfront package | Any |
Adobe Workfront license |
New: Standard Or Current: Work or higher |
Adobe Workfront Fusion license** |
Current: No Workfront Fusion license requirement Or Legacy: Workfront Fusion for Work Automation and Integration |
Product |
New:
Or Current: Your organization must purchase Adobe Workfront Fusion. |
For more detail about the information in this table, see Access requirements in documentation.
For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.
Microsoft Power BI API information
The Microsoft Power BI connector uses the following:
Base URL | https://api.powerbi.com/v1.0 |
API version | v1.0 |
API tag | v1.0.2 |
Power BI modules and their fields
When you configure Power BI, Workfront Fusion displays the fields listed below. Along with these, additional fields might display, depending on factors such as your access level in the app or service. A bold title in a module indicates a required field.
If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another in Adobe Workfront Fusion.
Dashboards
Create a Dashboard
This action module creates a new dashboard.
Get a Dashboard
This action module retrieves metadata of a specified dashboard.
Get a Dashboard Tile
This action module retrieves metadata of a specified dashboard tile.
List Dashboard Tiles
This search module retrieves a list of dashboard tiles.
List Dashboards
This search module retrieves a list of dashboards.
Reports
Copy a Report
This action module copies an existing report.
Delete a Report
This action module deletes a report.
Get a Report
This action module retrieves metadata of a specified report.
List Reports
This search module retrieves a list of reports.
Dataset
Add or Delete Rows in a Dataset Table
This action module adds or deletes rows of a specified push dataset table.
Select or map the action that you want to perform.
-
Add rows
-
Delete All Rows
Add the row fields.
-
Key
Enter or map the key name.
-
Field Type
Select or map the field type:
-
Boolean
-
Date
-
Text
-
Number
-
-
Value
Enter or map the key value.
Create a Dataset
This action module creates a new dataset.
Select or map the default mode for the dataset:
-
As Azure: A dataset with a live connection to Azure Analysis Service
-
As on Prem: A dataset with a live connection to On-premise Analysis Service
-
Push: A dataset that allows programmatic access for pushing data into Power BI
-
Push Streaming: A dataset that supports data streaming and allows programmatic access for pushing data into Power BI
-
Streaming: A dataset that supports data streaming
Select or map the intentional policy for the dataset:
-
None
-
Basic FIFO
Table fields
Add the columns:
-
Name
Enter (map) a column name.
-
Data Type
Select or map the data type:
-
String
-
Integer
-
Boolean
-
Date Time
-
-
Format String
Enter (map) the format string.
Data sources fields
Delete a Dataset
This action module deletes a dataset.
Get a Dataset
This action module retrieves metadata of a specified dataset.
List Datasets
This search module retrieves a list of datasets.
Refresh a Dataset
This action module refreshes a specified dataset.
Select or map the option to notify:
-
Mail on Completion
-
Mail on Failure
-
No Notification
Apps
Get an App
This action module retrieves metadata of a specified app.
Get an App’s Dashboard
This action module retrieves metadata of a specified app’s dashboard.
Get an App’s Report
This action module retrieves metadata of a specified app’s report.
List Apps
This search module retrieves a list of all apps installed.
List App’s Dashboards
This search module retrieves a list of dashboards from a specified app.
List App’s Reports
This search module retrieves a list of all reports from the specified app.
Watch Apps
This trigger module starts a scenario when an app is updated.
Other
Make an API Call
This action module performs an API call to the Power BI API.
https://api.powerbi.com
. Example: /v1.0/myorg/datasets
.Add the headers of the request in the form of a standard JSON object.
For example, {"Content-type":"application/json"}
Workfront Fusion adds authorization headers and x-api-key headers automatically.
Add the body content for the API call in the form of a standard JSON object.
Note:
When using conditional statements such as if
in your JSON, put the quotation marks outside of the conditional statement.