Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |