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
It seems I've encountered a bug when using R in query editor in PowerBI desktop.
I have an .xlsx with some cells end with "…", take the following one as example.
| 1 | text | 100 |
| 2 | vertical… | 100 |
| 3 | text | 100 |
| 4 | vertical… | 100 |
| 5 | text | 100 |
| 6 | text | 100 |
2. Add a R script in query editor to process the chart. Write nothing but "ResultSet <- dataset"
3. After processed, the ResultSet will be disordered like this:
4. If I remove all the "…", the data will be all good.
I've used RStudio do the same on the chart, it was OK. So I doubt if it is a bug specific in PowerBI R script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.