Forum Discussion
NickFournogerak
2 years agoFrequent Visitor
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...
- 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.
AmiraBedh
Super User
2 years agoCan you please share your pbix ? or datafarame?