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...
Greg_Deckler
9 years agoCommunity Champion
I have actually posted an Idea on this here:
It is Under Review, please vote for it.
The only work-a-round that I have is to ignore the dataframe that is automatically created and load the data from the source into my own dataframe within the R code itself. Not optimal at all
Anonymous
7 years agoNot applicable
Hi Greg_Deckler,
Could you elaborate a little more on how you manually load data that is within your Data tab in power BI as a new data frame in the R script?