Forum Discussion
Edgar_massa
3 years agoHelper II
Average with ALL()
Good night sir, I'm trying to create a measure to bring the value repeatedly, using the ALL function, I created a virtual table and I saw that it works more in the measure it doesn't work, could som...
- 3 years ago
I invite you to watch these videos to better understand 😉
https://www.youtube.com/watch?v=lMuDz6ViU1w
aj1973
3 years agoCommunity Champion
Hi Edgar_massa
in your VAR _avg = CALCULATE(AVARAGEX(tf,[X]) , ALL())
Edgar_massa
3 years agoHelper II
Did not work.
What can it be?
- aj19733 years agoCommunity Champion
Please add tf in ALL(tf)
- Edgar_massa3 years agoHelper II
- aj19733 years agoCommunity Champion
Is it possibe you share your PBIX please?