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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
regerror6
Frequent Visitor

Power BI Dataset in Excel - Remove Table[Column] Prefix in Headers

I have a dataset published to the Power BI service—which I am trying to insert as a table in Excel.  Everything works as expected except all the column names have a Table[Column] naming convention.  The only method I have found to display just the column name (without the fully qualified prefix) is to query the inserted table in Power Query and return the result as another table in the workbook.  This is completely redundant and will confuse my end users.

 

I suspect I could edit the DAX in the connection, but there are 120+ columns—which have a high likelihood of changing.  In turn, I'd rather not take that approach.

 

Has anyone found a solution to this scenario?  Thanks!

1 ACCEPTED SOLUTION
ArwaAldoud
Super User
Super User

Hi @regerror6 

Unfortunately, Power BI automatically adds the Table[Column] format when inserting a dataset into Excel, and there isn't a built-in way to remove it directly. However, you can manually rename the columns (not ideal for large datasets), use Power Query, or automate the process with VBA.

Let me know if you need guidance on these methods

If this solution was helpful, please accept it as a solution or give kudos to help other community members

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @regerror6,

Thank you for reaching out in Microsoft Community Forum.

Thank you  @ArwaAldoud  for the helpful response.

Currently, Power BI datasets cannot be imported directly into Power Query. below are the possible approaches

1. Loading the dataset to a worksheet first via Data > Get Data > From Power Platform > From Power BI, then referencing it in Power Query for transformations.

2. Using Analyze in Excel if your goal is to work with PivotTables instead of raw tables.

Unfortunately, there’s no direct way to connect Power BI datasets to Power Query without inserting them into a worksheet first.

Please continue using Microsoft community forum.

If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.

Regards,
Pavan.

ArwaAldoud
Super User
Super User

Hi @regerror6 

Unfortunately, Power BI automatically adds the Table[Column] format when inserting a dataset into Excel, and there isn't a built-in way to remove it directly. However, you can manually rename the columns (not ideal for large datasets), use Power Query, or automate the process with VBA.

Let me know if you need guidance on these methods

If this solution was helpful, please accept it as a solution or give kudos to help other community members

Thanks for the insight, @ArwaAldoud!  Do you know of any way to import the dataset directly into Power Query (instead of landing it on a worksheet first)?  I'm surprised Power BI is available in Excel (Data > Get Data > From Power Platform) but not in the New Source list in Power Query.  I'm playing with Data Flows but hitting a dead end.

I would like to add that this is a very frustrating problem for me that is preventing me from using this feature.

You're welcome @regerror6 
Unfortunately, importing a Power BI dataset directly into Power Query without first landing it in a worksheet isn’t natively supported. However, if you have a Fabric (Power BI) license, specifically Premium or PPU, you can use XMLA endpoints to connect directly to the dataset.
Another option is using Dataflows, but if you're hitting a dead end, you might also explore Analyze in Excel

If this solution was helpful, please accept it as a solution or give kudos to help other community members

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors