Versions Compared

Key

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

Triggers a refresh for the specified semantic model from the specified workspace.

Target Properties

Property Name

Property Code

Required

Description

Azure Power BI Account

FDPBI_ACCOUNT_CODE

No

The account from where we will export the files

Azure Power BI Workspace ID

FDPBI_TGT_WORKSPACE_ID

No

Workspace Id of the Power BI content

Azure Power BI Workspace Name

FDPBI_TGT_WORKSPACE_NAME

No

Workspace Name of the Power BI content. (Workspace Name is case-sensitive)

Refresh Status Timeout

FDPBI_TGT_REFRESH_STATUS_TIMEOUT

No

Timeout (in seconds)till when API will try to fetch the status of the Refresh operation execution.

Default: 1200 seconds

Inputs

Input Name

Input Code

Required

Description

Power BI Account

FDPBI_INP_ACCOUNT_CODE

No

The account from where we will export the files

Semantic Model Name

FDPBI_INP_SEMANTIC_MODEL_NAME

No

Provide the Semantic Model name.

Semantic Model ID

FDPBI_INP_SEMANTIC_MODEL_ID

No

Provide the Semantic Model ID.

Refresh Type

FDPBI_INP_REFRESH_TYPE

No

The type of processing to perform.

  • automatic

  • full

  • clearValues

  • calculate

  • dataOnly

  • defragment

Default: automatic

Commit Mode

FDPBI_INP_COMMIT_MODE

No

Determines if objects will be committed in batches or only when complete

Default: transactional

Retry Count

FDPBI_INP_RETRY_COUNT

No

Number of times the operation retries before failing.

Default: 0

Objects List

FDPBI_INP_OBJECTS_LIST

No

User must provide the element list.

e.g.

[
{
"table": "DimCustomer",
"partition": "DimCustomer"
},
{
"table": "DimDate"
}
]

Default: Entire model

Outputs

Output Name

Description

FDPBI_SEMANTIC_MODEL_REFRESH_RESPONSE

Returns the JSON response received showing the details of the refresh activity.

FDPBI_SEMANTIC_MODEL_REFRESH_STATUS

Returns the status field.

Artifacts

This operation doesn’t consume or produce any artifacts.

...