Forum Discussion
az38
Community Champion
7 years agoMulti-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-msft
Community Support
- rafaelmpsantos
Responsive Resident
Try this measure
Round(Average([Col1]), 0)- az38
Community Champion
Thank you, new measure is the only way