This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 26 | |
| 25 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 59 | |
| 50 | |
| 26 | |
| 20 | |
| 19 |