Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. 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.