Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I need to aggregate two columns and then do a group by from a column in another table using DAX
p.s. department is in another table
count(id), avg(delivery_duration), department
below is the tables and columns
sales[id], sales[delivery_duration], users[department]
Solved! Go to Solution.
@akhaliq7 , These two tables should have some relationship. otherwise , it will show the same value for all departments
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |