cancel
Showing results for 
Search instead for 
Did you mean: 
DELETE
cancel
Showing results for 
Search instead for 
Did you mean: 

Exciting news for databricks and powerbi users. Using the code below, you can run PowerBI inside the databricks notebook! %pip install powerbiclient f...

Hubert-Dudek
Esteemed Contributor III

Exciting news for databricks and powerbi users. Using the code below, you can run PowerBI inside the databricks notebook!

%pip install powerbiclient
from powerbiclient import QuickVisualize, get_dataset_config, Report
from powerbiclient.authentication import DeviceCodeLoginAuthentication
import pyspark.pandas as ps
PBI_visualize = QuickVisualize(get_dataset_config(pd_data_frame), auth=device_auth)
PBI_visualize

Untitled

2 REPLIES 2

bhawna_chaurasi
Valued Contributor II

hi

Priyag1
Honored Contributor II

Thank you for sharing this

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.