Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi all,
Happy New Year to everyone
I'm having an issue exporting a table from my report. I'm trying to export the data as it is shown below:
However, it is changing the format of the data in the 'Itemcode' colomn to the below and no change in excel seems to revert the data to how it was above:
Many thanks,
Solved! Go to Solution.
@Anonymous,
Try creating a measure that adds a leading single-quote. This causes Excel to treat the value as text instead of converting it to a number.
ItemCode Export = CONCATENATE ( "'", MAX ( Table1[ItemCode] ) )
Add this measure to your visual and export to Excel:
Proud to be a Super User!
@Anonymous,
Try creating a measure that adds a leading single-quote. This causes Excel to treat the value as text instead of converting it to a number.
ItemCode Export = CONCATENATE ( "'", MAX ( Table1[ItemCode] ) )
Add this measure to your visual and export to Excel:
Proud to be a Super User!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 39 | |
| 39 | |
| 38 |