Forum Discussion
Anonymous
3 years agoNot applicable
Measure table to create radar chart
Hi, I'm looking into ranking a list of stores based on several KPIs using measures. The data comes from three different tables, one for revenue, one for worked hours and one for number og sold produ...
Anonymous
3 years agoNot applicable
Hi Anonymous ,
You could try calculate table using dax. SUMMARIZE() and UNION() more suitable for you. then use Radar Chart , KPIs as category, Planned and Actual as Y-axis.
You can use the RANKX() function to create a measure to rank your stores.
You can refer to the similar posts that may be helpful to you:
Power BI Custom Visuals - Radar Chart (pragmaticworks.com)
Radar Chart - Microsoft Power BI Community
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.