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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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!
| User | Count |
|---|---|
| 25 | |
| 22 | |
| 22 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 68 | |
| 55 | |
| 45 | |
| 42 | |
| 30 |