top of page
  • Writer's pictureGunjan Syal

How-to: Power BI Analytics Dashboard

Simon Nuss and I recently hosted two Power BI workshops online: a beginner level workshop to create an interactive resume (see mine), and an intermediate level demo to create a COVID-19 dashboard using public data. Simon also shares his expert Power BI development tips below the videos. Happy Dashboarding!







Power BI Development Tips by Simon Nuss, Mar 24 2020
  1. Spend more effort creating “good data”. It results in less expended time over the entire project.

  2. What is “good data”? This comes with experience but is largely defined in the literature as a “star schema”.

  3. When developing the initial mode, aim to spend 40% of your time in Power Query, 40% in DAX, and 20% designing reports.

  4. Avoid the trap of adding physical columns; instead, add measures. Rule of thumb: physical columns for filters or axis’; measures for everything else.

  5. Do not make wide frankentables. Keep data in separate tables. However, avoid daisy-chaining (snowflaking) tables. Respect the “star schema” design.

  6. “Good design is as little design as possible” - Dieter Rams.

  7. Enable “Snap to Grid” for easy visual alignment

  8. Begin with highly detailed operational reports that have a daily or weekly cadence, e.g., start with three COVID-19 pages: Cases, Deaths, & Recoveries. Lastly, develop the executive summary on a weekly or monthly cadence.

  9. Maximum of 4 visuals per page (excluding cards and slicers).

  10. Whitespace is your friend.

  11. Avoid slicers in favor of horizontal bar charts.

bottom of page