The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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