Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Help - Dataset Layout before importing to Power Bi

Hi community,

 

This is a tough one. Hope you could shed some light. Been a couple of days thinking about how to set this up and can't find the right approach. I am dealing with a large dataset that is arranged in a table format with the following headers (items):

 

  1. Business Line (wealth management, capital markets, retail, etc.)
  2. Product Line (loans, mortgages, advisory, etc.)
  3. Category (depends on the product line -i.e.: Loans >$1M, Loans <$1M, etc.)
  4. Region (by State and then the sum of all states shall be the Total)
  5. Dates (monthly dates -i.e.: March 18, April, 18, May 18, and so on)
  6. Balances (of each Date by each Business Line, Product Line, Category and Region)

The dataset is then composed of these six items and the are thousands of rows (monthly dates since 2004 up to 2020). This dataset is the one (or if break into smaller datasets are going to be the ones)  that I will import to Power Bi.

 

So, I want to arrange the dataset in more columns or multiple smaller datasets to make the following calculation with DAX (or any recommended feature):

 

  1. Market share calculations: be able to recreate the market share (using the balance) that each Business Line has in a certain date and even filter it by Product, Category and Region.
  2. Rank the top-performing Business Lines from 1st to 5th
  3. Group certain Categories -i.e.: group loans all Loans < $5M.

 

Any hint or way to design the data-table in a way to be imported to Power Bi and recreate the foregoing?

 

 

 

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

Having thousands of rows is not a problem for Power BI. The only reason I can think of to break it into multiple tables is to set up dimension tables for a nice star schema.

 

Relevant links on star schemas in Power BI:

 

https://docs.microsoft.com/en-us/power-bi/guidance/star-schema

https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/

https://radacad.com/power-bi-basics-of-modeling-star-schema-and-how-to-build-it

View solution in original post

1 REPLY 1
AlexisOlson
Super User
Super User

Having thousands of rows is not a problem for Power BI. The only reason I can think of to break it into multiple tables is to set up dimension tables for a nice star schema.

 

Relevant links on star schemas in Power BI:

 

https://docs.microsoft.com/en-us/power-bi/guidance/star-schema

https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/

https://radacad.com/power-bi-basics-of-modeling-star-schema-and-how-to-build-it

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors