Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 1 KB

Task6-Visualize-Data-In-A-Spark-Notebook.md

File metadata and controls

25 lines (11 loc) · 1 KB

Home

Task 6: Visualize data in a Spark notebook

In this task we use built-in notebook charts to visualize code execution results.


  1. Open Power BI

  2. In PowerBI, click 'Workspaces' and select 'FabricSparkWS'

  3. In 'FabricSparkWS' workspace, click on 'LakehouseSpark' lakehouse.

  4. Click on Open notebook --> Existing notebook and open the notebook that is created in Task 4. Make sure LakehouseSpark is attached to the Notebook by checking the Lakehouses option under Explorer.

  5. On the existing code cell, select Chart option next to Table to view the results of the code cell in the form of chart. You can click on Customize chart to change Chart Type and other options as needed.

image

Home