This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
The goal is to have clients export data from a table reflected as is published. The current field in question reflects a list of districts with a comma as a delimiter. While published, data is accurately displayed. When exported, the data will correctly show up to 5 comma places. Any numbers after 5 comma places, will reflect 000. I tried playing with the formatting with in the CSV file but the output is still not correct. Any thoughts on how to have data exported correctly? Below you will find the current output + expected output. The column in question (Assigned_Districts) is reflected as a Text field. This was done in PQ Any advice is greatly appreciated.
Current Output: Notice the last 2 rows with 000
| Assigned_Districts |
| 730,732 |
| 454,740,819 |
| 249,250,253 |
| 685,687,689,698,699,000 |
| 201,204,205,206,207,000,000,000,000,000,000 |
Expected Output: All of the data is correctly displayed
| Assigned_Districts |
| 730,732 |
| 454,740,819 |
| 249,250,253 |
| 685,687,689,698,699,700 |
| 201,204,205,206,207,835,208,209,210,215,216 |
Solved! Go to Solution.
I was able to find a solution by changing the delimiter character from comma ( , ) to slash ( / ). This displayed the districts without any interruption. My guess is that since the numbers were 3 digits and separated by comma, the system was interpreting that as a very large number.
I was able to find a solution by changing the delimiter character from comma ( , ) to slash ( / ). This displayed the districts without any interruption. My guess is that since the numbers were 3 digits and separated by comma, the system was interpreting that as a very large number.
Check out the April 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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |