Forum Discussion
az38
7 years agoCommunity Champion
Multi-row card round value
Hello!
Ive got a custom column Col1 and trying to add Average of Col1 as field of Multi-row card visual.
Is there any method to round this average?
- Try this measure
Round(Average([Col1]), 0)
3 Replies
- v-frfei-msftCommunity Support
- rafaelmpsantosResponsive ResidentTry this measure
Round(Average([Col1]), 0)- az38Community Champion
Thank you, new measure is the only way