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.
Hi Guys,
i am using this function:
Excel.CurrentWorkbook(){[Name="Table322"]}[Content]
ti get full table.
How can i get specific columns, like "Col1" and "Col2" from this function?
Best,
Jacek
Solved! Go to Solution.
Hi @jaryszek ,
Just wrap the whole table reference in a Table.SelectColumns function:
= Table.SelectColumns(
Excel.CurrentWorkbook(){[Name="Table322"]}[Content],
{"columnName1", "columnName2"}
)
Pete
Proud to be a Datanaut!
Hi Guys,
one more question, can provide instead of column name, column index?
Best,
Jacek
Hi @jaryszek ,
Just wrap the whole table reference in a Table.SelectColumns function:
= Table.SelectColumns(
Excel.CurrentWorkbook(){[Name="Table322"]}[Content],
{"columnName1", "columnName2"}
)
Pete
Proud to be a Datanaut!
Thank you !
Indeed.
@jaryszek This is the same function that will be used if you use the Choose Columns button in the ribbon.
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 |
---|---|
20 | |
20 | |
10 | |
10 | |
10 |