Forum Discussion
bartvandervurst
9 years agoRegular Visitor
How to remove the default 'deduplication' from R Custom visual
Hi, PowerBI has R Custom visuals to allow R programmers to create their graphs/efforts within PowerBI. While I'm trying to do so, I notice that the default code (which we can't change) is that w...
Booth070
8 years agoFrequent Visitor
Until they go along with the idea of taking that out, what I am doing is creating an ID column which runs from 1 to nrow of the dataset and importing that into R as well. That makes all rows different so none gets deleted, and you can delete the dummy column in R and use your normal code.