Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hey,
This might be a rather boring (read stupid) question, I am dealing with a large file coming in more than 100 columns but I want to know exactly how many columns I am importing into the Power Bi. How can I count them as the Max. showing on the bottom left of the page is frozen at 60.
Thanks
Solved! Go to Solution.
Hi @Alirezam
In Power Query you can use the Table.ColumnCount function. So if you load your main data into a table called Table, create a blank query called ColumnCount and use this code in it
let
Source = Table.ColumnCount(Table)
in
Source
Regards
Phil
Proud to be a Super User!
This is what I was looking for . Thank you for the solution.
Hi @Alirezam
In Power Query you can use the Table.ColumnCount function. So if you load your main data into a table called Table, create a blank query called ColumnCount and use this code in it
let
Source = Table.ColumnCount(Table)
in
Source
Regards
Phil
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
49 | |
41 | |
34 |
User | Count |
---|---|
164 | |
111 | |
61 | |
53 | |
38 |