Forum Discussion
ronant
4 years agoFrequent Visitor
Refresh dataset via API issue
Hi, I'm refreshing a dataset via API, however it would sometimes fail. I tried chaning the commitMode to PartialBatch but it's not working. I'm calling: https://api.powerbi.com/v1.0/myorg/...
Anonymous
4 years agoNot applicable
Hi,
Have you solved this issue?
I am encountering the same thing.
{
'notifyOption': 'MailOnFailure',
'retryCount': 1
}
If I leave the second parameter 'retryCount' as blank then the NotifyOption works. If not, I don't get an email.