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 moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher 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.