How to Solve NameError: name 'Report' is not defined -- powerbiclient

Solution: Import the 'Report' module

To Solve the error, add the following line to the top of your code.

from powerbiclient import Report

 

For more information:
Python powerbiclient Report