The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |