Hi ,
I am trying to load power bi report in databricks,but i am getting..empty while printing report.. i have already installed pip install powerbiclient,and device_auth is also successfull,but
report = Report(group_id=group_id, report_id=report_id, auth=device_auth)
report
i have also embedded my report..in https://playground.powerbi.com/ it is woking fine there,but in datbricks getting empty
report