Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Processing PBI Premium dataset through XMLA query and polling dataset history after

Hello,   I have a scenario where we need to process individual tables of a data model in Power BI Premium. We figured this is possible by firing a XMLA query using the following powershell:     ...
  • lbendlin's avatar
    4 years ago

    You can run another query to look at the last refresh date for each partition.  You would take a snapshot of that date before initiating the refresh, and then check if that date has changed to a more recent date. Would be interesting to see if that date updates when the refresh fails (i would hope not - but then you would also not know when it failed).