Forum Discussion
Anonymous
4 years agoNot applicable
User Input into a data table
I have built an Azure Machine Learning Model and I have been able to connect it to a table in PBI. But, I don't just want the model to score the previously used data for building the model in the fi...
Anonymous
4 years agoNot applicable
Actually, no. I am aware of those tutorials and actually used them to get "part" of the job done. Those tutorials only show you how to pull the AML model (Web service) into an existing PBI data set (all examples are actually the original data set used to build the model). This is not how models are used. We need to gather INPUT from the user in real time in a PBI dashboard. Then, push that input to a data set, then score using the AML model that was built.