Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Power BI REST API - UserNotLicensed

Hi! I'm trying to refresh dataset using REST API (using this example: https://github.com/Azure-Samples/powerbi-powershell/blob/master/manageRefresh.ps1)  Howere I've got an error: $uri = "https://...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi v-jiascu-msft

    actually i've solved this problem. Had to use Python to use REST API, powershell example don't work for me.