Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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.