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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
danielsouza
Helper III
Helper III

Best pratices for data modeling

I was wondering what is the best option when you load a table and build your model to use in PowerBi:

 

- To get the entire table you need;

Example:

 

Product | Value | Quantity sold | Total sales

      x        1,00             3                3,00

 

- Ignore some columns of the table you need, considering you can use measure to obtain the same values so you bring only few necessary columns;

 

Product | Value | Quantity sold

      x        1,00             3        

 

Use a measure to get the total sales.

 

- Use Stored procedure and SQL to bring everything you need (Power Query?);

 

SELECT Product=x, where value=1,00.... etc

 

I know calculated column is out of question, I'm not considering it.

 

Thanks

Daniel

2 ACCEPTED SOLUTIONS
v-chuncz-msft
Community Support
Community Support

@danielsouza,

 

You may take a look at https://www.sqlbi.com/articles/data-import-best-practices-in-power-bi/.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

Hardik
Continued Contributor
Continued Contributor
3 REPLIES 3
danielsouza
Helper III
Helper III

Thank you so much guys!

 

I conclude that the best way is to obtain the minimal data I need, and use maximum of PowerBI measures.

Hardik
Continued Contributor
Continued Contributor
v-chuncz-msft
Community Support
Community Support

@danielsouza,

 

You may take a look at https://www.sqlbi.com/articles/data-import-best-practices-in-power-bi/.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors