I am new to Tableau world and have a requirement to perform a cluster analysis, I have order data as below along with “Issue_Number” associated to each order, my requirement is to build a model which can suggest “Issue_Number” based on other values of order details (Customer, Prodcut, Location etc.), My dataset is in excel has many thousands of entries.
Order_ID Customer Product Location Order_Date Issue_Number
1 ABC1 XYZ1 PQR 2024/07/01 1
2 ABC2 XYZ2 QWE 2024/07/01 2
3 ABC1 XYZ1 PQR 2024/07/01 1
4 ABC3 XYZ3 ERT 2024/07/01 3
Ex. If Customer=ABC1 and Product=XYZ1 and Location=PQR then Issue_Number=1
I am simply seeking guidance on how to achieve this.
CMG23 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.