Association Rules
Great job on this visual! But I can't figure out how you created your dataset? I'm looking at the sample PBIX file and it looks like the selected fields are total counts. So in my PBIX file I counted the total values by creating a measure:
MPPL2 = CALCULATE(COUNT(IRC_Metric_RSA_Refresh[PPL2]), FILTER(IRC_Metric_RSA_Refresh, [PPL2]="AUTO"))
But when I add this measure to the visual in my own PBIX file, it doesn't allow Basic filtering and it doesn't display in my PBIX. How can I mimic your behavior in my PBIX file?
Also this is the error I'm getting:
- boefraty9 years agoMicrosoft Employee
Hi ironryan77,
Please send me a PBIX, I will see what can be done
- ironryan779 years agoKudo Commander
Thanks!
- boefraty9 years agoMicrosoft Employee
Hi ironryan77,
I am really sorry for late reply :(
Apparently some changes/ updates in "arules" package caused the sub-function "cleanRedundant" to work diffrently without backward compatability. We will need to solve it both for R visual and R custom visual. I will update and ping you after update.