Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I've an "Employee" table which contains all the employees from a company. in this table, there is one column with the employeeID, and another one with the ManagerID (each manager is also a row in the Employee table, and thus has an employeeID too).
I'd like to create a separate table to store only Managers.
Could help me on the filter to use to build this ?
Manager = CALCULATETABLE('Employees; 'Employees'[MANAGERID] in (...))
I know how I would do it in SQL, but not really in Power BI with DAX formulaes.
Thanks for your help
Benoît
Solved! Go to Solution.
If you can't do it in SQL, then do it in Power Query (get data) instead. Import the first table with all the staff (including Mangers) and load. This is your data table. Then create a new query by referencing the first query (right click on the query/reference). Remove the columns and rows you don't want and then remove any duplicates. Finally load this table too
If you can't do it in SQL, then do it in Power Query (get data) instead. Import the first table with all the staff (including Mangers) and load. This is your data table. Then create a new query by referencing the first query (right click on the query/reference). Remove the columns and rows you don't want and then remove any duplicates. Finally load this table too
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
42 |