Skip to content

migrate

David Liu edited this page Sep 3, 2024 · 2 revisions

Tableau -> PowerBI

https://community.fabric.microsoft.com/t5/Community-Blog/Migrating-from-Tableau-to-Power-BI/ba-p/2456429

Unlearn Tableau

  • Table Calculations
  • Level of Details (LOD)
  • One Sheet/page, One visual
  • Dashboard
  • Custom Tooltips/ ToolTip Page
  • Dual Axis with Any Visual
  • Dynamic Axis using column
  • Text Parameter
  • Matrix of visuals (Add additional rows and columns and make Matrix of the visual)
  • Filter Context
  • Slicer Interaction in dashboard

Learn PowerBI

  • Data Model with power query
  • Need for Star Schema
  • Date Table
  • For LOD
  • Use in-memory tables
  • Row Context, how you match current value with complete data to the dataset for that column (for LOD, subtotal, grand total)
  • Power BI Service dashboard
  • Report (for Dashboard)
  • Tooltip Page
  • Small Multiples
  • Bookmarks, Dynamic M Parameter (for Dynamic axis)
  • Use of Independent Table
  • Power BI filter
  • Sync Slicer in Report
Clone this wiki locally