PowerBI Syllabus

PowerBI Syllabus

PART 1

  • Understanding BI and Visualization and usage
  • DataSources which PowerBI can connect to.
  • Connecting to sources and creating computed columns and joins using M-Language.

PART 2 

  • Visualizing data in power bi.
  • Introduction to visual and slicers
  • modelling data, setting relationship.
  • Deploying and viewing report.

PART 3

  • Using powerBI portal
  • Row level security
  • Sharing Dashboard
  • Workspaces
  • Custom Visuals
  • DAX and Measures

PART 4

  • Lab for pulling data from HdInsight
  • Lab for custom visual
  • Exercise

No comments:

Post a Comment

Write a python program to find factorial of a number ?

Factorial  When we recursively multiply number incrementing from 1 to a given number then its called factorial of that number. We use the no...