Sharon
10 years agoMicrosoft Employee
Association Rules
Description
Association rules are ideal to quicly derive insights from large datasets. The rules are autmatically detected and visualized.
Prerequisites (The sample .pbix files will not...
ironryan77
9 years agoKudo Commander
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?
- ironryan779 years agoKudo Commander
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!