Forum Discussion
Hovering over Radar Chart data point does not display value
When I select a filter in this Radar chart, and only ONE blue data point exists, I can't hover over the blue data point to get the value. It does nothing.
When I then select a filter where 2 blue dots or more exist in the radar chart, I can see all values upon hovering my mouse over:
How do I fix this?
Hi msuser48 ,
I make a test and it works fine. You can try my test sample.
M1 = IF ( MAX ( 'New Employees'[Category] ) = "Sales", MAX ( 'New Employees'[Actual] ), 0 )M2 = MAX('New Employees'[Planned])If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- v-henryk-mstfCommunity Support
Hi msuser48 ,
I make a test and it works fine. You can try my test sample.
M1 = IF ( MAX ( 'New Employees'[Category] ) = "Sales", MAX ( 'New Employees'[Actual] ), 0 )M2 = MAX('New Employees'[Planned])If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.