Forum Discussion
Create a gauge
- 4 years ago
Hi Rotemshan ,
Please try the Tachometer visual and create the measures:
Range2Start_0-6 = MAX ( 'Response_table APAC'[0-6] )Range3Start_0-8 = [Range2Start_0-6] + MAX ( 'Response_table APAC'[7-8] )TotalValue_0-10 = MAX ( 'Response_table APAC'[0-10] )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - 4 years ago
Hi Rotemshan ,
Please try the following measures:
Range2Start_0-6 = SUM ( 'Response_table APAC'[0-6] )Range3Start_0-8 = [Range2Start_0-6] + SUM ( 'Response_table APAC'[7-8] )TotalValue_0-10 = [Range3Start_0-8] + SUM ( 'Response_table APAC'[9-10] )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
Hi,
Another option is to create a Gauge that dynamically changes colour based on the current value.
For video demonstration, click the link: https://youtu.be/oEL36Fp3TU0