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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

How to remove data efficiently

Dear Community,

I just started with Power BI- Query and I do have some troubles by removing columns and unnecessary data.

My question: What is the best way to remove data when it comes to data efficiency?

1) via removing the column?

2) by “Choose columns” and only select the columns i may need ?

3) maybe with a Measure (if possible?)?

 

I am trying to make the report as efficient as possible.

 

Thank you very much in advance.

2 ACCEPTED SOLUTIONS
Vijay_A_Verma
Super User
Super User

Whether you use Select columns or remove columns, it will use Table.SelectColumn function only. So, both are same as they are executing the same statements. So 1 and 2 are same, no difference.

DAX will not remove a column. Measures can produce final result values. 

In general, measures are faster than PQ (exceptions aside). But in case of calculated columns, PQ is faster (exceptions aside).

 

In Power BI, you need to reduce the size of rectangle (rows * columns) as much as possible. Hence, before doing any transformations or calculations, remove as many columns as possible to reduce the size of rectangle. You should also filter out as many rows as possible.

Then you can decide whether to use DAX or PQ as per your need. 

View solution in original post

Anonymous
Not applicable

Normally, i use 2) by “Choose columns” and only select the columns i may need ? because in this approach, it is easy and quick for you to choose columns to keep when you have so many columns. In this option, the top serach bar also can help you find the columns fast. 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Dear @Anonymous , @Vijay_A_Verma,

 

Thanks for your reply and support 🙂

 

Best regards,

Anonymous
Not applicable

Normally, i use 2) by “Choose columns” and only select the columns i may need ? because in this approach, it is easy and quick for you to choose columns to keep when you have so many columns. In this option, the top serach bar also can help you find the columns fast. 

Vijay_A_Verma
Super User
Super User

Whether you use Select columns or remove columns, it will use Table.SelectColumn function only. So, both are same as they are executing the same statements. So 1 and 2 are same, no difference.

DAX will not remove a column. Measures can produce final result values. 

In general, measures are faster than PQ (exceptions aside). But in case of calculated columns, PQ is faster (exceptions aside).

 

In Power BI, you need to reduce the size of rectangle (rows * columns) as much as possible. Hence, before doing any transformations or calculations, remove as many columns as possible to reduce the size of rectangle. You should also filter out as many rows as possible.

Then you can decide whether to use DAX or PQ as per your need. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.