Forum Discussion

NickFournogerak's avatar
NickFournogerak
Frequent Visitor
2 years ago
Solved

Connection PowerBI with Python Script for Association Rules

Hello,   I have a dataframe in PowerBI and I want to conduct Market Basket Analysis(Association Rules) on it, with a Python Script and then present the results through PowerBI.   However, some of...
  • AmiraBedh's avatar
    AmiraBedh
    2 years ago

     the input variables should be defined from the user (e.g. Customer Type, Time Period etc) :

    this info needs to be in the dataset. In other words, you can create slicers in Power BI for user input, such as Customer Type, Time Period. These slicers can be linked to your data so that it's filtered based on the user's choice.