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))
amitchandak
Super User
5 years agoDMSJennifer , 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))