Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi All,
I need to apply Dial gauge with target Vs Achivement value.
Here Target value would be the maximum value.
Target = $38.05
Achievement = $11.16
I need to apply Dial gauge in such a way so that it would define 0-85% as red , 86-95% as Yellow and >95 as red.
Also I need to show percentage covered below of achivement value as pointer moves.
@amitchandak @SpartaBI @Ashish_Mathur @DataInsights @Shishir22 @Jihwan_Kim @johnt75
Solved! Go to Solution.
Hi all,
I've solved it.
Sharing for others who might face similar problem.
taking Actual end as = Target*.85
Target end = Target*.95
Drag both measures in their respective field
earlier I was able to measure Achievement %
So in percentage field =Achievement % / 100
And the end I got my desired visual with value.
Let me know if other way we can do the same
Hi all,
I've solved it.
Sharing for others who might face similar problem.
taking Actual end as = Target*.85
Target end = Target*.95
Drag both measures in their respective field
earlier I was able to measure Achievement %
So in percentage field =Achievement % / 100
And the end I got my desired visual with value.
Let me know if other way we can do the same