Forum Discussion
nardtmo
5 years agoHelper III
optimize measures
Hello all, I have 20 columns for KPIs or fields that i need to calcule pre, post, and %diff. do i have to write 20x3=60 measures ? is there a different way to do it thanks. example below...
- 5 years ago
nardtmo , you can check if calculation groups can help
https://www.sqlbi.com/articles/introducing-calculation-groups/
nardtmo
5 years agoHelper III
Hi Amit,
Thanks for the info. Wondering if you know if how to use the two measures that i created in calculation items to create a new measure under calculation items. example delta measure = (post - pre) / pre *100