Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
Hi all,
I have a SQL connection, this gives 518 columns and 23.000 rows. I only need about 40 columns..
What is the best way to avoid importing the 480 columns I do not need?
Solved! Go to Solution.
Hi! @IAM
There are 2 approaches that I follow and possible in the same order of choice if you can.
1) Get a view created for your table with the required column and then directly connect to that view. By creating a view you can also handle some of the transformations at the source level.
2) You can use a select statement with the column names and connect to the same table.
I hope it would make sense why to choose the 1st approach.
Hi! @IAM
There are 2 approaches that I follow and possible in the same order of choice if you can.
1) Get a view created for your table with the required column and then directly connect to that view. By creating a view you can also handle some of the transformations at the source level.
2) You can use a select statement with the column names and connect to the same table.
I hope it would make sense why to choose the 1st approach.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
6 | |
6 | |
6 | |
6 |
User | Count |
---|---|
9 | |
9 | |
8 | |
6 | |
6 |