Forum Discussion
des_san
Advocate I
2 years agoPower BI refresh continue if one query fails
Several of my power bi datasets (semantic models) have multiple queries. If one of the queries fails, the entire dataset does not update. Is it possible to have the dataset refresh the other queries ...
cassidy
Power Participant
2 years agoNo, but you can create Dataflows for each Query and then have your Dataset use the Dataflows instead. If a Dataflow fails, you will be alerted and it will simply remain showing the last successful query data. The Dataset will not be impacted by Dataflow fails.
This is how I run my large Datasets that absolutely cannot fail, I much rather deal with a Dataflow failure than a Dataset.
des_san
Advocate I
2 years agoThank you for the suggestion. I haven't tried dataflows before but will certainly look into it.
- cassidy2 years ago
Power Participant
Of course, Dataflows are probably my favorite Power BI tool. Great for staging queries on a schedule and making them available to use across multiple Datasets.