Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
In few of our reports we have used select * to pull all the columns from the views and as you can imagine its not gone too well with the client.
Is there a way I can easily identify the columns that are actually used in the PBI report, and then only import those from the database.
(I am aware of the tool 'measure killer' which is a great tool, but unfortunetly that only removes the columns AFTER they are imported in the report)
Also note that there are instances we are using a shared dataset and also single dataset single reports.
Thanks!
Solved! Go to Solution.
There is no exact process behind this. The moment you remove a column a business user will call you and ask where that column went.
Your tables should be long and narrow. If they are then you should be able to load all (or most) columns to be prepared for changes in business requirements.
There is no exact process behind this. The moment you remove a column a business user will call you and ask where that column went.
Your tables should be long and narrow. If they are then you should be able to load all (or most) columns to be prepared for changes in business requirements.