Approaching Power BI Projects

Approaching a Power BI project is an important step that beginners miss out and here we'll discuss a perspective through which one must understand and learn Power BI

November 22, 2021 · 2 mins read
Category: Power BI

When I opened Power BI Desktop for the very first time; it seemed pretty easy to me as I was a little familiar with Excel and Tableau but, very soon I realized that it's not so easy as it seems.

Well, I discovered a similar kind of experience happens with almost anyone who doesn't have any prior experience in working with data modeling, Power Pivot, etc.

So, in this post, I'll discuss the correct approach through which one must understand & learn Power BI to flatten the learning curve.

Constituents of Power BI

Power BI can be understood as a combination of the following three components:

  • Data Transformation Component
  • Data Modelling Component
  • Data Visualization Component

Data Transformation Component

The Power Query Editor comes with a Power BI desktop and acts just like an ETL tool where we can transform our raw data into a machine-friendly dataset.

Data Modelling Component

Once we have the transformed data with us; we can create a data model by creating relationships between the fact and dimension tables.

Without a proper data model; there is a high chance that we will face immense difficulties in doing some easy tasks and have to write heavy and complex DAX formulae that will create visual rendering issues.

Data Visualization Component

Once we have the model (along with required DAX measures and calculated columns); we can now visualize our data to generate insights in the canvas.

Therefore, rather than jumping into visualization by importing and dragging fields from the dataset; we must settle down for a bit and make sure that we are following the proper approach as discussed.


Happy Analyzing 📊