This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.