The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I'm using this great post (https://biinsight.com/exporting-data-from-power-bi-desktop-to-excel-and-csv-part-2-importing-power-b...) to export table data from Power Bi directly to Excel.
Using EVALUATE 'Table' returns columns named TABLENAME[ColumnName].
Is there a way to get rid of the TABLENAME[] in each column name?
Thanks for your help.
Sincerely,
JM
Hi @Anonymous,
I have tested the evaluate function in Dax studio, you could use the formula to test if it could get column data:
EVALUATE VALUES(Table1[Column1])
I hope it could help you.
Regards,
Daniel He
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
Hi @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
User | Count |
---|---|
56 | |
54 | |
53 | |
48 | |
30 |
User | Count |
---|---|
173 | |
89 | |
70 | |
46 | |
45 |