Tuesday, May 30, 2023

Understanding and enabling Microsoft Fabric - [Video]

 Want to know about Microsoft Fabric? Here is a video that speaks about Microsoft Fabric, what it offers and how you can start with a trial.




Sunday, May 14, 2023

Unleashing Power BI in Jupyter Notebook - Embed and Create reports

This video discusses two things:

  • Embedding Power BI report in Jupytor Notebook
  • Creating Power BI report directly in Jupytor Notebook.
Embedding Power BI is not something new, it was announced in May 2021. Creating Power BI report in Jupytor Notebook was announced in last month, April 2023. Both topics are discussed in detail with demonstrations. Following are discussed:
  • Powerbiclient Python package
  • Two Authentication method
  • Install powerbiclient in Jupytor notebook
  • Embed Power BI report in Jupytor Notebook
  • Add custom Notebook filter for filtering reports
  • Loading visual data into Pandas dataframe
  • Create Power BI report in Jupytor Notebook
  • Quick report feature and personalizing visuals
  • Publishing to Power BI service for sharing the dataset and report



Real-time Streaming in Power BI - Push Dataset

This video discusses the way of showing stream data with Power BI visuals, specifically with Push Datasets. Here is the content: 
  • Types of streaming datasets supported by Power BI
  • The way of creating the Push dataset
  • Sending values using a .Net application
  • Creating reports and dashboards visuals using streaming dataset.