Forum Discussion
Gage graph
Hi, timazarj
When choosing A, what are the maximum and average values you want to display? We need the desired result to modify your measure.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
For A the gage shows the value 330, Max = Max{330,210,297,260,272}=330, target valu= Average{330,210,297,260,272}=1369/5=273.8~274.
- v-janeyg-msft5 years agoCommunity Support
Hi, timazarj
Usually, the value of measure will change according to the context. If you want to fix the average, you can try:
Avg Call = CALCULATE ( AVERAGE ( 'Calls'[Calls] ), ALL ( 'Calls'[AM] ) )Best regards
Janey guo
Community Support Team _ Janey
If this post helps, please consider accept as solution to help other members find it more quickly.- timazarj5 years agoHelper II
How about AllEXPECT function? I need to exclude the AM B & C from the Average.
- v-janeyg-msft5 years agoCommunity Support
Hi, timazarj
You can try it, because logically speaking, it can be displayed correctly without adding all and allselected functions. But there was an error, so I don't know your specific context, so I can only give insurance advice.
Best regards
Janey guo
Community Support Team _ Janey
If this post helps, please consider accept as solution to help other members find it more quickly.