The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm curious whether PBI's default clustering features accommodate clustering when looking at multiple variables, since realistically, there might be several variables to take into consideration.
I've only done this using Scatter Charts where there were two variables so far, so I'm not sure if the capability goes beyond that.
Solved! Go to Solution.
Hey,
using DAX to create kmeans can be become "sporty", maybe you want to use an R script visual as mentioned here:
https://community.powerbi.com/t5/Desktop/k-mean-clustering-table-or-measure/td-p/559498
There is also a R script visual available as a custom visual.
Hopefully this provides some ideas.
Regards,
Tom
Hey,
using DAX to create kmeans can be become "sporty", maybe you want to use an R script visual as mentioned here:
https://community.powerbi.com/t5/Desktop/k-mean-clustering-table-or-measure/td-p/559498
There is also a R script visual available as a custom visual.
Hopefully this provides some ideas.
Regards,
Tom