The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm trying to import a table from a semantic model into Excel. I can get the data, but I need the same column headers that are present in the Power Bi Report, and the data via Queries and Connections shows the raw column headers with no obvious option to edit them.
I found a way to edit the headers in the Dax code;
-> Queries and Connections
-> Properties
-> Defintion
-> Command text:
I rename the columns, by editing the SELECTCOLUMNS statement. Following is an example:
However, the issue is, when the table is viewed in Excel the column header is always wrapped in [ ] eg: [NEW COLUMN NAME]
This excel spreadsheet is to be used by power automate for looking up data, and the column headers won't be recognised with the extra [ ].
Does anyone have a code solution to this?
A secondary issue is that the column order is changed whenever you edit a column, it disapears and appears at the end of the table, this seems to overide the column order listed in the query. Not sure why this is, seems to be a bug.
Solved! Go to Solution.
seems to be identical to this question Solved: Re: How to remove the table name in column headers... - Microsoft Fabric Community
Thanks for this suggestion. It does do the trick. It never occured to me to start a second query so I could bring all the tools of power query into play.
seems to be identical to this question Solved: Re: How to remove the table name in column headers... - Microsoft Fabric Community
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |