How do I achieve the equivalent of the following SQL in power bi?
Select jobtype,avg(salary) from staff group by jobtype having count(*)>3
Try this:
Let me know if this was helpful.