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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
krixtsup3r
Helper V
Helper V

Count columns

Hi Guys, is there a way to count all of the columns available on the table?

 

I have query that combines all of the table in a folder, as part of countermeasure that it will not lag I want to know first the # of columns available in each table. I have already tried to create a  function using the Table.ColumnCount but it seems like it gives me the overall column count, opposed to what I want- wherein it will count per table

 

ss1.PNG

1 ACCEPTED SOLUTION
Payeras_BI
Solution Sage
Solution Sage

Hi @krixtsup3r ,

For me it works by adding a Custom Column and typing:

Table.ColumnCount([Transform File])

 

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain

View solution in original post

3 REPLIES 3
Payeras_BI
Solution Sage
Solution Sage

@krixtsup3r 

Payeras_BI_1-1612776326813.png

 

 

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain
Payeras_BI
Solution Sage
Solution Sage

Hi @krixtsup3r ,

For me it works by adding a Custom Column and typing:

Table.ColumnCount([Transform File])

 

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain

Hey man @Payeras_BI  that worked!

 

I just checked and what I did is actually correct but in a longer method and also 16383 is actually the maxed column that can be added in an Excel file and just noticed that all of my files got **bleep**ed up. 

 

Thank you so much!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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