Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 624 Bytes

File metadata and controls

5 lines (4 loc) · 624 Bytes

DataFactory

Current contents

Refresh PBI Dataset.json

Refresh PBI Dataset is a standalone pipeline (no linked services or datasets needed) that allows you to refresh a Power BI dataset using the Power BI REST API. This pipeline was adapted from Dave Ruijter's blog post and code in gist. The original pipeline successfully refreshes a Power BI dataset. I added activities onto the end to poll for the refresh status and fail the pipeline if the dataset refresh fails.