cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI refresh history info is different from ADF monitor info

GastonClynhens
New Contributor III

In Azure Data Factory, I have a pipeline defined with Bronze - Silver - Gold layers + the final step 4 entails the refresh of a Power BI semantic model.

This final step is executed via a Databricks notebook and contains the following tasks:

# getting parameters: environment | workspaceID | datasetID
# init client - based on # getting service credentials from Unity Catalog and # getting Azure Key Vault url
# Get access token based on:
- client credentials
# Call Power BI Dataset Refresh API
 
Executing this final step / notebook works fine - works as expected.
The ADF monitoring related to this pipeline shows on a daily basis all the execution results of the "master pipeline" (which includes the step 4) during the last days.
But... the PBI refresh history does not show the refresh results of the last days. For some reason, the PBI refresh history results are available on a daily basis but the results related to the last six days are missing.
 
Any suggestions? What might be the reason of this "failure"?
Thank you
1 ACCEPTED SOLUTION

Accepted Solutions

GastonClynhens
New Contributor III

considering the logging of the executed notebook:
Failed to refresh dataset: {"error":{"code":"ItemNotFound","message":"Dataset \"xxxxxxxxxxxxxxxx\" is not found!
Please verify datasetId is correct and user have sufficient permissions."}}

The dataset was not found
Reason: Azure DevOps repo - feature branch issue
overwriting the contents of the repo - config file "ADF-Global-Parameters" - based on an older feature branch

CASE CLOSED

View solution in original post

1 REPLY 1

GastonClynhens
New Contributor III

considering the logging of the executed notebook:
Failed to refresh dataset: {"error":{"code":"ItemNotFound","message":"Dataset \"xxxxxxxxxxxxxxxx\" is not found!
Please verify datasetId is correct and user have sufficient permissions."}}

The dataset was not found
Reason: Azure DevOps repo - feature branch issue
overwriting the contents of the repo - config file "ADF-Global-Parameters" - based on an older feature branch

CASE CLOSED

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now