Forum Discussion
DMSJennifer
Helper I
5 years agoBenchmark grouping
Hey, I hope someone can help me with the following problem: I want to make a dashboard with 2 tables: one table with individual data, selected by a slycer. And one table that (automatically) show...
- 5 years ago
DMSJennifer , based on what I got, try measure like these for benchmark
calculate(averageX(values(Customer[Customer]), calculate(sum(Table[Amount]))), allselected(customer))or
calculate(averageX(values(Customer[Customer]), calculate(sum(Table[Amount]))), all(customer))
v-xulin-mstf
Community Support
5 years agoHi DMSJennifer
Is your issue solved?
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!