Forum Discussion
Anonymous
7 years agoNot applicable
DAX evaluate table : how to remove table name from columns name
Hi, I'm using this great post (https://biinsight.com/exporting-data-from-power-bi-desktop-to-excel-and-csv-part-2-importing-power-bi-data-to-excel-directly) to export table data from Power Bi dir...
Anonymous
7 years agoNot applicable
Thank you for your answer Daniel.
Unfortunately, from excel SSAS connection, using EVALUATE VALUES(Table1) still brings Table1[] around the names of the columns.
Reagards,
JM
v-danhe-msft
Microsoft Employee
7 years agoHi Anonymous,
Based on my test, it could work in the Power BI Desktop, you could refer to below picture:
Could you have tried the code EVALUATE VALUES( your table [your column]) instead of the code EVALUATE VALUES(your table)?
I suggest you try again.
Regards,
Daniel He