jessicammoss
9 years agoAdvocate I
Venn Diagram
Venn diagrams show overlapping regions based on values within sets. The R visualization code provided in this Power BI desktop file will take a dynamic set of columns (based on the values you add in ...
Anonymous
8 years agoNot applicable
Thank you so much! Here is my PBIX file.
Also I'vew attached a screen shot of what happens when I change it to a table. Yes the slicer works, but the visual isn't useful anymore.
Many thanks,
Jennifer
boefraty
8 years agoMicrosoft Employee
You are reading input from exel file, ignoring the input from PBI report :)
#Comment out this line
#Venn <- read.xlsx("Venn.xlsx", sheetName = "Venn", header = TRUE, stringsAsFactors = FALSE)
#Use this one instead
Venn = dataset
I'd also recommend to clean the R code from loading unnecessary libraries (rJava etc.)
Good luck with your project :)